Commit 2524693c authored by Milo Yip's avatar Milo Yip

Suppress float-equal in readertest.cpp

parent fb4f321d
......@@ -30,6 +30,7 @@ using namespace rapidjson;
#ifdef __GNUC__
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(effc++)
RAPIDJSON_DIAG_OFF(float-equal)
#endif
template<bool expect>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment