From 41d9ef6db87c65ae27a679561188be295fef9a12 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 3 Feb 2022 10:54:07 +0000 Subject: revert(cmake): re-add `-Werror` --- viv/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viv/CMakeLists.txt b/viv/CMakeLists.txt index cdafc26..852995f 100644 --- a/viv/CMakeLists.txt +++ b/viv/CMakeLists.txt @@ -21,7 +21,7 @@ target_compile_options(${PROJECT_NAME} PUBLIC # -ansi -Wall -Wextra - # -Werror=pedantic + -Werror # =pedantic -Wno-unused-function # -Wpedantic # -pedantic -- cgit v1.2.3