diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:56:16 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:56:16 +0000 |
commit | 19a3d2bab9b4ad3c5eac6032a9752085b9e2e1a2 (patch) | |
tree | 9d726d58dd996f7317516eb3e804f5b8d22fc137 /boost | |
parent | 759f3e9ac2089b493814131f0bf9ac1f4b26667c (diff) |
INTEGRATION: CWS warningfixes02 (1.4.4); FILE MERGED
2006/06/29 12:23:35 sb 1.4.4.1: #i60951# Allow unchecked GCC <= 4 to build (patch supplied by jjmckenzie, thb).
Diffstat (limited to 'boost')
-rw-r--r-- | boost/spirit-1.6.1.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/spirit-1.6.1.patch b/boost/spirit-1.6.1.patch index eabfb68afa98..f26997b38f3d 100644 --- a/boost/spirit-1.6.1.patch +++ b/boost/spirit-1.6.1.patch @@ -99,8 +99,8 @@ #endif // // last known and checked version is 3.2: -! // although 3.4 is unchecked, we will give it a try -! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4)) +! // although 3.4+x & 4.x are unchecked, we will give it a try +! #if (__GNUC__ > 4) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else |