Index: protel_net.c =================================================================== --- protel_net.c (revision 32402) +++ protel_net.c (revision 32403) @@ -89,8 +89,7 @@ rnd_actionva(&PCB->hidlib, "Netlist", "Clear", NULL); while(fgets(line, sizeof(line), fn) != NULL) { - int argc; - char **argv, *s, *end; + char *s, *end; s = line; ltrim(s); @@ -205,7 +204,6 @@ static int protel_net_support_prio(pcb_plug_import_t *ctx, unsigned int aspects, const char **args, int numargs) { FILE *f; - unsigned int good = 0; if ((aspects != IMPORT_ASPECT_NETLIST) || (numargs != 1)) return 0; /* only pure netlist import is supported from a single file*/