mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Remove system_header pragma
This commit is contained in:
parent
9f7957c073
commit
873c8451ed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user