diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/qtserialbluetooth.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp index 1b227cfd5..20e32f59f 100644 --- a/core/qtserialbluetooth.cpp +++ b/core/qtserialbluetooth.cpp @@ -346,6 +346,9 @@ static dc_status_t qt_serial_get_received(void **userdata, size_t *available) return DC_STATUS_SUCCESS; } +/* UNUSED! */ +static int qt_serial_get_transmitted(qt_serial_t *device) __attribute__ ((unused)); + static int qt_serial_get_transmitted(qt_serial_t *device) { #if defined(Q_OS_WIN) |