summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-16 09:21:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-03-16 09:29:52 +0000
commit95548f1615e506ed70d304d2d540430a30b2f7b5 (patch)
tree9d40676bd4dd107ae9b40ec98a5a5065990180d3 /solenv
parent86f504ee014d17172267f14742b8edd5789cbbc6 (diff)
coverity#1356338 inline markup didn't work
Change-Id: I8b1bb924afe13a034125c892205aae8167a10bd1
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/concat-deps.c2
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;
}