From 24a72c00b625f75158686108c3be9d8ae34ff732 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 18 Apr 2013 20:48:16 +0000 Subject: QPID-4734: Expand ignoring warnings to all patchlevels of gcc 4.4 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1469559 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/SocketTransport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/src/qpid/sys/SocketTransport.cpp b/cpp/src/qpid/sys/SocketTransport.cpp index cf0770f4ee..2e03d18d82 100644 --- a/cpp/src/qpid/sys/SocketTransport.cpp +++ b/cpp/src/qpid/sys/SocketTransport.cpp @@ -20,7 +20,7 @@ */ // Turn off unintialised warnings as errors when compiling under Red Enterprise Linux 6 // as an unitialised variable warning is unavoidable there. -#if __GNUC__ == 4 && __GNUC_MINOR__ == 4 && __GNUC_PATCHLEVEL__ == 7 +#if __GNUC__ == 4 && __GNUC_MINOR__ == 4 #pragma GCC diagnostic warning "-Wuninitialized" #endif -- cgit v1.2.1