mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Fix signedness in comparison
This commit is contained in:
parent
dcb5303b4b
commit
5350b3be79
@ -93,7 +93,7 @@
|
||||
ck_assert_ptr_ne(errstr2, NULL); \
|
||||
\
|
||||
ck_assert_int_eq(s("20", NULL), 0); \
|
||||
ck_assert_uint_eq(g(), 20); \
|
||||
ck_assert_int_eq(g(), 20); \
|
||||
} while (0)
|
||||
|
||||
Suite * cfg_suite(void);
|
||||
|
Loading…
Reference in New Issue
Block a user