]> andersk Git - splint.git/blame - test/macrosef.expect
noexpand always false.
[splint.git] / test / macrosef.expect
CommitLineData
885824d3 1
2macrosef.c: (in macro f)
3macrosef.c:2:14: Macro parameter y used more than once
4macrosef.c: (in function m)
5macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
6 file system state: (printf("yo\n"), 3)
7macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
8 *stdout: (printf("yo\n"), 3)
9macrosef.c:14:14: Parameter 1 to f is declared sef, but the argument may modify
10 *p: g(p)
11
11db3170 12Finished checking --- 4 code warnings, as expected
885824d3 13
14macrosef.c: (in macro f)
15macrosef.c:2:14: Macro parameter y used more than once
16macrosef.c: (in function m)
17macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
18 file system state: (printf("yo\n"), 3)
19macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
20 *stdout: (printf("yo\n"), 3)
21
11db3170 22Finished checking --- 3 code warnings, as expected
885824d3 23
24macrosef.c: (in macro f)
25macrosef.c:2:14: Macro parameter y used more than once
26macrosef.c: (in function m)
27macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
28 file system state: (printf("yo\n"), 3)
29macrosef.c:12:14: Parameter 1 to f is declared sef, but the argument may modify
30 *stdout: (printf("yo\n"), 3)
31macrosef.c:14:14: Parameter 1 to f is declared sef, but the argument calls
32 unconstrained function g (no guarantee it will not modify something): g(p)
33
11db3170 34Finished checking --- 4 code warnings, as expected
This page took 1.42292 seconds and 5 git commands to generate.