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:
@ -29,8 +29,6 @@
|
||||
using namespace upm;
|
||||
using namespace std;
|
||||
|
||||
static const int defaultDelay = 100; // max wait time for read
|
||||
|
||||
GPRS::GPRS(int uart) :
|
||||
m_uart(uart)
|
||||
{
|
||||
|
Reference in New Issue
Block a user