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