summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-03-02 20:46:16 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-03-02 20:46:16 +0000
commite669e97c7f1c034841986e18288af7629d356aa2 (patch)
tree8b7e7ea26fc6e8e8bde9dd71bb6e201b567d63fb /cpp/src/tests/Makefile.am
parentecd668842148df98b9e5bbea8fbc88a5f363d42b (diff)
downloadqpid-python-e669e97c7f1c034841986e18288af7629d356aa2.tar.gz
Remove -Wno-missing-field-initializers which is not supported by gcc3.4
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index e599b95edd..6b7b6df478 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -201,7 +201,6 @@ PollerTest_LDADD=$(lib_common)
check_PROGRAMS+=DispatcherTest
DispatcherTest_SOURCES=DispatcherTest.cpp
DispatcherTest_LDADD=$(lib_common)
-DispatcherTest_CXXFLAGS=$(AM_CXXFLAGS) -Wno-missing-field-initializers
TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= BOOST_TEST_SHOW_PROGRESS=yes $(srcdir)/run_test