blob: d194beb4b6b33e1d30cda063a4c10eb91583c270 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- configure.orig 2013-02-12 18:02:16.000000000 -0500
+++ configure 2013-02-12 18:03:06.000000000 -0500
@@ -15694,13 +15694,6 @@
CXXFLAGS="$CXXFLAGS -Werror"
fi
-if test x"$GCC" = xyes; then :
-
- # Be tough with warnings and produce less careless code
- CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wendif-labels -Wextra"
- CXXFLAGS="$CXXFLAGS -Wall -pedantic -Weffc++ -Wshadow -Wendif-labels -Wextra -Wsign-promo -Woverloaded-virtual -Wnon-virtual-dtor -Wsign-promo"
-
-fi
# Check for curl
|