Kaydet (Commit) 4ab3d5bb authored tarafından Andras Timar's avatar Andras Timar

WaE: warning C4101: 'ex' : unreferenced local variable

Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b
üst d06c698b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment