diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-23 16:25:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-23 16:34:26 +0100 |
commit | e7ffa3e2d36a800bf2f2d91ca6d08887a21caa31 (patch) | |
tree | a6d49bd4349800363887b6c10cac33c527ed5edd /boost | |
parent | fd11c723d0bbaa50421baf98062933335ec079ab (diff) |
my patch applied it, other's don't, so regenerating
Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost.4127.warnings.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/boost.4127.warnings.patch b/boost/boost.4127.warnings.patch index 11a955fd301a..b3e355dd3b9b 100644 --- a/boost/boost.4127.warnings.patch +++ b/boost/boost.4127.warnings.patch @@ -1,6 +1,7 @@ --- misc/boost_1_44_0/boost/smart_ptr/make_shared.hpp (revision 69250)
+++ misc/build/boost_1_44_0/boost/smart_ptr/make_shared.hpp (revision 69251)
-@@ -50,5 +50,16 @@
+@@ -49,7 +49,18 @@
+ {
if( initialized_ )
{
+#if defined( __GNUC__ )
@@ -17,3 +18,4 @@ +
initialized_ = false;
}
+ }
|