diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-05 09:29:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-05 10:36:28 +0000 |
commit | be838ce7ff1db338e35f7d30b8bc6243ab3aaebb (patch) | |
tree | 0418853254171f93db229bf34e95ca97b542cc1a /boost | |
parent | be968802f265394b42db9a02d9ed961394aa4663 (diff) |
WaE: extra clang warnings
Change-Id: I5825c8004e29000cc6c15679f92aac3d18172b38
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost.6397.warnings.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/boost/boost.6397.warnings.patch b/boost/boost.6397.warnings.patch index c544d54e3006..e2e52ff85c24 100644 --- a/boost/boost.6397.warnings.patch +++ b/boost/boost.6397.warnings.patch @@ -370,3 +370,16 @@ os << fill; } } +--- misc/boost_1_44_0/boost/uuid/name_generator.hpp ++++ misc/build/boost_1_44_0/boost/uuid/name_generator.hpp +@@ -30,8 +30,8 @@ + public: + typedef uuid result_type; + +- explicit name_generator(uuid const& namespace_uuid) +- : namespace_uuid(namespace_uuid) ++ explicit name_generator(uuid const& namespace_uuid_) ++ : namespace_uuid(namespace_uuid_) + {} + + uuid operator()(const char* name) { |