mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-28 19:52:02 +01:00
Suppress float-equal in readertest.cpp
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user