Disable -Wlong-long on gcc.
This commit is contained in:
parent
e1a02c5141
commit
4523ed7887
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_
|
||||
|
Loading…
Reference in New Issue
Block a user