You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
621 B
21 lines
621 B
Index: configure |
|
--- configure.orig 2019-04-06 09:38:05.407651000 +0200 |
|
+++ configure 2019-04-06 09:44:30.830013000 +0200 |
|
@@ -3133,7 +3133,7 @@ |
|
|
|
|
|
|
|
-GCC_CFLAGS="-fvisibility=hidden -pipe -Wall -W -Wno-unused-parameter \ |
|
+GCC_CFLAGS="-fvisibility=hidden -pipe -Wno-unused-parameter \ |
|
-Wno-missing-field-initializers -Wpointer-arith -Wstrict-prototypes \ |
|
-Wcast-qual -Wcast-align -Wno-error=unused-function \ |
|
-Wno-error=unused-variable -Wno-error=deprecated-declarations" |
|
@@ -3146,7 +3146,7 @@ |
|
fi |
|
|
|
if test "X$werror_flag" = "Xyes"; then : |
|
- GCC_CFLAGS="$GCC_CFLAGS -Werror" |
|
+ : |
|
fi |
|
|
|
case `pwd` in
|
|
|