From 8ce5379299bbeadb909594b3d6d3e9b158dae661 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Tue, 6 Apr 2010 21:07:46 +0300 Subject: [PATCH] Fix: warning C4138: '*/' found outside of comment --- lib/checkunusedfunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkunusedfunctions.h b/lib/checkunusedfunctions.h index 1995fe68a..f2dd6b7ea 100644 --- a/lib/checkunusedfunctions.h +++ b/lib/checkunusedfunctions.h @@ -65,7 +65,7 @@ private: /** * Dummy implementation, just to provide error for --errorlist */ - void runSimplifiedChecks(const Tokenizer */*tokenizer*/, const Settings */*settings*/, ErrorLogger */*errorLogger*/) + void runSimplifiedChecks(const Tokenizer *, const Settings *, ErrorLogger *) { }