dtbartle / cgminer-gc3355

CGMiner 3.72 with GridSeed GC3355 support
GNU General Public License v3.0
29 stars 56 forks source link

Cannot compile on Latest OSX #1

Closed l0c0luke closed 10 years ago

l0c0luke commented 10 years ago

I get the error

driver-gridseed.c:543:3: error: non-void function 'gridseed_pl2303_init' should return a value [-Wreturn-type]

I also get quite a lot of warnings like ...

driver-gridseed.c:383:22: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        else if (strcasecmp(p, "per_chip_stats")==0) {

Have you seen anyone get this working on OSX yet? Ill happily be your guinea pig

dtbartle commented 10 years ago

Pushed a change to fix the compile error.