Task #139898 - fixed.err

back to task #139898
download
Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/moddatv/dvb-s/dvb-s.cpp:23: warning[uninitMemberVar]: Member variable 'DVBS::m_codeRate' is not initialized in the constructor.
#   21|   #include <string.h>
#   22|   
#   23|-> DVBS::DVBS() :
#   24|       m_prbsPacketCount(0),
#   25|       m_delayLine(0),

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/moddatv/dvb-s/dvb-s.cpp:23: warning[uninitMemberVar]: Member variable 'DVBS::m_prbsIdx' is not initialized in the constructor.
#   21|   #include <string.h>
#   22|   
#   23|-> DVBS::DVBS() :
#   24|       m_prbsPacketCount(0),
#   25|       m_delayLine(0),

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/moddatv/dvb-s/dvb-s.cpp:23: warning[uninitMemberVar]: Member variable 'DVBS::m_prevIQ' is not initialized in the constructor.
#   21|   #include <string.h>
#   22|   
#   23|-> DVBS::DVBS() :
#   24|       m_prbsPacketCount(0),
#   25|       m_delayLine(0),

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modm17/m17moddecimator.cpp:20: warning[uninitMemberVar]: Member variable 'M17ModDecimator::mCursor' is not initialized in the constructor.
sdrangel-v4.11.5/modemm17/M17Modulator.h:6: included_from: Included from here.
sdrangel-v4.11.5/plugins/channeltx/modm17/m17modprocessor.h:28: included_from: Included from here.
sdrangel-v4.11.5/redhat-linux-build/plugins/channeltx/modm17/modm17_autogen/EWIEGA46WW/moc_m17modprocessor.cpp:9: included_from: Included from here.
sdrangel-v4.11.5/redhat-linux-build/plugins/channeltx/modm17/modm17_autogen/mocs_compilation.cpp:6: included_from: Included from here.
sdrangel-v4.11.5/modemm17/FirFilter.h: scope_hint: In instantiation of ‘modemm17::BaseFirFilter<N> modemm17::makeFirFilter(const std::array<float, N>&) [with long unsigned int N = 150]’
#/builddir/build/BUILD/sdrangel-v4.11.5/modemm17/M17Modulator.h:458:26:   required from here
#  458 |         rrc(makeFirFilter(rrc_taps)),
#      |             ~~~~~~~~~~~~~^~~~~~~~~~
#   18|   #include "m17moddecimator.h"
#   19|   
#   20|-> M17ModDecimator::M17ModDecimator() :
#   21|       mKernel(nullptr),
#   22|       mShift(nullptr)

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modm17/m17moddecimator.cpp:20: warning[uninitMemberVar]: Member variable 'M17ModDecimator::mDecimatedSampleRate' is not initialized in the constructor.
#   18|   #include "m17moddecimator.h"
#   19|   
#   20|-> M17ModDecimator::M17ModDecimator() :
#   21|       mKernel(nullptr),
#   22|       mShift(nullptr)

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modm17/m17moddecimator.cpp:20: warning[uninitMemberVar]: Member variable 'M17ModDecimator::mKernelSize' is not initialized in the constructor.
#   18|   #include "m17moddecimator.h"
#   19|   
#   20|-> M17ModDecimator::M17ModDecimator() :
#   21|       mKernel(nullptr),
#   22|       mShift(nullptr)

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modm17/m17moddecimator.cpp:20: warning[uninitMemberVar]: Member variable 'M17ModDecimator::mOversampleRate' is not initialized in the constructor.
#   18|   #include "m17moddecimator.h"
#   19|   
#   20|-> M17ModDecimator::M17ModDecimator() :
#   21|       mKernel(nullptr),
#   22|       mShift(nullptr)

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modm17/m17moddecimator.cpp:20: warning[uninitMemberVar]: Member variable 'M17ModDecimator::mRatio' is not initialized in the constructor.
#   18|   #include "m17moddecimator.h"
#   19|   
#   20|-> M17ModDecimator::M17ModDecimator() :
#   21|       mKernel(nullptr),
#   22|       mShift(nullptr)

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modnfm/nfmmoddcs.cpp:26: warning[uninitMemberVar]: Member variable 'NFMModDCS::m_bitPerStep' is not initialized in the constructor.
#   24|   const float NFMModDCS::m_codeRate = 134.3; //!< bits per second
#   25|   
#   26|-> NFMModDCS::NFMModDCS()
#   27|   {
#   28|       reset();

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modnfm/nfmmoddcs.cpp:26: warning[uninitMemberVar]: Member variable 'NFMModDCS::m_dcsWord' is not initialized in the constructor.
#   24|   const float NFMModDCS::m_codeRate = 134.3; //!< bits per second
#   25|   
#   26|-> NFMModDCS::NFMModDCS()
#   27|   {
#   28|       reset();

Error: CPPCHECK_WARNING (CWE-398):
sdrangel-v4.11.5/plugins/channeltx/modnfm/nfmmoddcs.cpp:26: warning[uninitMemberVar]: Member variable 'NFMModDCS::m_positive' is not initialized in the constructor.
#   24|   const float NFMModDCS::m_codeRate = 134.3; //!< bits per second
#   25|   
#   26|-> NFMModDCS::NFMModDCS()
#   27|   {
#   28|       reset();