21 lines
680 B
Diff
21 lines
680 B
Diff
--- configure
|
|
+++ configure
|
|
@@ -26014,7 +26014,6 @@
|
|
|
|
### General flags / actions
|
|
COMMON_CFLAGS="$COMMON_CFLAGS -Wall"
|
|
-COMMON_CFLAGS="$COMMON_CFLAGS -Werror"
|
|
|
|
# -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris.
|
|
for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -426,7 +426,6 @@
|
|
|
|
### General flags / actions
|
|
COMMON_CFLAGS="$COMMON_CFLAGS -Wall"
|
|
-COMMON_CFLAGS="$COMMON_CFLAGS -Werror"
|
|
|
|
# -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris.
|
|
for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \
|