Splint Error Messages
From 433253
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
[[Variable varname declared but not used]] | [[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