private: Silence compiler warnings in generated source files.
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 2 Mar 2013 14:47:09 +0000 (09:47 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 2 Mar 2013 16:57:29 +0000 (11:57 -0500)
private/Makefile.am

index 54a8b37..8a834c8 100644 (file)
@@ -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)