embeddedRTPS icon indicating copy to clipboard operation
embeddedRTPS copied to clipboard

Fixed compilation warning of no return on non-void method.

Open SumolX opened this issue 1 year ago • 0 comments

Fixed warning:

lib/embeddedRTPS/include/rtps/entities/StatefulReader.tpp: In member function 'bool rtps::StatefulReaderT<NetworkDriver>::onNewGapMessage(const rtps::SubmessageGap&, const rtps::GuidPrefix_t&) [with NetworkDriver = rtps::UdpDriver]': lib/embeddedRTPS/include/rtps/entities/StatefulReader.tpp:115:8: warning: control reaches end of non-void function [-Wreturn-type]

SumolX avatar Jul 01 '24 23:07 SumolX