Switched from warning to error. Tightened the testcase.

This commit is contained in:
laubzega
2018-09-23 16:22:59 -07:00
committed by Oliver Schmidt
parent 7a5acaf39a
commit a48bbc4be0
4 changed files with 9 additions and 10 deletions

View File

@@ -61,5 +61,5 @@ int function () {
goto end;
end:
;
return 0;
}