osmo-trx/Transceiver52M/device/lms
Vadim Yanitskiy 92fc186450 device/lms/LMSDevice.cpp: fix compilation warning
The following warning was observed with GCC 4.8.5:

  make[4]: Entering directory `.../osmo-trx/Transceiver52M/device/lms'
    CXX      LMSDevice.lo
  LMSDevice.cpp: In member function 'LMSDevice::writeSamples()':
  LMSDevice.cpp:582:22: warning: 'rc' may be used uninitialized
                        in this function [-Wmaybe-uninitialized]
    samplesWritten += rc;

Let's fix this by zero-initializing 'rc'.

Change-Id: I4b4a061fc12e5fd1db8d1087d8e0c46ff1e23412
2018-09-20 16:17:19 +07:00
..
LMSDevice.cpp device/lms/LMSDevice.cpp: fix compilation warning 2018-09-20 16:17:19 +07:00
LMSDevice.h radioDevice: better encapsulation in base class 2018-06-14 12:38:04 +02:00
Makefile.am build: Add support for LimeSuite device backend 2018-06-13 21:45:32 +00:00