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:
Noel Eck
2016-11-03 14:13:39 -07:00
parent c900743f8d
commit 601d25cebc
13 changed files with 3 additions and 18 deletions

View File

@ -420,7 +420,6 @@ class NRF24L01 {
uint8_t m_power;
uint8_t m_ptx;
uint8_t m_payload;
uint8_t m_localAddress[5];
mraa::Gpio m_csnPinCtx;
mraa::Gpio m_cePinCtx;