summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-05 12:01:51 +0100
committerraveit65 <[email protected]>2020-02-06 11:44:52 +0100
commit414bab5c3e8ab63e5fd416c1b37dd531c2bfaa8d (patch)
tree69a6b6183542b29a5430689d5ca7f10497371e82
parent5407df3afa7bc25586a5b386589656811d2f9e16 (diff)
downloadmate-polkit-414bab5c3e8ab63e5fd416c1b37dd531c2bfaa8d.tar.bz2
mate-polkit-414bab5c3e8ab63e5fd416c1b37dd531c2bfaa8d.tar.xz
build: warning flags are already defined
-rw-r--r--configure.ac34
1 files changed, 0 insertions, 34 deletions
diff --git a/configure.ac b/configure.ac
index b257b13..09a41a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,40 +39,6 @@ LT_INIT
if test "x$GCC" = "xyes"; then
changequote(,)dnl
- case " $CFLAGS " in
- *[\ \ ]-Wall[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wall" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wchar-subscripts[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wmissing-declarations[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wnested-externs[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wnested-externs" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wpointer-arith[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wpointer-arith" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wcast-align[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wcast-align" ;;
- esac
-
- case " $CFLAGS " in
- *[\ \ ]-Wsign-compare[\ \ ]*) ;;
- *) CFLAGS="$CFLAGS -Wsign-compare" ;;
- esac
if test "x$enable_ansi" = "xyes"; then
case " $CFLAGS " in