RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 10-Feb-2008 11:40:03
Branch: HEAD Handle: 2008021010400300
Modified files:
rpm/rpmio poptIO.c
Log:
fix compile-time warnings
Summary:
Revision Changes Path
1.3 +4 -0 rpm/rpmio/poptIO.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmio/poptIO.c
============================================================================
$ cvs diff -u -r1.2 -r1.3 poptIO.c
--- rpm/rpmio/poptIO.c 9 Feb 2008 23:12:33 -0000 1.2
+++ rpm/rpmio/poptIO.c 10 Feb 2008 10:40:03 -0000 1.3
@@ -93,10 +93,12 @@
#endif
#endif
+#ifdef NOTYET
#if defined(RPM_VENDOR_OPENPKG) /* support-rpmpopt-option */
/*@unchecked@*/
static char *rpmpoptfiles = RPMPOPTFILES;
#endif
+#endif
/**
* Display rpm version.
@@ -391,9 +393,11 @@
char *path_buf, *path, *path_next;
#endif
int rc;
+#ifdef NOTYET
#if defined(RPM_VENDOR_OPENPKG) /* support-rpmpopt-option */
int i;
#endif
+#endif
#if defined(HAVE_MCHECK_H) && defined(HAVE_MTRACE)
/*@-noeffect@*/
@@ .
Received on Sun Feb 10 11:40:03 2008