Commit f36af305 authored by Milo Yip's avatar Milo Yip

Merge pull request #495 from pah/fixes/494-warning-pop

encodings.h: fix typo in preprocessor condition (closes #494)
parents a1c4f325 7899a3c1
......@@ -618,7 +618,7 @@ struct Transcoder<Encoding, Encoding> {
RAPIDJSON_NAMESPACE_END
#if defined(__GNUC__) || defined(_MSV_VER)
#if defined(__GNUC__) || defined(_MSC_VER)
RAPIDJSON_DIAG_POP
#endif
......
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