From ccccc2bfdd33b1e82bdd7c612fa3a99e0c8be567 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 27 Mar 2015 21:41:14 -0500 Subject: Flag to make llvm shut up about a broken warning. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 21d56f38..5831e1ab 100644 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # CFLAGS and OPTIMIZE are different so you can add extra CFLAGS without # disabling default optimizations -[ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts" +[ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Wno-string-plus-int" # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned. CFLAGS="$CFLAGS -funsigned-char" [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-tables" -- cgit v1.2.3