1 2compoundstmt.c: (in function main) 3compoundstmt.c:9:3: Assignment of void value to int: j = ({ int __tmp; 4 __tmp = (5); fvoid(); }) 5compoundstmt.c:5:15: Parameter argc not used 6compoundstmt.c:5:28: Parameter argv not used 7 8Finished checking --- 3 code warnings, as expected 9