Merge pull request #495 from pah/fixes/494-warning-pop
encodings.h: fix typo in preprocessor condition (closes #494)
This commit is contained in:
commit
f36af30531
@ -618,7 +618,7 @@ struct Transcoder<Encoding, Encoding> {
|
|||||||
|
|
||||||
RAPIDJSON_NAMESPACE_END
|
RAPIDJSON_NAMESPACE_END
|
||||||
|
|
||||||
#if defined(__GNUC__) || defined(_MSV_VER)
|
#if defined(__GNUC__) || defined(_MSC_VER)
|
||||||
RAPIDJSON_DIAG_POP
|
RAPIDJSON_DIAG_POP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user