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 c8f4b56 commit 51d69ddCopy full SHA for 51d69dd
CMakeLists.txt
@@ -233,6 +233,7 @@ ELSE ()
233
enable_warnings(unused-const-variable)
234
enable_warnings(unused-function)
235
enable_warnings(int-conversion)
236
+ enable_warnings(c11-extensions)
237
238
# MinGW uses gcc, which expects POSIX formatting for printf, but
239
# uses the Windows C library, which uses its own format specifiers.
0 commit comments