mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Ignore warnings for yulOptimizer tests
This commit is contained in:
committed by
chriseth
parent
73e634924e
commit
d8263d331e
@@ -361,7 +361,7 @@ void AsmAnalyzer::operator()(Switch const& _switch)
|
||||
|
||||
if (_switch.cases.size() == 1 && !_switch.cases[0].value)
|
||||
m_errorReporter.warning(
|
||||
1878_error,
|
||||
9592_error,
|
||||
_switch.location,
|
||||
"\"switch\" statement with only a default case."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user