Enable more C++ compiler warnings

This commit is contained in:
Alex Beregszaszi
2020-12-10 21:03:58 +00:00
parent 90c693be09
commit bd641a5206
27 changed files with 96 additions and 26 deletions
+3
View File
@@ -126,6 +126,8 @@ int precedence(Token tok)
}
#undef T
namespace
{
int parseSize(string::const_iterator _begin, string::const_iterator _end)
{
try
@@ -138,6 +140,7 @@ int parseSize(string::const_iterator _begin, string::const_iterator _end)
return -1;
}
}
}
static Token keywordByName(string const& _name)
{