]> andersk Git - splint.git/blob - test/compoundstmt.expect
noexpand always false.
[splint.git] / test / compoundstmt.expect
1
2 compoundstmt.c: (in function main)
3 compoundstmt.c:9:3: Assignment of void value to int: j = ({ int __tmp;
4                        __tmp = (5); fvoid(); })
5 compoundstmt.c:5:15: Parameter argc not used
6 compoundstmt.c:5:28: Parameter argv not used
7
8 Finished checking --- 3 code warnings, as expected
This page took 1.369983 seconds and 5 git commands to generate.