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/generated/stylesheets/cpp.xsl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'qpid/cpp/common/framing/generated/stylesheets/cpp.xsl') diff --git a/qpid/cpp/common/framing/generated/stylesheets/cpp.xsl b/qpid/cpp/common/framing/generated/stylesheets/cpp.xsl index ae66f65745..f9e5ba4141 100644 --- a/qpid/cpp/common/framing/generated/stylesheets/cpp.xsl +++ b/qpid/cpp/common/framing/generated/stylesheets/cpp.xsl @@ -122,7 +122,7 @@ public: } - inline void encodeContent(Buffer& buffer) const + inline void encodeContent(Buffer& buffer) const { u_int8_t flags = 0; @@ -140,11 +140,8 @@ public: } - inline void decodeContent(Buffer& buffer) + inline void decodeContent(Buffer& buffer) { - - u_int8_t maxbit = ; - -- cgit v1.2.1