"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;
}
PackageVersionSupposed error messageFull log Bug report
unicon 3.0.4-13tab2dat.c:33:7: error: void function 'load_phr' should not return a value [-Wreturn-type] Log 739924

1 errors