1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Fix unused warnings on ming build.

This commit is contained in:
Con Kolivas 2012-10-07 10:26:42 +11:00
parent aa35fbcc9a
commit fefdb71534

View File

@ -74,7 +74,7 @@ int serial_autodetect_udev(__maybe_unused detectone_func_t detectone, __maybe_un
} }
#endif #endif
int serial_autodetect_devserial(detectone_func_t detectone, const char*prodname) int serial_autodetect_devserial(__maybe_unused detectone_func_t detectone, __maybe_unused const char*prodname)
{ {
#ifndef WIN32 #ifndef WIN32
DIR *D; DIR *D;