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 08:58:27
  Branch: HEAD                             Handle: 2010101806582700

  Modified files:
    rpm/lib                 rpmchecksig.c

  Log:
    - remove compiler warning.

  Summary:
    Revision    Changes     Path
    1.240       +1  -1      rpm/lib/rpmchecksig.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmchecksig.c
  ============================================================================
  $ cvs diff -u -r1.239 -r1.240 rpmchecksig.c
  --- rpm/lib/rpmchecksig.c     11 Oct 2010 18:39:36 -0000      1.239
  +++ rpm/lib/rpmchecksig.c     18 Oct 2010 06:58:27 -0000      1.240
  @@ -954,7 +954,7 @@
            dig->publen = 0;
            {   rpmiob iob = rpmiobNew(0);
                iob = rpmiobAppend(iob, he->p.argv[ix], 0);
  -             xx = pgpArmorUnwrap(iob,(rpmuint8_t **)&dig->pub, &dig->publen);
  +             xx = pgpArmorUnwrap(iob, (void *)&dig->pub, &dig->publen);
                iob = rpmiobFree(iob);
            }
            if (xx != PGPARMOR_PUBKEY) {
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to