diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-18 19:21:20 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-18 19:21:20 +0100 |
| commit | bca11bdbd8c9912601974f61de6a55c3a41a2b79 (patch) | |
| tree | 8feffdfbd31a8a8c649196e98565541d64714ae8 | |
| parent | a21959e7edf523e6660023851f73426d8897783a (diff) | |
| download | nissy-core-bca11bdbd8c9912601974f61de6a55c3a41a2b79.tar.gz nissy-core-bca11bdbd8c9912601974f61de6a55c3a41a2b79.zip | |
Remove -Werror option
| -rwxr-xr-x | configure.sh | 2 |
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 | |||
| 88 | validatearch | 88 | validatearch |
| 89 | 89 | ||
| 90 | STD="-std=c11" | 90 | STD="-std=c11" |
| 91 | WFLAGS="-pedantic -Wall -Wextra -Werror" | 91 | WFLAGS="-pedantic -Wall -Wextra" |
| 92 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" | 92 | WNOFLAGS="-Wno-unused-parameter -Wno-unused-function -Wno-unknown-pragmas" |
| 93 | WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument" | 93 | WNOFLAGS="$WNOFLAGS -Wno-unused-command-line-argument" |
| 94 | 94 | ||
