Suppress clang's documentation warnings

(cherry picked from commit 18e3f16576)
This commit is contained in:
Victor Zverovich
2016-06-12 09:09:36 -07:00
committed by Jonathan Müller
parent 8bb431fef3
commit 14b4a2b073

View File

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