Every defined function shall be called at least once
Every defined function shall be called at least once.
If a function with a definition is not called, it might indicate a serious coding error. For instance, the function call is unreachable or a different function is called unintentionally.
The checker detects situations where a static function is defined but not called at all in its translation unit.
Every defined function shall be called at least once. The static function
is not called.funcName
If you expect a rule violation but do not see it, refer to Coding Standard Violations Not Displayed.
| Group: Language Independent Issues |
| Category: Required |