author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 8 Jul 2017 09:50:23 +0000 (11:50 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 8 Jul 2017 09:50:23 +0000 (11:50 +0200) | ||
commit | d46c9cada2398d5508205e745c42c1cdc6efd1e9 | |
tree | 7f32fa5cdef7b8409f3ad4c273a2e27e88aa837c | tree | snapshot |
parent | e0ec7ff9351918c400b88890d1be2d4de7b0dedb | commit | diff |
chrony plugin: fix 2 build warnings
CC src/chrony.lo
src/chrony.c:355:30: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (!isalnum(c) || j + 1 >= p_buf_size)
~~~~~ ^ ~~~~~~~~~~
src/chrony.c:359:9: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (j < p_buf_size)
~ ^ ~~~~~~~~~~
CC src/chrony.lo
src/chrony.c:355:30: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (!isalnum(c) || j + 1 >= p_buf_size)
~~~~~ ^ ~~~~~~~~~~
src/chrony.c:359:9: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
if (j < p_buf_size)
~ ^ ~~~~~~~~~~
src/chrony.c | diff | blob | history |