From 98d6e6e5236ccb432db3238d0e8f78b6d5cc41a0 Mon Sep 17 00:00:00 2001 From: Jared Grubb Date: Sat, 10 Dec 2016 13:17:34 -0800 Subject: [PATCH] Clang: quiet a warning --- src/json.hpp.re2c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index c6a99b89..65dc2ca0 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -73,6 +73,7 @@ SOFTWARE. #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wfloat-equal" + #pragma GCC diagnostic ignored "-Wdocumentation" #endif // allow for portable deprecation warnings