Suppress float-equal in readertest.cpp
This commit is contained in:
parent
fb4f321d82
commit
2524693cfd
@ -30,6 +30,7 @@ using namespace rapidjson;
|
|||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
RAPIDJSON_DIAG_PUSH
|
RAPIDJSON_DIAG_PUSH
|
||||||
RAPIDJSON_DIAG_OFF(effc++)
|
RAPIDJSON_DIAG_OFF(effc++)
|
||||||
|
RAPIDJSON_DIAG_OFF(float-equal)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template<bool expect>
|
template<bool expect>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user