Skip to content

Commit ac5eb6c

Browse files
committed
ci: build with gnu99 instead of c99 std
1 parent 72a526a commit ac5eb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ELSE()
131131
MESSAGE(FATAL_ERROR "invalid cryptographic support requested: ${CRYPT}")
132132
ENDIF()
133133

134-
SET(CMAKE_C_FLAGS "-std=c99 -D_DEFAULT_SOURCE")
134+
SET(CMAKE_C_FLAGS "-std=gnu99 -D_DEFAULT_SOURCE")
135135

136136
ENABLE_WARNINGS(all)
137137
ENABLE_WARNINGS(extra)

0 commit comments

Comments
 (0)