Open yurivict opened 6 years ago
clang prints this:
css.c:1975:47: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("css hash mismatch %d versus %d\n", mark - h, ~~ ^~~~~~~~ %ld
clang prints this: