diff --git a/format.h b/format.h index 0cc2b564..576f46f4 100644 --- a/format.h +++ b/format.h @@ -100,6 +100,7 @@ inline uint32_t clzll(uint64_t x) { #endif #ifdef __clang__ +# pragma clang diagnostic push # pragma clang diagnostic ignored "-Wdocumentation" #endif