From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13045 invoked by alias); 25 Dec 2008 00:03:41 -0000 Received: (qmail 13037 invoked by uid 22791); 25 Dec 2008 00:03:40 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-vbr8.xs4all.nl (HELO smtp-vbr8.xs4all.nl) (194.109.24.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Dec 2008 00:02:40 +0000 Received: from [192.168.1.66] (cust.7.108.adsl.cistron.nl [82.95.157.21]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id mBP02a3P005648; Thu, 25 Dec 2008 01:02:37 +0100 (CET) (envelope-from rutger@cs.vu.nl) Message-ID: <4952CE55.4080207@cs.vu.nl> Date: Thu, 25 Dec 2008 00:03:00 -0000 From: Rutger Hofman Organization: VU Amsterdam User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 CC: eCos Patches Subject: Re: thread name made constant... References: <20081224000825.GE28867@lunn.ch> <20081224203121.GL28867@lunn.ch> In-Reply-To: <20081224203121.GL28867@lunn.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-IsSubscribed: yes Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-12/txt/msg00062.txt.bz2 Andrew Lunn wrote: >> The current plan is to make those warnings go away by adding >> -Wno-write-strings to the compiler flags. > > O.K. Any other compiler flag tweaks planned? The inlining failed > warning is generating the most noise during the build. Besides the obvious -Wall -Wundef I like: -Werror -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes and, indeed, nowadays to do away with the inlining failed warning: -Wno-inline As far as I am concerned, individual (imported) packages can filter out -Werror in their package .cdl. Rutger Hofman VU Amserdam