From ac3335857e3b30b99240c2a7638c8aed31d3e78d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 11 Oct 2006 15:50:15 +0000 Subject: Turned up gcc warnings, fixed warnings in code, enabled -Werror. Note: #include "qpid_test_plugin.h" instead of Works around warning from a cppunit macro. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@462834 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/common/framing/test/header_test.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qpid/cpp/common/framing/test/header_test.cpp') diff --git a/qpid/cpp/common/framing/test/header_test.cpp b/qpid/cpp/common/framing/test/header_test.cpp index 0ff6d47d57..f98dd5d108 100644 --- a/qpid/cpp/common/framing/test/header_test.cpp +++ b/qpid/cpp/common/framing/test/header_test.cpp @@ -17,10 +17,7 @@ */ #include #include "amqp_framing.h" -#include -#include -#include -#include +#include using namespace qpid::framing; -- cgit v1.2.1