diff options
author | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
commit | 1eef0782f60f9d8d80be273ace982ad4c2a56d98 (patch) | |
tree | ca6f47772d1cfa3b9900cf93ae515f1c5a31a4cd /rpmio/rpmurl.h | |
parent | 59a045374df64f3bc62eb200f7d11338ea2787a8 (diff) | |
download | librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.gz librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.bz2 librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.zip |
- lclint-3.0.0.15 fiddles.
CVS patchset: 5067
CVS date: 2001/09/21 15:07:11
Diffstat (limited to 'rpmio/rpmurl.h')
-rw-r--r-- | rpmio/rpmurl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmio/rpmurl.h b/rpmio/rpmurl.h index 11dbf53b2..cc91d8267 100644 --- a/rpmio/rpmurl.h +++ b/rpmio/rpmurl.h @@ -58,7 +58,7 @@ extern int url_iobuf_size; * @param msg debugging identifier (unused) * @return new instance */ -urlinfo urlNew(const char * msg) /*@*/; +/*@unused@*/ urlinfo urlNew(const char * msg) /*@*/; /** @todo Remove debugging entry from the ABI. */ urlinfo XurlNew(const char * msg, const char * file, unsigned line) /*@*/; @@ -70,7 +70,7 @@ urlinfo XurlNew(const char * msg, const char * file, unsigned line) /*@*/; * @param msg debugging identifier (unused) * @return referenced instance */ -urlinfo urlLink(urlinfo u, const char * msg) +/*@unused@*/ urlinfo urlLink(urlinfo u, const char * msg) /*@modifies u @*/; /** @todo Remove debugging entry from the ABI. */ @@ -84,7 +84,7 @@ urlinfo XurlLink(urlinfo u, const char * msg, const char * file, unsigned line) * @param msg debugging identifier (unused) * @return dereferenced instance (NULL if freed) */ -urlinfo urlFree( /*@killref@*/ urlinfo u, const char * msg) +/*@unused@*/ urlinfo urlFree( /*@killref@*/ urlinfo u, const char * msg) /*@modifies u @*/; /** @todo Remove debugging entry from the ABI. */ |