Applied patch for gcc -Wall

This commit is contained in:
jbeder
2009-01-15 17:12:13 +00:00
parent 6434b4f0c8
commit d44502c979
4 changed files with 5 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ namespace YAML
case TT_BLOCK_SEQ_START: ParseBlock(pScanner, state); break;
case TT_BLOCK_ENTRY: ParseImplicit(pScanner, state); break;
case TT_FLOW_SEQ_START: ParseFlow(pScanner, state); break;
default: break;
}
}