diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y index cb5f3ec470e3..71b88d05c816 100644 --- a/idlc/source/parser.y +++ b/idlc/source/parser.y @@ -2115,7 +2115,7 @@ at_least_one_scoped_name : } else { std::list< OString >* pScopedNames = new std::list< OString >; - // coverity[copy_paste_error] - this is not a cut and paste + // coverity[copy_paste_error : FALSE] - this is not a cut and paste pScopedNames->push_back(*$1); $$ = pScopedNames; } |