Fixed warnings to compile on gcc with -Wall -pedantic -Wextra

This commit is contained in:
jbeder
2009-07-10 03:30:04 +00:00
parent 907960850b
commit 616eafc3c1
8 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ namespace YAML
TT_ANCHOR,
TT_ALIAS,
TT_TAG,
TT_SCALAR,
TT_SCALAR
};
const std::string TokenNames[] = {
@@ -46,7 +46,7 @@ namespace YAML
"ANCHOR",
"ALIAS",
"TAG",
"SCALAR",
"SCALAR"
};
struct Token {