rocr: multiple uninitialized and unused variables

Minor modifications to multiple source and header
files based on Coverity report

Change-Id: I4a73d0f56640983c4d5124e13c8c280245cca672
Signed-off-by: Apurv Mishra <apurv.mishra@amd.com>


[ROCm/ROCR-Runtime commit: 699d0140be]
This commit is contained in:
Apurv Mishra
2024-12-16 16:00:08 -05:00
parent 2f2cb50cf2
commit 23ab95b5f2
9 changed files with 16 additions and 12 deletions
@@ -161,7 +161,8 @@ public:
, is_dynamic_callstack(_is_dynamic_callstack)
, size(_size)
, alignment(_alignment)
, wavefront_size(_wavefront_size) {}
, wavefront_size(_wavefront_size)
, debug_info{} {}
~KernelSymbol() {}