From: Michael Schroeder Date: Tue, 21 Jul 2009 11:57:58 +0000 (+0200) Subject: - make it compile X-Git-Tag: BASE-SuSE-Code-12_1-Branch~165^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db61cd25b6d3cb83223a1332e439d3c641c4ac6;p=thirdparty%2Flibsolv.git - make it compile --- diff --git a/examples/solv.c b/examples/solv.c index 0beefcdf..cbca442e 100644 --- a/examples/solv.c +++ b/examples/solv.c @@ -1808,7 +1808,8 @@ main(int argc, char **argv) Id p, pp; struct repoinfo *repoinfos; int nrepoinfos = 0; - int i, mainmode, mode, newpkgs; + int mainmode = 0, mode = 0; + int i, newpkgs; Queue job, checkq; Solver *solv = 0; Transaction *trans;