stefansundin / truecrack

Automatically exported from code.google.com/p/truecrack
GNU General Public License v3.0
1 stars 0 forks source link

Error compiling on Mac OSX #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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