mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
Wunused-variable: Fixed all unused variables in src
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:
@ -179,7 +179,6 @@ KXCJK1013::extract3Axis(char* data, float* x, float* y, float* z)
|
||||
{
|
||||
mraa_iio_channel* channels = mraa_iio_get_channels(m_iio);
|
||||
float tmp[3];
|
||||
int i = 0;
|
||||
int iio_x, iio_y, iio_z;
|
||||
|
||||
iio_x = getChannelValue((unsigned char*) (data + channels[0].location), &channels[0]);
|
||||
|
Reference in New Issue
Block a user