[librsvg] Remove extra compiler warnings from configure.in



commit 0de909abb6312902f738183cda571b08337f118c
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Feb 12 11:26:54 2015 -0600

    Remove extra compiler warnings from configure.in
    
    Whoever builds the module should be in control.  Developers can very well
    have a build-paranoically script or something.

 configure.in |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)
---
diff --git a/configure.in b/configure.in
index 461aca5..127f8b5 100644
--- a/configure.in
+++ b/configure.in
@@ -199,31 +199,6 @@ fi
 AC_SUBST([BSYMBOLIC_LDFLAG])
 
 ##################################################
-# Compiler warnings
-##################################################
-
-save_CFLAGS="$CFLAGS"
-CFLAGS=
-CC_CHECK_CFLAGS_APPEND([ \
-  -Wall -Wextra \
-  -Wunused -Wreturn-type -Wswitch -Wcomment -Wtrigraphs \
-  -Wchar-subscripts -Wparentheses -Winline -Wredundant-decls \
-  -Wformat-nonliteral -Werror=format-security \
-  -Wsign-compare -Werror=implicit-function-declaration \
-  -Wpointer-arith -Wwrite-strings -Wstrict-prototypes \
-  -Wnoaggregate-return -Wcast-align -Wimplicit -Wuninitialized \
-  -Wmissing-prototypes -Wmissing-declarations -Wnested-externs \
-  -Wpacked -Wmissing-format-attribute -Wshadow \
-  -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \
-  -Wdeclaration-after-statement -Wold-style-definition \
-  -Wno-missing-field-initializers -Wno-unused-parameter \
-  -Wunused-variable -Wunused-function \
-  -Wempty-body -Wno-switch-enum \
-  -fno-common])
-AM_CFLAGS="$AM_CFLAGS $CFLAGS"
-CFLAGS="$save_CFLAGS"
-
-##################################################
 # Checks for gtk-doc and docbook-tools
 ##################################################
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]