[evolution-data-server] private: Silence compiler warnings in generated source files.



commit 6b953dd9e280a5b653f4b72a1eaf992ce72f98f7
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Mar 2 09:47:09 2013 -0500

    private: Silence compiler warnings in generated source files.

 private/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/private/Makefile.am b/private/Makefile.am
index 54a8b37..8a834c8 100644
--- a/private/Makefile.am
+++ b/private/Makefile.am
@@ -164,6 +164,10 @@ libedbus_private_la_CPPFLAGS = \
        $(CODE_COVERAGE_CFLAGS) \
        $(NULL)
 
+libedbus_private_la_CFLAGS = \
+       -Wno-redundant-decls \
+       $(NULL)
+
 libedbus_private_la_SOURCES = \
        $(BUILT_SOURCES) \
        $(NULL)


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