1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1170 Got rid of all compiler warnings in ophid plugin.

This commit is contained in:
m_thread 2014-02-26 17:38:43 +01:00
parent 3c4bf5be9a
commit 7e52a0f641

View File

@ -1205,7 +1205,7 @@ int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index
}
HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev __attribute__ ((unused)))
{
return NULL;
}