Fix debug build. (#570)
parent
7403d82fbb
commit
e2f018d311
|
@ -119,6 +119,9 @@ RosMapWritingPointsProcessor::Flush() {
|
|||
return FlushResult::kFinished;
|
||||
}
|
||||
LOG(FATAL);
|
||||
// The following unreachable return statement is needed to avoid a GCC bug
|
||||
// described at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81508
|
||||
return FlushResult::kFinished;
|
||||
}
|
||||
|
||||
} // namespace cartographer_ros
|
||||
|
|
Loading…
Reference in New Issue