Tests: Fix compilation/plugin test.

This commit is contained in:
Friedemann Kleint
2011-01-20 14:43:06 +01:00
parent 261a3f1785
commit 6b153c8747
5 changed files with 9 additions and 9 deletions

View File

@@ -1576,7 +1576,7 @@ virtual bool visit(LambdaCaptureAST *ast)
return false;
}
virtual bool visit(CaptureAST *ast)
virtual bool visit(CaptureAST *)
{
return false;
}