From owner-freebsd-current Tue Feb 26 9:20:44 2002 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 4FF9737B402 for ; Tue, 26 Feb 2002 09:20:41 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.6) id g1QHKYE96424; Tue, 26 Feb 2002 12:20:34 -0500 (EST) (envelope-from wollman) Date: Tue, 26 Feb 2002 12:20:34 -0500 (EST) From: Garrett Wollman Message-Id: <200202261720.g1QHKYE96424@khavrinen.lcs.mit.edu> To: "M. Warner Losh" Cc: current@FreeBSD.ORG Subject: Re: HEADS UP: cvs commit: src/sys/conf kern.pre.mk (fwd) In-Reply-To: <20020225.233512.13036502.imp@village.org> References: <20020226014624.8D6A03BAC@overcee.wemm.org> <20020225.215923.28857552.imp@village.org> <1014700670.677.9.camel@blackbox.pacbell.net> <20020225.233512.13036502.imp@village.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > volatile int conspeed; > int *foo = &conspeed; The answer to this is.... Not all warnings are indicative of errors. It is unreasonable to expect all warnings to be removed, since the compiler has insufficient knowledge to be able to determine whether this usage is safe or not. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message