mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Wunused-variable: Fixed all unused variables in src
Additional unused variables. This commit addresses all warnings emitted from -Wunused-variable in the C++ src. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
parent
ae9b8fb13e
commit
6bc22dcee2
@ -36,8 +36,6 @@ using namespace upm;
|
|||||||
static mraa_gpio_context *m_Ctx;
|
static mraa_gpio_context *m_Ctx;
|
||||||
static unsigned char *buffer;
|
static unsigned char *buffer;
|
||||||
|
|
||||||
static mraa_gpio_context c1, c2, c3, c4;
|
|
||||||
|
|
||||||
static int charlie_pairs [12][22] = {
|
static int charlie_pairs [12][22] = {
|
||||||
{3,124, 4,110, 5,96, 6,82, 7,68, 8,54, 9,40, 10,26, 11,12, -1,-1, -1,-1},
|
{3,124, 4,110, 5,96, 6,82, 7,68, 8,54, 9,40, 10,26, 11,12, -1,-1, -1,-1},
|
||||||
{3,122, 4,108, 5,94, 6,80, 7,66, 8,52, 9,38, 10,24, 11,10, -1,-1, -1,-1},
|
{3,122, 4,108, 5,94, 6,80, 7,66, 8,52, 9,38, 10,24, 11,10, -1,-1, -1,-1},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user