fix some signed vs unsigned comparisons

This commit is contained in:
Wim Taymans 2018-02-20 18:19:11 +01:00
parent 5f92c152e3
commit 6f61ac9357
10 changed files with 49 additions and 44 deletions

View file

@ -174,6 +174,7 @@ do { \
break; \
case 'z': \
va_arg(args, void**); \
/* fallthrough */ \
case 'b': \
case 'I': \
case 'i': \