mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable more C++ compiler warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user