Splint Error Messages
From 433253
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | [[File static function funcname declared but not used]] | |
- | [[File static function | + | |
- | [[Function | + | [[Function funcname exported but not declared in header file]] |
+ | |||
+ | [[Variable varname declared but not used]] | ||
+ | |||
+ | [[Variable suggestion used before definition]] | ||
+ | |||
+ | [[Fresh storage (...) not released before assignment]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |
Current revision as of 11:52, 23 August 2006
File static function funcname declared but not used
Function funcname exported but not declared in header file
Variable varname declared but not used
Variable suggestion used before definition
Fresh storage (...) not released before assignment