From b9f4668855e7b957adf97636e73f95e526d9733d Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 19 Mar 2015 08:04:31 -0700 Subject: [PATCH] Add missing pragma diagnostic push for clang Thanks to @ido --- format.h | 1 + 1 file changed, 1 insertion(+) 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