aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStanimir Varbanov <[email protected]>2017-06-15 13:31:55 -0300
committerMauro Carvalho Chehab <[email protected]>2017-06-20 08:53:40 -0300
commit832d467115787472140fb254f24f17398aed8d39 (patch)
tree77387829b51c4462d2195043e2e3a81d010d3352 /tools/perf/scripts/python
parent4cb3548a87c4a3650ab9c4587abfcf5fe6fa7542 (diff)
[media] media: venus: hfi_msgs: fix set but not used variables
This fixes a warning found when building with gcc7: drivers/media/platform/qcom/venus/hfi_msgs.c:465:40: warning: variable 'domain' set but not used [-Wunused-but-set-variable] u32 rem_bytes, num_props, codecs = 0, domain = 0; ^~~~~~ drivers/media/platform/qcom/venus/hfi_msgs.c:465:28: warning: variable 'codecs' set but not used [-Wunused-but-set-variable] u32 rem_bytes, num_props, codecs = 0, domain = 0; The warning is avoided by deleting the variables declaration. Signed-off-by: Stanimir Varbanov <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions