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:57:02 Branch: HEAD Handle: 2010101806570100 Modified files: rpm/lib psm.c Log: - remove compiler warning. Summary: Revision Changes Path 2.399 +1 -1 rpm/lib/psm.c ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/lib/psm.c ============================================================================ $ cvs diff -u -r2.398 -r2.399 psm.c --- rpm/lib/psm.c 12 Sep 2010 22:19:56 -0000 2.398 +++ rpm/lib/psm.c 18 Oct 2010 06:57:01 -0000 2.399 @@ -1390,7 +1390,7 @@ if (!Glob_pattern_p(t, 0)) continue; xx = mireAppend(RPMMIRE_GLOB, 0, t, NULL, - (miRE *)&psm->Tmires, &psm->nTmires); + (void *)&psm->Tmires, &psm->nTmires); xx = argvAdd(&psm->Tpats, t); } keys = argvFree(keys); @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository rpm-cvs@rpm5.org