Commit 982d5d2a authored by Ruslan Manaev's avatar Ruslan Manaev Committed by Adam Cozzette

Fix compilation error with SDL check flag in Visual Studio

parent cdf873f2
......@@ -237,7 +237,7 @@ static inline bool HandleString(io::CodedInputStream* input, MessageLite* msg,
switch (ctype) {
case StringType_INLINED: {
InlinedStringField* s;
InlinedStringField* s = nullptr;
switch (cardinality) {
case Cardinality_SINGULAR:
// TODO(ckennelly): Is this optimal?
......
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