diff options
author | Andras Timar <atimar@suse.com> | 2013-02-11 19:08:01 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-02-13 10:19:15 +0100 |
commit | 4ab3d5bb6f6f095375c2eaf200dd285be516feda (patch) | |
tree | 4a39eab190d42853cc858c164dfc0b78348118c1 /helpcompiler | |
parent | d06c698b799e0e4ceaf3a3760c9589fe29dc29a9 (diff) |
WaE: warning C4101: 'ex' : unreferenced local variable
Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/BasCodeTagger.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index 858db824bbb1..339d96bb1ef6 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -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 |