mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +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;
|
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 fmt {
|
||||||
namespace internal {
|
namespace internal {
|
||||||
template <typename Char>
|
template <typename Char>
|
||||||
|
Loading…
Reference in New Issue
Block a user