We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4f8bc commit b018958Copy full SHA for b018958
CMakeLists.txt
@@ -234,6 +234,7 @@ ELSE ()
234
enable_warnings(unused-function)
235
enable_warnings(int-conversion)
236
enable_warnings(c11-extensions)
237
+ enable_warnings(c99-c11-compat)
238
239
# MinGW uses gcc, which expects POSIX formatting for printf, but
240
# uses the Windows C library, which uses its own format specifiers.
0 commit comments