Skip to content

Commit 51d69dd

Browse files
committed
enable warnings for C11 specific extensions
1 parent c8f4b56 commit 51d69dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ ELSE ()
233233
enable_warnings(unused-const-variable)
234234
enable_warnings(unused-function)
235235
enable_warnings(int-conversion)
236+
enable_warnings(c11-extensions)
236237

237238
# MinGW uses gcc, which expects POSIX formatting for printf, but
238239
# uses the Windows C library, which uses its own format specifiers.

0 commit comments

Comments
 (0)