Skip to content

Commit 8cfc49b

Browse files
authored
Fixed compilation warning of no return on non-void method. (#34)
1 parent 00ed575 commit 8cfc49b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rtps/entities/StatefulReader.tpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ bool StatefulReaderT<NetworkDriver>::onNewGapMessage(
203203
}
204204

205205

206+
return false;
206207
}
207208
}
208209

0 commit comments

Comments
 (0)