1 diff -ruN a/CMakeLists.txt b/CMakeLists.txt
2 --- a/CMakeLists.txt 2022-09-27 23:21:19.000000000 +0200
3 +++ b/CMakeLists.txt 2022-09-28 13:26:25.001693738 +0200
5 # Windows cl.exe does not support the -Wextra, -Wno-unused and -Werror flags.
6 set(CMAKE_C_FLAGS "-Wall ${CMAKE_C_FLAGS}")
8 -set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused -Werror ${CMAKE_C_FLAGS}")
9 +set(CMAKE_C_FLAGS "-Wall -Wextra -Wno-unused ${CMAKE_C_FLAGS}")
12 ####################################################