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
CC sgminer-sgminer.o
In file included from sgminer.c:52:0:
compat.h:76:19: error: conflicting types for 'sleep'
static inline int sleep(unsigned int secs)
^~~~~
In file included from sgminer.c:24:0:
c:\mingw\include\unistd.h:117:10: note: previous definition of 'sleep' was here
unsigned sleep( unsigned period ){ return __mingw_sleep( period, 0 ); }
^~~~~
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: