Some consistency changes to library & headers flags.
[splint-patched.git] / test / compoundstmt.expect
blobce54dfadfb3d920c016ca9bdac77b31bd63983bb
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
8 Finished checking --- 3 code warnings, as expected