diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-28 14:12:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-28 15:06:36 +0000 |
commit | aa0499cefda1f808e6361e400d02a04cd4a0ef65 (patch) | |
tree | 86c30eb0189d12409b3f78dbd99a335e3e7911cb /cpputools | |
parent | 9e67149741bf753fd802737701117a095bea846f (diff) |
coverity#982593 experiment with silencing Infinite loop
etc.
Change-Id: I1548d60280ab4f74fe023d026435a05f7865b516
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index f06b2dca42ca..91d75b479fd9 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -493,6 +493,7 @@ SAL_IMPLEMENT_MAIN() nIndex = 0; OUString aUnoUrlToken( aUnoUrl.getToken( 1, ';', nIndex ) ); + // coverity[infinite_loop] for (;;) { // accepting |