aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap.sh
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-13 20:53:39 +0200
committerlemon <lsof@mailbox.org>2022-08-13 20:53:39 +0200
commitddcca62a276c528a4390c8e3d58403b865f81869 (patch)
tree3d563e173a18095501f61f3b30e39cf62b4ff521 /bootstrap/bootstrap.sh
parenta4ddca68662f4bc0531763357b4bc00b6c50b456 (diff)
ok..
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-xbootstrap/bootstrap.sh2
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