diff --git a/preprocessor/ModFile.cc b/preprocessor/ModFile.cc index f21f8f622..570ad72ad 100644 --- a/preprocessor/ModFile.cc +++ b/preprocessor/ModFile.cc @@ -300,7 +300,7 @@ ModFile::checkPass() if (++it != unusedExo.end()) warnings << ", "; } - warnings << ") are declared but not used in the model. This may lead to crashes or unexpected behaviour." << endl; + warnings << ") are declared but not used in the model. We have removed them and will attempt to continue..." << endl; } }