Silence warnings in qtserialbluetooth.cpp

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-09 19:07:42 -08:00
parent ae5c7a55be
commit 0a585aad71

View file

@ -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)