mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 13:10:07 +00:00
Suppress -Wpadded warnings
This commit is contained in:
parent
4569b4dbd6
commit
a201c61977
@ -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…
Reference in New Issue
Block a user