summaryrefslogtreecommitdiff
path: root/strnlen.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-24 17:58:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-24 17:58:51 -0700
commit99c7b421dbd083c3c16158982eabb28758868188 (patch)
treea9d3dfa712f6fcd4b12b52612ae3bd3862a24402 /strnlen.h
parent977636f190306bddbe3d09123283484ff5bd1b33 (diff)
Handle -Wsign-compare warnings
xlsclients.c: In function ‘show_client_properties’: xlsclients.c:485:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 485 | for (i = 0; i < command->value_len && charsleft > 0; ) { | ^ xlsclients.c:488:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] 488 | if (i < command->value_len && charsleft > 0) { | ^ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'strnlen.h')
0 files changed, 0 insertions, 0 deletions