diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 19:07:42 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:47:41 -0800 |
commit | 0a585aad71499560d4221818bf36b25b655a4585 (patch) | |
tree | c967124c15106abca8ef8172c3adf33051379391 /subsurface-core | |
parent | ae5c7a55be062d3113c9e4f24b476bdba82e8d33 (diff) | |
download | subsurface-0a585aad71499560d4221818bf36b25b655a4585.tar.gz |
Silence warnings in qtserialbluetooth.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core')
-rw-r--r-- | subsurface-core/qtserialbluetooth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/qtserialbluetooth.cpp b/subsurface-core/qtserialbluetooth.cpp index 025ab8c34..6b104157a 100644 --- a/subsurface-core/qtserialbluetooth.cpp +++ b/subsurface-core/qtserialbluetooth.cpp @@ -313,6 +313,7 @@ static int qt_serial_write(serial_t *device, const void* data, unsigned int size static int qt_serial_flush(serial_t *device, int queue) { + (void)queue; if (device == NULL) return DC_STATUS_INVALIDARGS; #if !defined(Q_OS_WIN) |