diff configure @ 1760:c21fe4bc2249 draft

Flag to make llvm shut up about a broken warning.
author Rob Landley <rob@landley.net>
date Fri, 27 Mar 2015 21:41:14 -0500
parents 0bf35904cabc
children
line wrap: on
line diff
--- a/configure	Fri Mar 27 21:25:44 2015 -0500
+++ b/configure	Fri Mar 27 21:41:14 2015 -0500
@@ -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"