diff options
author | jbj <devnull@localhost> | 2001-10-15 03:22:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-15 03:22:10 +0000 |
commit | d8dc44f36377c59164d19106f0f93843ea5b3a09 (patch) | |
tree | 8f521d9b295dd0e9d05721cfd97f3d8a5b30801d /rpmio/digest.c | |
parent | 4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5 (diff) | |
download | librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.gz librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.bz2 librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.zip |
lclint fiddles to annotate globals.
CVS patchset: 5106
CVS date: 2001/10/15 03:22:10
Diffstat (limited to 'rpmio/digest.c')
-rw-r--r-- | rpmio/digest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/digest.c b/rpmio/digest.c index 6fcf1f512..17cb96cbd 100644 --- a/rpmio/digest.c +++ b/rpmio/digest.c @@ -80,8 +80,10 @@ DPRINTF((stderr, "*** Update(%p,%p,%d) param %p \"%s\"\n", ctx, data, len, ctx-> (void) (*ctx->Update) (ctx->param, data, len); } +/*@unchecked@*/ static int _ie = 0x44332211; /*@-redef@*/ +/*@unchecked@*/ static union _dendian { /*@unused@*/ int i; char b[4]; |