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 d3f2306 commit 41277e0Copy full SHA for 41277e0
CMakeLists.txt
@@ -82,7 +82,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
82
endif()
83
84
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
85
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror=declaration-after-statement -std=c89 -Wno-comment")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror=declaration-after-statement -Wno-comment")
86
87
88
#options suported by the cmake builder
0 commit comments