mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Merge pull request #279 from pah/fix/pedantic
Fixes for GCC with -pedantic
This commit is contained in:
@@ -54,7 +54,7 @@ struct MessageHandler
|
||||
enum State {
|
||||
kExpectObjectStart,
|
||||
kExpectNameOrObjectEnd,
|
||||
kExpectValue,
|
||||
kExpectValue
|
||||
}state_;
|
||||
std::string name_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user