From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13869 invoked by alias); 24 Dec 2008 20:31:59 -0000 Received: (qmail 13855 invoked by uid 22791); 24 Dec 2008 20:31:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 24 Dec 2008 20:31:24 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1LFaO1-0003Hy-00; Wed, 24 Dec 2008 21:31:21 +0100 Date: Wed, 24 Dec 2008 20:31:00 -0000 From: Andrew Lunn To: Bart Veer Cc: eCos Patches Subject: Re: thread name made constant... Message-ID: <20081224203121.GL28867@lunn.ch> References: <20081224000825.GE28867@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00061.txt.bz2 > 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. > I have no objections to fixing e.g. const correctness in the kernel. O.K, i'l leave it another day for others to comment before committing. Andrew