Skip to content

Commit e564a47

Browse files
authored
Merge pull request #1323 from well-typed/bolt12/1313
Add more errors to compile-fixtures.sh
2 parents 8283499 + 2cb2d7e commit e564a47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/ci/compile-fixtures.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ compile_fixture() {
128128
if (cd "$HS_BINDGEN_DIR" && cabal exec -- ghc \
129129
-c \
130130
-fforce-recomp \
131+
-Wall \
132+
-Werror \
133+
-Wincomplete-uni-patterns \
134+
-Wincomplete-record-updates \
135+
-Wmissing-exported-signatures \
136+
-Widentities \
137+
-Wredundant-constraints \
138+
-Wpartial-fields \
139+
-Wcpp-undef \
140+
-Wno-unused-matches \
131141
-outputdir "$output_dir" \
132142
-package hs-bindgen-runtime \
133143
-package c-expr-runtime \

0 commit comments

Comments
 (0)