mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-07 02:09:56 +08:00
Remove unnecessary pragmas
This commit is contained in:
parent
48967e1b6f
commit
27b7be63bf
@ -229,7 +229,6 @@ FMT_PRAGMA_GCC(push_options)
|
||||
#if !defined(__OPTIMIZE__) && !defined(__CUDACC__) && !defined(FMT_MODULE)
|
||||
FMT_PRAGMA_GCC(optimize("Og"))
|
||||
#endif
|
||||
FMT_PRAGMA_CLANG(diagnostic push)
|
||||
|
||||
#ifdef FMT_DEPRECATED
|
||||
// Use the provided definition.
|
||||
@ -2870,7 +2869,6 @@ FMT_INLINE void println(format_string<T...> fmt, T&&... args) {
|
||||
fmt::println(stdout, fmt, static_cast<T&&>(args)...);
|
||||
}
|
||||
|
||||
FMT_PRAGMA_CLANG(diagnostic pop)
|
||||
FMT_PRAGMA_GCC(pop_options)
|
||||
FMT_END_EXPORT
|
||||
FMT_END_NAMESPACE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user