g4klx / DStarRepeater

The D-Star Repeater.
GNU General Public License v2.0
17 stars 14 forks source link

Compile error (soft) #4

Closed AndyTaylorTweet closed 5 years ago

AndyTaylorTweet commented 5 years ago

SoundCardReaderWriter.cpp: In member function ‘virtual void* CSoundCardWriter::Entry()’: SoundCardReaderWriter.cpp:753:85: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while ((ret = ::snd_pcm_writei(m_handle, m_samples + offset, nSamples - offset)) != (nSamples - offset)) {

AndyTaylorTweet commented 5 years ago

2nd one:

StarRepeaterApp.cpp: In member function ‘void CDStarRepeaterApp::createThread()’: DStarRepeaterApp.cpp:506:7: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] if (!name.IsEmpty()) ^ DStarRepeaterApp.cpp:511:7: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] if (!name.IsEmpty()) ^

AndyTaylorTweet commented 5 years ago

Fixed up, closing this issue.