From 18e3f165763eabe992ea4ca0f81fdddf72f97eeb Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Jun 2016 09:09:36 -0700 Subject: [PATCH] Suppress clang's documentation warnings --- fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__