aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-12-18 19:21:20 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-12-18 19:21:20 +0100
commitbca11bdbd8c9912601974f61de6a55c3a41a2b79 (patch)
tree8feffdfbd31a8a8c649196e98565541d64714ae8 /configure.sh
parenta21959e7edf523e6660023851f73426d8897783a (diff)
downloadnissy-core-bca11bdbd8c9912601974f61de6a55c3a41a2b79.tar.gz
nissy-core-bca11bdbd8c9912601974f61de6a55c3a41a2b79.zip
Remove -Werror option
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index ec0343a..1f0224d 100755
--- a/configure.sh
+++ b/configure.sh
@@ -88,7 +88,7 @@ validatethreads
88validatearch 88validatearch
89 89
90STD="-std=c11" 90STD="-std=c11"
91WFLAGS="-pedantic -Wall -Wextra -Werror" 91WFLAGS="-pedantic -Wall -Wextra"
92WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" 92WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas"
93WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument" 93WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument"
94 94

Generated with cgit - Back to sebastiano.tronto.net