Suppress float-equal in readertest.cpp

This commit is contained in:
Milo Yip 2015-04-10 23:24:33 +08:00
parent fb4f321d82
commit 2524693cfd

View File

@ -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>