Edit

kc3-lang/SDL/src/test

Branch :

  • Show log

    Commit

  • Author : Jay Petacat
    Date : 2020-03-25 01:34:15
    Hash : c760c02c
    Message : Fix some format specifier warnings The warnings were produced by GCC 9.2.x for x86_64-linux-gnu or i386-pc-msdosdjgpp targets. Most of the fixes involve changing the type of a variable rather than the format specifier. For many of the affected test conuter variables, a basic int seems sufficient. Some format specifier warnings still remain for cases where changing type or casting seemed inappropriate. Those warnings will probably require some new format specifier macros (e.g. SDL_PRIu32).