diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 7ae3c09..c2fd41e 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -7,7 +7,7 @@ cd $(dirname "$0") if [ x"$CC" == x ]; then export CC=cc fi -export CFLAGS="-Wno-builtin-declaration-mismatch -g" +export CFLAGS="-Wno-builtin-declaration-mismatch -Wno-discarded-qualifiers -g" set -euo pipefail |