[evince] build: Remove -Wno-deprecated-declarations



commit d1748c859640bad27d6cdbe6a1a941b68b700845
Author: Christian Persch <chpe gnome org>
Date:   Mon Jul 29 14:32:48 2013 +0200

    build: Remove -Wno-deprecated-declarations
    
    The MIN_VERSION takes care of this already, and preserves some warnings that *are*
    useful.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ae7ae67..d2c2ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,7 +663,6 @@ dnl =================== Compile warnings =======================================
 GNOME_COMPILE_WARNINGS
 
 CC_CHECK_FLAGS_APPEND([AM_CFLAGS],[CFLAGS],[ \
-  -Wno-deprecated-declarations \
 ])
 
 AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"


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