RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmio/ poptIO.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sun 10 Feb 2008 - 11:40:03 CET
Message-Id: <20080210104003.3F06C34844A@rpm5.org>
  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
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.