Commit 7787c449 authored by Milo Yip's avatar Milo Yip

Fix again

parent f422094b
...@@ -14,15 +14,15 @@ ...@@ -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 {
......
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