Fix incorrect unused parameter warnings in function types

This commit is contained in:
Hackerpilot 2014-05-27 04:56:40 +00:00
parent a6deb61207
commit 8d34ba7144
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ class UnusedVariableCheck : BaseAnalyzer
popScope();
}
override void visit(const Type type) {}
mixin template PartsUseVariables(NodeType)
{
override void visit(const NodeType node)