parent
147c8166b6
commit
8f9f1cf44e
|
@ -118,6 +118,9 @@ PointsProcessor::FlushResult ProbabilityGridPointsProcessor::Flush() {
|
||||||
return FlushResult::kFinished;
|
return FlushResult::kFinished;
|
||||||
}
|
}
|
||||||
LOG(FATAL);
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::unique_ptr<Image> DrawProbabilityGrid(
|
std::unique_ptr<Image> DrawProbabilityGrid(
|
||||||
|
|
Loading…
Reference in New Issue