From cea94bd3cfd5d92696a57ef309b82a897762a3f5 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 21 Jan 2016 23:01:52 +0100 Subject: 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 --- connectivity/inc/pch/precompiled_dbtools.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx index 08fa14e51cef..3babfec0081c 100644 --- a/connectivity/inc/pch/precompiled_dbtools.hxx +++ b/connectivity/inc/pch/precompiled_dbtools.hxx @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include -- cgit