Suppress -Wpadded warnings

This commit is contained in:
Victor Zverovich 2016-06-14 22:17:34 -07:00
parent 4569b4dbd6
commit a201c61977

View File

@ -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__