Fix one compiler warning

This commit is contained in:
Reijo Tomperi 2010-04-18 22:14:25 +03:00
parent 83dbdc55b5
commit b11fc0a069
1 changed files with 6 additions and 1 deletions

View File

@ -2700,7 +2700,12 @@ public:
{ } { }
private: private:
void check(const char code[], bool showAll = false) /**
* Tokenize and execute leak check for given code
* @param code Source code
* @param showAll Not used
*/
void check(const char code[], bool = false)
{ {
// Tokenize.. // Tokenize..
Tokenizer tokenizer; Tokenizer tokenizer;