Commit b0189582 by Peter Pettersson

enable gcc warnings for C11 specific extensions

parent cc4f8bc6
......@@ -234,6 +234,7 @@ ELSE ()
enable_warnings(unused-function)
enable_warnings(int-conversion)
enable_warnings(c11-extensions)
enable_warnings(c99-c11-compat)
# MinGW uses gcc, which expects POSIX formatting for printf, but
# uses the Windows C library, which uses its own format specifiers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment