mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-02 12:14:43 +02:00
Disable -Wlong-long on gcc.
This commit is contained in:
5
format.h
5
format.h
@@ -55,6 +55,9 @@
|
||||
# define FMT_NOEXCEPT(expr)
|
||||
#endif
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wlong-long"
|
||||
|
||||
namespace fmt {
|
||||
|
||||
namespace internal {
|
||||
@@ -1165,4 +1168,6 @@ inline Formatter<Write> Print(StringRef format) {
|
||||
}
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#endif // FORMAT_H_
|
||||
|
Reference in New Issue
Block a user