diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-20 16:00:01 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 07fe3bed65ebe1a1f59f3bb8d1e06de572120e3c (patch) | |
tree | f519236f702a8cb82f398cf175958ef9096634df /docs | |
parent | c135c66684d6fba899f26ddc1085494ee299fd4f (diff) |
libqcdm,ipv6pref: fix warnings with -Wsign-compare
ipv6pref.c: In function ‘print_buf’:
ipv6pref.c:46:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
46 | for (i = 0; i < len; i++) {
| ^
ipv6pref.c: In function ‘qcdm_wait_reply’:
ipv6pref.c:167:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
167 | } while (total < sizeof (readbuf));
| ^
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions