Pristine Ack-5.5
[Ack-5.5.git] / doc / lint / appendix_A
1 .ds
2 .SH
3 Appendix A
4 .LP
5 .SH
6 The warnings
7 .LP
8 .SH
9 Pass one warnings
10 .DS
11 .ft CW
12 %s may be used before set
13 maybe %s used before set
14 %s unused in function %s
15 %s set but not used in function %s
16 argument %s unused in function %s
17 static [variable, function] %s unused
18 %s declared extern but never used
19
20 long conversion may lose accuracy
21 comparison of unsigned with negative constant
22 unsigned comparison with 0?
23 degenerate unsigned comparison
24 nonportable character comparison
25 possible pointer alignment problem
26
27 %s evaluation order undefined
28
29 null effect
30 constant in conditional context
31 use if-else construction
32 while (0) ?
33 do ... while (0) ?
34 [case, default] statement in strange context
35
36 function %s has return(e); and return;
37 statement not reached
38 function %s declared %s but no value returned
39 .ft P
40 .DE
41 .SH
42 Pass two warnings
43 .DS
44 .ft CW
45 %s variable # of args
46 %s arg %d used inconsistently
47 %s multiply defined
48 %s value declared inconsistently
49 %s used but not defined
50 %s defined (%s(%d)) but never used
51 %s declared but never defined
52 %s value is used but none is returned
53 %s returns value which is [sometimes, always] ignored
54 %s also defined in library
55 .ft P
56 .DE