Skip to content
  • Redirect 'Slash' NIL's avatar
    More MinGW C99 printf compliance · 73349dc5
    Redirect 'Slash' NIL authored
    Passing "--std=gun99" is unfortunately not sufficient to make current
    MinGW compilers conform with respect to checking printf format strings.
    (The C runtime seems not to have problems.)
    
    Fix by using a "gnu_printf" format specifier not "printf".
    73349dc5