ext/facter/leatherman/locale/src/locale.cc in facter-3.11.6.cfacter.20181031 vs ext/facter/leatherman/locale/src/locale.cc in facter-3.12.0.cfacter.20180918

- old
+ new

@@ -3,9 +3,10 @@ #include <map> // boost includes are not always warning-clean. Disable warnings that // cause problems before including the headers, then re-enable the warnings. #pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #pragma GCC diagnostic ignored "-Wstrict-aliasing" #include <boost/locale.hpp> #pragma GCC diagnostic pop namespace leatherman { namespace locale {