From: Juan Quintela Date: Mon, 3 Aug 2009 12:46:22 +0000 (+0200) Subject: split QEMU_CFLAGS very long line X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=867c16fd5499d8ceec6657fb820f65c181cad8c5;p=qemu.git split QEMU_CFLAGS very long line Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- diff --git a/configure b/configure index bb1d7dd306..8f89a59882 100755 --- a/configure +++ b/configure @@ -1387,7 +1387,8 @@ CFLAGS="-g $CFLAGS" if test "$debug" = "no" ; then CFLAGS="-O2 $CFLAGS" fi -QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" +QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS" +QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" LDFLAGS="-g $LDFLAGS" # Consult white-list to determine whether to enable werror