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:
@@ -36,4 +36,4 @@ void FunctionCallFinder::operator()(FunctionCall& _functionCall)
|
||||
ASTModifier::operator()(_functionCall);
|
||||
if (_functionCall.functionName.name == m_functionName)
|
||||
m_calls.emplace_back(&_functionCall);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user