testdivision: The 'unsigned division' is a style check

This commit is contained in:
Daniel Marjamäki 2009-01-12 17:20:32 +00:00
parent 03888046d8
commit 15a32103e2
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ private:
Settings settings;
settings._showAll = true;
settings._checkCodingStyle = true;
// Check for unsigned divisions..
CheckOther checkOther(&tokenizer, settings, this);