Date: Thu, 20 Jul 2000 10:02:36 +0400 (MSD) From: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/20052: unused variable in usr.sbin/ngctl/config.c Message-ID: <200007200602.KAA02798@kapran.bitmcnit.bryansk.su>
next in thread | raw e-mail | index | archive | help
>Number: 20052 >Category: bin >Synopsis: unused variable in usr.sbin/ngctl/config.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 19 23:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: usr.sbin/ngctl/config.c,v 1.1 >Description: gcc warns of unused variable j >How-To-Repeat: >Fix: --- config.c.ctm Thu Jul 20 09:58:18 2000 +++ config.c Thu Jul 20 09:58:35 2000 @@ -57,7 +57,7 @@ char *const status = (char *) resp->data; char *path; char buf[NG_TEXTRESPONSE]; - int nostat = 0, i, j; + int nostat = 0, i; /* Get arguments */ if (ac < 2) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007200602.KAA02798>
