summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2020-05-16 03:36:38 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2020-05-28 03:02:47 +0300
commit22bef5e78f1193b664f59834361704cb22f9d5d7 (patch)
tree0bc1daf90501814fff8b00b359bbce07d842708e /tools/perf/scripts/python
parent50ce4c099bebf56be86c9448f7f4bcd34f33663c (diff)
downloadlinux-22bef5e78f1193b664f59834361704cb22f9d5d7.tar.xz
ice: fix signed vs unsigned comparisons
Fix the remaining signed vs unsigned issues, which appear when compiling with -Werror=sign-compare. Many of these are because there is an external interface that is passing an int to us (which we can't change) but that we (rightfully) store and compare against as an unsigned in our data structures. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions