From 873c8451ed8c53a976d7c7b05d328480e3a5d688 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 26 Jul 2017 08:42:57 -0700 Subject: [PATCH] Remove system_header pragma --- fmt/format.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fmt/format.h b/fmt/format.h index 27d087ee..18e93199 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3135,14 +3135,6 @@ void arg(wstring_view, const internal::named_arg&) 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