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 czern...@gmail.com on 19 Mar 2014 at 12:46
Original issue reported on code.google.com by
czern...@gmail.com
on 19 Mar 2014 at 12:46