diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-06-21 21:50:10 +0200 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-06-22 19:12:22 +0530 |
commit | cdcf907b1989c8816bf67bf078780b6353a516ce (patch) | |
tree | 2f7d828b749bcdeff71f4d2d7967cf20bb4035a3 /lib/utils | |
parent | eb90e0a16cd9ab890522f2057868dc695533a3d1 (diff) |
lib: sign conflict in sbi_tlb_entry_process()
Compiling sbi_tlb_entry_process() with GCC 11 and -Wextra yields:
lib/sbi/sbi_tlb.c: In function ‘sbi_tlb_process_count’:
lib/sbi/sbi_tlb.c:206:31:
error: comparison of integer expressions of different signedness:
‘u32’ {aka ‘unsigned int’} and ‘int’ [-Werror=sign-compare]
206 | if (deq_count > count)
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Xiang W <wxjstz@126.com>
Diffstat (limited to 'lib/utils')
0 files changed, 0 insertions, 0 deletions