From ddcca62a276c528a4390c8e3d58403b865f81869 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 13 Aug 2022 20:53:39 +0200 Subject: ok.. --- bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/bootstrap.sh') 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 -- cgit v1.2.3