diff options
author | Sven Gothel <[email protected]> | 2020-08-23 16:06:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-08-23 16:06:04 +0200 |
commit | b679942a96282d2d47ebdab7b9b2edd63cd307a1 (patch) | |
tree | a2b9e584ac2e42d4f99e6cd77bda2558a6d18aca /src | |
parent | a361bc8f1402cb98aaf9e3001ad34bf48490ee06 (diff) |
DBTAdapter: Fix unused variable error/warning
Diffstat (limited to 'src')
-rw-r--r-- | src/direct_bt/DBTAdapter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/direct_bt/DBTAdapter.cpp b/src/direct_bt/DBTAdapter.cpp index b966a818..011a66a8 100644 --- a/src/direct_bt/DBTAdapter.cpp +++ b/src/direct_bt/DBTAdapter.cpp @@ -514,6 +514,7 @@ bool DBTAdapter::stopDiscovery() { checkDiscoveryState(); #ifdef USE_HCI_DISCOVERY + (void) sendEvent; { #else if( sendEvent ) { ; |