When compiling with `-Wall` and `-pedantic-errors`, gcc complains with ``` warning: ISO C does not support the '%m' gnu_printf format [-Wformat=] ``` because the `%m` conversion specifier is a GNU extension. Closes #1702.master
parent
91eebe922d
commit
d4f5074535
1 changed files with 3 additions and 3 deletions
Loading…
Reference in New Issue