Skip to content

Commit 3a4f01a

Browse files
committed
bump tests from c11 to c23
1 parent 34ba7e8 commit 3a4f01a

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
@@ -34,7 +34,7 @@ FILE(WRITE ${CMAKE_BINARY_DIR}/version.h
3434

3535
#include_directories(${CMAKE_BINARY_DIR})
3636

37-
set(CMAKE_C_FLAGS "-g -O0 -std=c11 -Wall -Wextra")
37+
set(CMAKE_C_FLAGS "-g -O0 -std=c23 -Wall -Wextra")
3838

3939
set(NO_INFO "-DNO_INFO=1")
4040
if(INFO)

0 commit comments

Comments
 (0)