Commit c4507cbc authored by Bernhard Nortmann's avatar Bernhard Nortmann
Browse files

fel: Avoid -Wunused-variable (iface_detached) on non-Linux platforms


Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
parent 2519a204
......@@ -1366,7 +1366,9 @@ int main(int argc, char **argv)
bool pflag_active = false; /* -p switch, causing "write" to output progress */
libusb_device_handle *handle;
int busnum = -1, devnum = -1;
#if defined(__linux__)
int iface_detached = -1;
#endif
if (argc <= 1) {
printf("Usage: %s [options] command arguments... [command...]\n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment