Adrian Schröter 2014-02-26 08:47:14 +00:00 committed by Git OBS Bridge
parent 497edaf59f
commit e81417492f

View File

@ -4,7 +4,7 @@
}
}
assert(false); // Never here, otherwise we do not have a queue for this ware.
+ return NULL;
+ return *(wares_[0]).get(); // just something to avoid compiler warning
}
std::vector<WaresQueue*> ExpeditionBootstrap::wares() const {