]> sigrok.org Git - libsigrok.git/commit
hameg-hmo: Fix two compiler warnings on Windows.
authorUwe Hermann <redacted>
Thu, 16 Jan 2014 23:37:58 +0000 (00:37 +0100)
committerUwe Hermann <redacted>
Thu, 16 Jan 2014 23:38:47 +0000 (00:38 +0100)
commit55eb33dbf8cec9d7871187fe08d834180203b484
tree4dcd1017da78257e1da810a89a57306cfc913877
parentdcc94340bd4c17f74c57a9ec9a2d8d9c1f06dd9f
hameg-hmo: Fix two compiler warnings on Windows.

  CC       libsigrok_hw_hameg_hmo_la-protocol.lo
api.c: In function 'auto_find_usb':
api.c:70:39: warning: unused parameter 'vendor_id' [-Wunused-parameter]
 static GSList *auto_find_usb(uint16_t vendor_id, uint16_t product_id)
                                       ^
api.c:70:59: warning: unused parameter 'product_id' [-Wunused-parameter]
 static GSList *auto_find_usb(uint16_t vendor_id, uint16_t product_id)
                                                           ^
hardware/hameg-hmo/api.c