mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-13 18:39:35 +00:00
Suppress clang's documentation warnings
This commit is contained in:
parent
72d51e0b1e
commit
18e3f16576
@ -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__
|
||||||
|
Loading…
Reference in New Issue
Block a user