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:
parent
aa35fbcc9a
commit
fefdb71534
@ -74,7 +74,7 @@ int serial_autodetect_udev(__maybe_unused detectone_func_t detectone, __maybe_un
|
||||
}
|
||||
#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
|
||||
DIR *D;
|
||||
|
Loading…
x
Reference in New Issue
Block a user