Kaydet (Commit) 9d522e21 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#982268 silence Copy-paste error

Change-Id: I10e5dd8ea4097892d2571304d982ab20ee230988
üst 37b53e17
...@@ -2154,6 +2154,7 @@ at_least_one_scoped_name : ...@@ -2154,6 +2154,7 @@ at_least_one_scoped_name :
} else } else
{ {
StringList* pScopedNames = new StringList(); StringList* pScopedNames = new StringList();
//coverity [copy_paste_error]
pScopedNames->push_back(*$1); pScopedNames->push_back(*$1);
$$ = pScopedNames; $$ = pScopedNames;
} }
......
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