[evolution-data-server] Suppress deprecation warnings.



commit 28e0ff467602ce2f498c2e0d79a33a87d02c4695
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Mar 6 10:10:19 2012 -0500

    Suppress deprecation warnings.
    
    Suppress deprecated declaration warnings, particularly from GTK+, until
    we're ready to care again.  Once we require GTK+ 3.4 we can start using
    the new deprecation min/max macros.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c81f734..dd99bcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,6 +152,7 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
 	-Wno-missing-field-initializers
 	-Wno-sign-compare
 	-Wno-unused-parameter
+	-Wno-deprecated-declarations
 	-Wdeclaration-after-statement
 	-Werror-implicit-function-declaration
 	-Wformat-security -Winit-self



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