"Void function should not return a value" build failure(s) — clang 3.0
A void function should not have a returned value.
void foo() {
return 1;
}
| Package | Version | Supposed error message | Full log | Bug report |
|---|---|---|---|---|
| unicon | 3.0.4-13 | tab2dat.c:33:7: error: void function 'load_phr' should not return a value [-Wreturn-type] | Log | 739924 |
1 errors