diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-20 15:57:20 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-30 11:59:14 +0100 |
commit | 17a00ce1fcad6e0ce28d2312620ff27af12e618d (patch) | |
tree | 4469336d656820f49c12089f2911152734ff44a2 /examples | |
parent | 4fa669b894cd1ff5619e834a30ec3975d11d1505 (diff) |
libqcdm,modepref: fix warnings with -Wsign-compare
modepref.c: In function ‘print_buf’:
modepref.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++) {
| ^
modepref.c: In function ‘qcdm_wait_reply’:
modepref.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 'examples')
0 files changed, 0 insertions, 0 deletions