From d301084c27812519de466fc905af3e85d928b737 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Thu, 15 Dec 2022 14:07:24 -0600 Subject: fix compile errors for msvc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3949e14..15f0ce8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,4 +16,4 @@ add_executable(lily-metatest ) set_target_properties(lily-metatest PROPERTIES C_STANDARD 90 - CMAKE_C_FLAGS "-Wall -Wextra -Werror -Wfatal-errors -Wpedantic") + CMAKE_C_FLAGS "-Wall -Wextra -Werror -Wfatal-errors -Wpedantic -pedantic-errors") -- cgit v1.2.1