Fix again

This commit is contained in:
Milo Yip 2016-02-02 20:21:07 +08:00
parent f422094b9f
commit 7787c449ca

View File

@ -14,15 +14,15 @@
#include "unittest.h" #include "unittest.h"
// Using forward declared types here.
#include "rapidjson/fwd.h"
#ifdef __GNUC__ #ifdef __GNUC__
RAPIDJSON_DIAG_PUSH RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(effc++) RAPIDJSON_DIAG_OFF(effc++)
#endif #endif
// Using forward declared types here.
#include "rapidjson/fwd.h"
using namespace rapidjson; using namespace rapidjson;
struct Foo { struct Foo {