Commit 14b4a2b0 authored by Victor Zverovich's avatar Victor Zverovich Committed by Jonathan Müller

Suppress clang's documentation warnings

(cherry picked from commit 18e3f165)
parent 8bb431fe
...@@ -105,7 +105,7 @@ typedef __int64 intmax_t; ...@@ -105,7 +105,7 @@ typedef __int64 intmax_t;
#if defined(__clang__) && !defined(FMT_ICC_VERSION) #if defined(__clang__) && !defined(FMT_ICC_VERSION)
# pragma clang diagnostic push # pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdocumentation" # pragma clang diagnostic ignored "-Wdocumentation-unknown-command"
#endif #endif
#ifdef __GNUC_LIBSTD__ #ifdef __GNUC_LIBSTD__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment