RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ query.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 28 Aug 2007 - 02:24:15 CEST
Message-Id: <20070828002415.914EE34845B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   28-Aug-2007 02:24:15
  Branch: HEAD                             Handle: 2007082801241500

  Modified files:
    rpm/lib                 query.c

  Log:
    eliminate gcc warning.

  Summary:
    Revision    Changes     Path
    2.180       +1  -1      rpm/lib/query.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/query.c
  ============================================================================
  $ cvs diff -u -r2.179 -r2.180 query.c
  --- rpm/lib/query.c	28 Aug 2007 00:12:38 -0000	2.179
  +++ rpm/lib/query.c	28 Aug 2007 00:24:15 -0000	2.180
  @@ -374,7 +374,7 @@
   {
       const struct headerTagTableEntry_s * t;
       int i, ttype;
  -    headerSprintfExtension exts = rpmHeaderFormats;
  +    headerSprintfExtension exts = (headerSprintfExtension) rpmHeaderFormats;
       headerSprintfExtension ext;
       int extNum;
   
  @@ .
Received on Tue Aug 28 02:24:15 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.