Remove system_header pragma

This commit is contained in:
Victor Zverovich 2017-07-26 08:42:57 -07:00
parent 9f7957c073
commit 873c8451ed

View File

@ -3135,14 +3135,6 @@ void arg(wstring_view, const internal::named_arg<Context>&)
FMT_DELETED_OR_UNDEFINED;
}
#if FMT_GCC_VERSION
// Use the system_header pragma to suppress warnings about variadic macros
// because suppressing -Wvariadic-macros with the diagnostic pragma doesn't
// work. It is used at the end because we want to suppress as little warnings
// as possible.
# pragma GCC system_header
#endif
namespace fmt {
namespace internal {
template <typename Char>