summaryrefslogtreecommitdiff
path: root/rpmio/rpmmessages.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-14 23:09:09 +0000
committerjbj <devnull@localhost>2001-03-14 23:09:09 +0000
commitfc920e3ac326473d884ffc6cfc86225d98442ea0 (patch)
tree4bfe664051292af9d4c6beeaba9dfa4e8c8d708d /rpmio/rpmmessages.h
parenta40655424d818053ccddde39ec62e1ebd0983ed2 (diff)
downloadrpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.gz
rpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.bz2
rpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.zip
Update to doxygen-1.2.6 configuration.
Add manual files to Doxfile.in. lclint annotations. CVS patchset: 4624 CVS date: 2001/03/14 23:09:09
Diffstat (limited to 'rpmio/rpmmessages.h')
-rw-r--r--rpmio/rpmmessages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/rpmmessages.h b/rpmio/rpmmessages.h
index f0d9146ff..20cb177db 100644
--- a/rpmio/rpmmessages.h
+++ b/rpmio/rpmmessages.h
@@ -21,9 +21,9 @@
#define rpmSetVerbosity(_lvl) \
((void)rpmlogSetMask( RPMLOG_UPTO( RPMLOG_PRI(_lvl))))
#define rpmIncreaseVerbosity() \
- ((void)rpmlogSetMask((((rpmlogSetMask(0) & 0xff) << 1) | 1)))
+ ((void)rpmlogSetMask(((((unsigned)(rpmlogSetMask(0) & 0xff)) << 1) | 1)))
#define rpmDecreaseVerbosity() \
- ((void)rpmlogSetMask(((rpmlogSetMask(0) & 0xff) >> 1)))
+ ((void)rpmlogSetMask((((int)(rpmlogSetMask(0) & 0xff)) >> 1)))
#define rpmIsNormal() \
(rpmlogSetMask(0) >= RPMLOG_MASK( RPMMESS_NORMAL ))
#define rpmIsVerbose() \