Skip to content

Commit a157c87

Browse files
committed
bump tests from c11 to c23
1 parent cc84f71 commit a157c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FILE(WRITE ${CMAKE_BINARY_DIR}/version.h
3737

3838
#include_directories(${CMAKE_BINARY_DIR})
3939

40-
set(CMAKE_C_FLAGS "-g -O0 -std=c11 -Wall -Wextra")
40+
set(CMAKE_C_FLAGS "-g -O0 -std=c23 -Wall -Wextra")
4141

4242
set(NO_INFO "-DNO_INFO=1")
4343
if(INFO)

0 commit comments

Comments
 (0)