From 2524693cfd6f6dda75e9939eda312daa0d2b9d22 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Fri, 10 Apr 2015 23:24:33 +0800 Subject: [PATCH] Suppress float-equal in readertest.cpp --- test/unittest/readertest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/readertest.cpp b/test/unittest/readertest.cpp index 318f188..98ffcc9 100644 --- a/test/unittest/readertest.cpp +++ b/test/unittest/readertest.cpp @@ -30,6 +30,7 @@ using namespace rapidjson; #ifdef __GNUC__ RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_OFF(effc++) +RAPIDJSON_DIAG_OFF(float-equal) #endif template