diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-16 09:21:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-16 09:29:52 +0000 |
commit | 95548f1615e506ed70d304d2d540430a30b2f7b5 (patch) | |
tree | 9d40676bd4dd107ae9b40ec98a5a5065990180d3 /solenv | |
parent | 86f504ee014d17172267f14742b8edd5789cbbc6 (diff) |
coverity#1356338 inline markup didn't work
Change-Id: I8b1bb924afe13a034125c892205aae8167a10bd1
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/concat-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index fb2caee49b09..bb419baa71f4 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -1092,8 +1092,8 @@ off_t size; * this is on purpose, to avoid cloning the 'key' out of it and our special * 'hash' just store the pointer to the key inside of buffer, hence it need * to remain allocated - * coverity[leaked_storage] - this is on purpose */ + // coverity[leaked_storage] - this is on purpose return rc; } |