preprocessor: update warning message for missing varexos

issue#70
Houtan Bastani 2015-04-03 16:21:54 +02:00
parent e7218bd26a
commit f852c834c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}