diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-21 23:01:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-22 10:13:15 +0100 |
commit | cea94bd3cfd5d92696a57ef309b82a897762a3f5 (patch) | |
tree | 2c3fdc694d1c7a1cd1ce11decb46edbbfd24e00d /bin | |
parent | 0dbe3d40579d20f4cbce3ce155996ff4b5c32c99 (diff) |
GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUG
... so try to blacklist that boost::spirit header, it is fortunately
included only in one cxx file per library anyway.
Change-Id: I95752540d33b2b20d7a185c05c4d4d15e660d956
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update_pch b/bin/update_pch index 18eba85368da..037dca85bb21 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -346,6 +346,7 @@ def filter_ignore(line, module): 'LibreOfficeKit/LibreOfficeKitTypes.h', # Needs special directives 'jerror.h', # c++ unfriendly 'jpeglib.h', # c++ unfriendly + 'boost/spirit/include/classic_core.hpp', # depends on BOOST_SPIRIT_DEBUG 'svtools/editimplementation.hxx' # no direct include ] |