TICS Coding Standard Viewer
TIOBE Software Quality Framework
Home
|
Coding Rules
|
Categories
|
Literature
|
Change History
|
Generate PDF
|
Log in
Revision:
18.9
18.8
18.7
18.6
18.5
18.4
18.3
18.2
18.1
18.0
ASML C Coding Standard
Search
Rule: 6.9.2.b
Synopsis:
Only static global variables that are used shall be declared.
Language:
C
Severity Level:
8
Category:
External Definitions
Description:
Justification
If a static global variable is not used at all, it better can be removed.