diff options
Diffstat (limited to 'lib/manifest.c')
-rw-r--r-- | lib/manifest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/manifest.c b/lib/manifest.c index 2ffb6e6c6..fb3822bdc 100644 --- a/lib/manifest.c +++ b/lib/manifest.c @@ -67,7 +67,9 @@ int rpmReadPackageManifest(FD_t fd, int * argcPtr, const char *** argvPtr) const char ** av = NULL; int argc = (argcPtr ? *argcPtr : 0); const char ** argv = (argvPtr ? *argvPtr : NULL); + /*@-type@*/ /* FIX: cast? */ FILE * f = fdGetFp(fd); + /*@=type@*/ int rc = 0; int i; |