diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-14 10:17:48 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-01-31 14:52:49 +0100 |
commit | 7125a86e0488320449767fcacbad5c7ca2c9c719 (patch) | |
tree | 45b1d394e74acdb45292d8a38409c5cbed6ddc04 /src/tests/test-error-helpers.c | |
parent | 9ad6e1f6334773217710105162fd507b704f8530 (diff) |
test-qcdm-serial-port: fix warnings with -Wsign-compare
test-qcdm-serial-port.c: In function ‘print_buf’:
test-qcdm-serial-port.c:79:19: error: comparison of integer expressions of different signedness: ‘int’ and ‘gsize’ {aka ‘long unsigned int’} [-Werror=sign-compare]
79 | for (i = 0; i < len; i++) {
| ^
test-qcdm-serial-port.c: In function ‘server_wait_request’:
test-qcdm-serial-port.c:163:20: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
163 | } while (total < sizeof (readbuf));
| ^
Diffstat (limited to 'src/tests/test-error-helpers.c')
0 files changed, 0 insertions, 0 deletions