WaE: warning C4101: 'ex' : unreferenced local variable
Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b
This commit is contained in:
parent
d06c698b79
commit
4ab3d5bb6f
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ void BasicCodeTagger::tagBasicCodes()
|
|||
}
|
||||
catch (TaggerException ex)
|
||||
{
|
||||
std::cout << "Some kind of error occured." << std::endl;
|
||||
std::cout << "BasCodeTagger error occured. Error code:" << ex << std::endl;
|
||||
}
|
||||
|
||||
//tag basic code paragraphs in <bascode> tag
|
||||
|
|
Loading…
Reference in a new issue