juribeparada / MMDVM_CM

Cross-mode conversion tools for MMDVM software
45 stars 55 forks source link

WiresX.cpp compier warning #10

Closed AndyTaylorTweet closed 5 years ago

AndyTaylorTweet commented 5 years ago

g++ -g -O3 -Wall -std=c++0x -pthread -c -o WiresX.o WiresX.cpp WiresX.cpp: In member function ‘CTGReg* CWiresX::findById(unsigned int)’: WiresX.cpp:887:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (id == atoi((*it)->m_id.c_str())) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

This happens wherever WiresX.cpp is compiled, its only a compiler warning, but needs to be cleaned up.

juribeparada commented 5 years ago

It should be fixed now