diff --git a/components/esm_store/cell_store.hpp b/components/esm_store/cell_store.hpp index e1637b364..444c3e1af 100644 --- a/components/esm_store/cell_store.hpp +++ b/components/esm_store/cell_store.hpp @@ -172,7 +172,7 @@ namespace ESMS case 0: std::cout << "Cell reference " + ref.refID + " not found!\n"; break; default: - assert(0); + std::cout << "WARNING: Ignoring reference '" << ref.refID << "' of unhandled type\n"; } }