summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-02-24 16:26:44 -0800
committerGitHub <noreply@github.com>2021-02-24 16:26:44 -0800
commite36aeda0e759c5328ba76412dde8afbecf34970b (patch)
tree47f6795c587710c78cc558abbb3576f397c7e3b7 /src/parser
parentc3e16e447aed037806f874a54ae74d6850415fd7 (diff)
Enable -Werror. (#5969)
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/CMakeLists.txt b/src/parser/CMakeLists.txt
index 8e69da34b..2fe92fb45 100644
--- a/src/parser/CMakeLists.txt
+++ b/src/parser/CMakeLists.txt
@@ -93,7 +93,7 @@ foreach(lang Cvc Smt2 Tptp)
# We don't want to enable -Wall for code generated by ANTLR.
set_source_files_properties(
- ${gen_src_files} PROPERTIES COMPILE_FLAGS -Wno-all)
+ ${gen_src_files} PROPERTIES COMPILE_FLAGS "-Wno-all -Wno-error")
# Add generated source files to the parser source files
list(APPEND libcvc4parser_src_files ${gen_src_files})
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback