encodings.h: fix typo in preprocessor condition (closes #494)
This commit is contained in:
parent
a1c4f325ca
commit
7899a3c125
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user