diff options
| -rw-r--r-- | viv/CMakeLists.txt | 2 |
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 |