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 09c658d commit 1c22650Copy full SHA for 1c22650
CMakeLists.txt
@@ -181,10 +181,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "AppleClang|Clang|GNU")
181
list(APPEND mi_cflags -Wall -Wextra -Wno-unknown-pragmas -fvisibility=hidden)
182
if(NOT MI_USE_CXX)
183
list(APPEND mi_cflags -Wstrict-prototypes)
184
- endif()
185
- if(CMAKE_C_COMPILER_ID MATCHES "GNU")
186
- list(APPEND mi_cflags -Wno-invalid-memory-model)
187
+ endif()
188
if(CMAKE_C_COMPILER_ID MATCHES "AppleClang|Clang")
189
list(APPEND mi_cflags -Wpedantic -Wno-static-in-inline)
190
endif()
0 commit comments