From 38f77cf690661bebaf1d1714568296643c5e700e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 13 Apr 2014 18:39:18 +0200 Subject: [PATCH] boost: rename misleading boost.{4100,4510}.warnings.patch Change-Id: I7c9cf801f5ce0a16adf6eef7fc5697cfc6c0c194 --- external/boost/UnpackedTarball_boost.mk | 4 ++-- ...arnings.patch => boost.concept_check.C4100.warnings.patch} | 0 ....warnings.patch => boost.multi_array.C4510.warnings.patch} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename external/boost/{boost.4100.warnings.patch => boost.concept_check.C4100.warnings.patch} (100%) rename external/boost/{boost.4510.warnings.patch => boost.multi_array.C4510.warnings.patch} (100%) diff --git a/external/boost/UnpackedTarball_boost.mk b/external/boost/UnpackedTarball_boost.mk index 47a77aeb7078..bdc986ed6b49 100644 --- a/external/boost/UnpackedTarball_boost.mk +++ b/external/boost/UnpackedTarball_boost.mk @@ -16,13 +16,13 @@ boost_patches += boost.gcc47679.patch boost_patches += boost.6369.warnings.patch #https://svn.boost.org/trac/boost/ticket/7551 boost_patches += boost.7551.unusedvars.patch -boost_patches += boost.4100.warnings.patch -boost_patches += boost.4510.warnings.patch #https://svn.boost.org/trac/boost/ticket/6142 boost_patches += boost.6142.warnings.patch.1 +boost_patches += boost.concept_check.C4100.warnings.patch boost_patches += boost.crc.Wshadow.warnings.patch boost_patches += boost.date_time.Wshadow.warnings.patch +boost_patches += boost.multi_array.C4510.warnings.patch boost_patches += boost.multi_array.Wshadow.warnings.patch boost_patches += boost.ptr_container.Wshadow.warnings.patch boost_patches += boost.ptr_container.Wignored-qualifiers.warnings.patch diff --git a/external/boost/boost.4100.warnings.patch b/external/boost/boost.concept_check.C4100.warnings.patch similarity index 100% rename from external/boost/boost.4100.warnings.patch rename to external/boost/boost.concept_check.C4100.warnings.patch diff --git a/external/boost/boost.4510.warnings.patch b/external/boost/boost.multi_array.C4510.warnings.patch similarity index 100% rename from external/boost/boost.4510.warnings.patch rename to external/boost/boost.multi_array.C4510.warnings.patch