]> sigrok.org Git - libsigrok.git/blobdiff - hardware/hameg-hmo/api.c
hameg-hmo: Fix two compiler warnings on Windows.
[libsigrok.git] / hardware / hameg-hmo / api.c
index 638797e2fc5ccf1c4057d4e6aecbbe92627b46bd..2dd3c011a87712dfc184a19d1ea886db1cdd0112 100644 (file)
@@ -189,6 +189,9 @@ skip_device:
 
        return tty_devs;
 #else
+       (void)vendor_id;
+       (void)product_id;
+
        return NULL;
 #endif
 }