You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello people!
I used ./configure --enable-cpu.
While compiling version 3.5 on Mac OS X 10.9.2, I experience the following
compiler errors when doing make:
Main/Utils.c:119:9: error: non-void function 'file_readHeader' should return a
value [-Wreturn-type]
return ;
Common/CpuCore.c:89:7: error: non-void function 'cpu_Core_charset' should
return a value [-Wreturn-type]
return;
Replacing "return ;" with "return 1" fixes the issue.
Please let me know if you need any additional information.
Best regards,
René
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 19 Mar 2014 at 12:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Mar 2014 at 12:46The text was updated successfully, but these errors were encountered: