summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2023-03-24 12:41:45 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2023-04-17 12:10:56 +0200
commit02cd16e7df1befc32eaed0ceee1bd233a94e6cec (patch)
tree93ea55a2c1c4d588329c898a2d38528b6c9b23de /tools
parent740a48e8c915a176dc6aa00373e64e4857944e00 (diff)
Enable exit-on-warn for qlalr
Task-number: QTBUG-108119 Change-Id: I904cd7058ffcc9ae45b6c7c28a3b585c87984ff7 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/CMakeLists.txt b/tools/repc/CMakeLists.txt
index 3577979..990b124 100644
--- a/tools/repc/CMakeLists.txt
+++ b/tools/repc/CMakeLists.txt
@@ -37,7 +37,7 @@ set_target_properties(${target_name} PROPERTIES UNITY_BUILD OFF)
qt_process_qlalr(
${target_name}
"${REPPARSER_DIR}/parser.g"
- ""
+ "--exit-on-warn"
)
## Scopes: