From owner-freebsd-hackers@FreeBSD.ORG Mon May 30 18:04:35 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 466781065674 for ; Mon, 30 May 2011 18:04:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 989B78FC0A for ; Mon, 30 May 2011 18:04:34 +0000 (UTC) Received: by bwz12 with SMTP id 12so4523766bwz.13 for ; Mon, 30 May 2011 11:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=kL+W3q3uyk45rDnB2rHKzMyV26h/hoYGP4OWHbEx8J4=; b=EHpdJb4kTcW7DttHSi8ZRhOd7pJpRm2T/KI0oZ5MVVq42OEkU8lDJsffY86PBsqr4B nnoadt1AsxnO5kGJEuhLaQMnFyXesmkSNOULshhOjYjs4/HPFlNAfhu3gpWjrrO91PRd 7uAImxftQTkgkkK70DGt+wwU+vJlIP+4eCuQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=dmsr0414g4eXjFT3ielzlTQPMNySHfQYC55FYGFvxeqa9K+AmEEjujd7LjTlxsELKr LCk37+EUMfpVmMv1yI+zSHp2nMpuIboBbFaEWwKtem6mY2P4V6LsaW90LCouwhr65w7P tIubkATBcmDc585PJNv/FEkLoO2dNErMax0Tw= Received: by 10.204.82.149 with SMTP id b21mr4533117bkl.196.1306778673353; Mon, 30 May 2011 11:04:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.66.81 with HTTP; Mon, 30 May 2011 11:04:03 -0700 (PDT) In-Reply-To: <20110530174423.95220@gmx.com> References: <20110530174423.95220@gmx.com> From: Chris Rees Date: Mon, 30 May 2011 19:04:03 +0100 Message-ID: To: Dieter BSD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-toolchain@freebsd.org Subject: Re: compiler warnings (was: Re: [rfc] a few kern.mk and bsd.sys.mk related changes) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2011 18:04:35 -0000 On 30 May 2011 18:44, Dieter BSD wrote: >> maybe we find some nice -Wwarning options which are reasonable >> to have > > -Wmissing-declarations > -Wimplicit > > FreeBSD's gcc doesn't seem to have =A0-Wcoercion =A0??? > Bugzilla indicates that it was added years ago (2006?). > > It would be really really nice if -static worked on (nearly) everything. > >> and - most importantly - don't break tinderbox > > That's a matter of fixing the bugs before adding the warning flags > to tinderbox. > > Ports need attention. =A0The warnings I get there are frightening. I find it comforting that they're just that: warnings. How do they frighten you? Chris