mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-12 14:40:03 +08:00
Suppress -Wpadded warnings
(cherry picked from commit a201c6197715f6578f64cb96258c2d9dafeb1724)
This commit is contained in:
parent
8cfff4da4c
commit
300d4f3c89
@ -106,6 +106,7 @@ typedef __int64 intmax_t;
|
||||
#if defined(__clang__) && !defined(FMT_ICC_VERSION)
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wdocumentation-unknown-command"
|
||||
# pragma clang diagnostic ignored "-Wpadded"
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC_LIBSTD__
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user