RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   18-Oct-2010 09:01:52
  Branch: rpm-5_3                          Handle: 2010101807015200

  Modified files:           (Branch: rpm-5_3)
    rpm/build               parsePreamble.c

  Log:
    - remove compiler warning.

  Summary:
    Revision    Changes     Path
    2.192.2.1   +1  -1      rpm/build/parsePreamble.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build/parsePreamble.c
  ============================================================================
  $ cvs diff -u -r2.192 -r2.192.2.1 parsePreamble.c
  --- rpm/build/parsePreamble.c 6 Dec 2009 20:22:00 -0000       2.192
  +++ rpm/build/parsePreamble.c 18 Oct 2010 07:01:52 -0000      2.192.2.1
  @@ -1185,7 +1185,7 @@
   
       if (pkg != spec->packages)
        headerCopyTags(spec->packages->header, pkg->header,
  -                     (rpmuint32_t *)copyTagsDuringParse);
  +                     (void *)copyTagsDuringParse);
   
   #ifdef RPM_VENDOR_PLD /* rpm-epoch0 */
       /* Add Epoch: 0 to package header if it was not set by spec */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to