diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-03-02 20:46:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-03-02 20:46:16 +0000 |
| commit | 1552176f75ced7be7a574c6bbd98ef92fd037ca4 (patch) | |
| tree | eececf9552f1f07a89fb74129d1e4707e2513873 /qpid/cpp/src/tests/Makefile.am | |
| parent | 1b404573954bc43061a7c302c0e39cba9772a7c9 (diff) | |
| download | qpid-python-1552176f75ced7be7a574c6bbd98ef92fd037ca4.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@749432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index e599b95edd..6b7b6df478 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
