* scm-com...@wald.intevation.org [ 6. Jun 2011]: > Modified: branches/openvas-scanner-3-2/src/ntp_11.c > =================================================================== > --- branches/openvas-scanner-3-2/src/ntp_11.c 2011-06-03 13:31:55 UTC (rev > 11072) > +++ branches/openvas-scanner-3-2/src/ntp_11.c 2011-06-05 13:28:21 UTC (rev > 11073) > @@ -812,11 +812,11 @@ > while (plugins->next) > { > struct arglist *args = plugins->value; > - struct arglist *d, *deps; > + struct arglist *deps; > if (!args) > goto nxt; > > - d = deps = plug_get_deps (args); > + deps = plug_get_deps (args); > if (deps == NULL) > goto nxt;
I have reverted this patch for both trunk and branch since d is actually used since SVN r10796. Please make sure to test your patches with the latests SVN revision and ensure they compile *before* committing them. Does the change in SVN r10796 resolve the compiler warning you were seeing? Or do you think further action is required here? Regards, Michael -- Michael Wiegand | Greenbone Networks GmbH | http://www.greenbone.net/ Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460 Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-devel mailing list Openvas-devel@wald.intevation.org http://lists.wald.intevation.org/mailman/listinfo/openvas-devel