Merge pull request #279 from pah/fix/pedantic

Fixes for GCC with -pedantic
This commit is contained in:
Milo Yip
2015-04-02 09:44:25 +08:00
4 changed files with 6 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ struct MessageHandler
enum State {
kExpectObjectStart,
kExpectNameOrObjectEnd,
kExpectValue,
kExpectValue
}state_;
std::string name_;
};