preprocessor: update warning message for missing varexos

time-shift
Houtan Bastani 2015-04-03 16:21:54 +02:00
parent 9fa6cb3bd1
commit b99e68d7b7
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;
}
}