diff --git a/fmt/format.h b/fmt/format.h index e8558b32..1413d9dd 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -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__