diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-01 00:38:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-01 03:12:09 +0200 |
commit | cc50d6744f4d07356761021e336e63a96fd86fcc (patch) | |
tree | 82547d3c93a535b1272b214fddd8c29af9faabe1 /boost/UnpackedTarball_boost.mk | |
parent | a11be8a87a749f56d5c5514bbd9ffd90b3f75392 (diff) |
remove some Wunused-local-typedef warnings from boost with gcc4.8
Change-Id: Ia026b679ddbea780179a88c9782e24eb9c7f44bb
Diffstat (limited to 'boost/UnpackedTarball_boost.mk')
-rw-r--r-- | boost/UnpackedTarball_boost.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/UnpackedTarball_boost.mk b/boost/UnpackedTarball_boost.mk index fefe8fa97fd9..39aa3834e993 100644 --- a/boost/UnpackedTarball_boost.mk +++ b/boost/UnpackedTarball_boost.mk @@ -26,6 +26,8 @@ boost_patches += boost.4510.warnings.patch boost_patches += boost.6142.warnings.patch.1 boost_patches += boost.libcdr.warnings.patch.1 +boost_patches += boost.wunused-local-typedef.patch.1 + # Help static analysis tools (see SAL_UNUSED_PARAMETER in sal/types.h): ifeq (GCC,$(COM)) boost_patches += boost_1_44_0-unused-parameters.patch |