diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-04-18 20:48:16 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-04-18 20:48:16 +0000 |
| commit | 24a72c00b625f75158686108c3be9d8ae34ff732 (patch) | |
| tree | dcd48020529f9f8058c2b9d996b12275b80269f5 /cpp/src | |
| parent | 2927c18bdb8eb435064e07393495f915e230bfbe (diff) | |
| download | qpid-python-24a72c00b625f75158686108c3be9d8ae34ff732.tar.gz | |
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
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/sys/SocketTransport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
