As reported by cppcheck:
src/generator.c:115:4: warning: %d in format string (no. 2) requires
'int' but the argument type is 'signed long'.
[invalidPrintfArgType_sint]
fprintf(stderr,"\r%s Selecting degreex... (%d of %d)",
^
src/generator.c:115:4: warning: %d in format string (no. 3) requires
'int' but the argument type is 'signed long'.
[invalidPrintfArgType_sint]
fprintf(stderr,"\r%s Selecting degreex... (%d of %d)",
^
As reported by cppcheck:
src/generator.c:91:4: warning: %d in format string (no. 2) requires
'int' but the argument type is 'signed long'.
[invalidPrintfArgType_sint]
fprintf(stderr,"\r%s Selecting degrees... (%d of %d)",
^
src/generator.c:91:4: warning: %d in format string (no. 3) requires
'int' but the argument type is 'signed long'.
[invalidPrintfArgType_sint]
fprintf(stderr,"\r%s Selecting degrees... (%d of %d)",
^