diff --git a/fmt/format.h b/fmt/format.h index fe2ddd5a..0c9b2ce8 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -105,7 +105,7 @@ typedef __int64 intmax_t; #if defined(__clang__) && !defined(FMT_ICC_VERSION) # pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wdocumentation" +# pragma clang diagnostic ignored "-Wdocumentation-unknown-command" #endif #ifdef __GNUC_LIBSTD__