diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-20 15:54:44 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 45c0015c0883bc8a65854d246070d5ec13bbcae8 (patch) | |
tree | dd1bc1537aef82c4ee792b9926e0d1100ded0b70 /src | |
parent | 06567283b1687f0628ee5464fe04c4550d4788ad (diff) |
test-qcdm-com: fix warnings with -Wsign-compare
test-qcdm-com.c: In function ‘print_buf’:
test-qcdm-com.c:273:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘gsize’ {aka ‘long unsigned int’} [-Wsign-compare]
273 | for (i = 0; i < len; i++) {
| ^
test-qcdm-com.c: In function ‘wait_reply’:
test-qcdm-com.c:367:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
367 | } while (total < sizeof (readbuf));
| ^
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions