Minor warning fixes.
This commit is contained in:
parent
513b1bb590
commit
ef22a17b78
|
@ -17,11 +17,13 @@ const char *__progname;
|
|||
static int _depends_debug;
|
||||
|
||||
static int noAvailable = 1;
|
||||
#ifdef DYING
|
||||
static const char * avdbpath =
|
||||
"/usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/redhat";
|
||||
#endif
|
||||
static int noDeps = 0;
|
||||
|
||||
static inline /*@observer@*/ const char * const identifyDepend(int_32 f)
|
||||
static inline /*@observer@*/ const char * identifyDepend(int_32 f)
|
||||
/*@*/
|
||||
{
|
||||
if (isLegacyPreReq(f))
|
||||
|
|
Loading…
Reference in New Issue