mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
llvm: Fixed remaining warnings for llvm
This commit addresses warnings emitted from the llvm compilers which were not encountered with gnu. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -31,8 +31,6 @@
|
||||
using namespace upm;
|
||||
using namespace std;
|
||||
|
||||
static const int defaultDelay = 100; // max wait time for read
|
||||
|
||||
HM11::HM11(int uart)
|
||||
{
|
||||
m_ttyFd = -1;
|
||||
|
Reference in New Issue
Block a user