aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-03 10:54:07 +0000
committerFuwn <[email protected]>2022-02-03 10:54:07 +0000
commit41d9ef6db87c65ae27a679561188be295fef9a12 (patch)
tree0803c5d2da35e5843f55a9af61de957fd1c34bf7
parentchore(ssl): link stackoverflow question (diff)
downloadviv-41d9ef6db87c65ae27a679561188be295fef9a12.tar.xz
viv-41d9ef6db87c65ae27a679561188be295fef9a12.zip
revert(cmake): re-add `-Werror`
-rw-r--r--viv/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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