RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmdb/ header.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Sat 24 Nov 2007 - 19:43:18 CET
Message-Id: <20071124184318.E349D348479@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:   24-Nov-2007 19:43:18
  Branch: HEAD                             Handle: 2007112418431800

  Modified files:
    rpm/rpmdb               header.c

  Log:
    remove a remaining warning by disabling an unused data definition

  Summary:
    Revision    Changes     Path
    1.131       +2  -0      rpm/rpmdb/header.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmdb/header.c
  ============================================================================
  $ cvs diff -u -r1.130 -r1.131 header.c
  --- rpm/rpmdb/header.c	24 Nov 2007 17:18:58 -0000	1.130
  +++ rpm/rpmdb/header.c	24 Nov 2007 18:43:18 -0000	1.131
  @@ -56,9 +56,11 @@
   
   /*@-type@*/
   /*@observer@*/ /*@unchecked@*/
  +#if 0
   static unsigned char sigh_magic[8] = {
   	0x8e, 0xad, 0xe8, 0x3e, 0x00, 0x00, 0x00, 0x00
   };
  +#endif
   /*@=type@*/
   
   /*@-type@*/
  @@ .
Received on Sat Nov 24 19:43:18 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.