From e7ffa3e2d36a800bf2f2d91ca6d08887a21caa31 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 23 Jul 2012 16:25:19 +0100 Subject: my patch applied it, other's don't, so regenerating Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509 --- boost/boost.4127.warnings.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'boost/boost.4127.warnings.patch') 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; } + } -- cgit