Task #83650 - fixed.err

back to task #83650
download
Error: CPPCHECK_WARNING (CWE-686):
avahi-0.9.rc2/avahi-common/strlst-test.c:67: warning[invalidPrintfArgType_uint]: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char'.
#   65|       for (t = (char*) data, n = 0; n < size; n++, t++) {
#   66|           if (*t <= 32)
#   67|->             printf("(%u)", *t);
#   68|           else
#   69|               printf("%c", *t);