mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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:
@ -104,7 +104,6 @@ private:
|
||||
uint8_t is_pulse; /**< Is pulse check */
|
||||
uint8_t first_beat; /**< First heartbeat */
|
||||
uint8_t second_beat; /**< Second heartbeat */
|
||||
uint8_t pin; /**< Pin */
|
||||
uint8_t ret; /**< Return value */
|
||||
mraa::Aio pin_ctx; /**< The pin context */
|
||||
#if defined(SWIGJAVA) || defined(JAVACALLBACK)
|
||||
|
Reference in New Issue
Block a user