testdivision: The 'unsigned division' is a style check
This commit is contained in:
parent
03888046d8
commit
15a32103e2
|
@ -49,6 +49,7 @@ private:
|
|||
|
||||
Settings settings;
|
||||
settings._showAll = true;
|
||||
settings._checkCodingStyle = true;
|
||||
|
||||
// Check for unsigned divisions..
|
||||
CheckOther checkOther(&tokenizer, settings, this);
|
||||
|
|
Loading…
Reference in New Issue