From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: compiling with -Wwrite-strings Date: Wed, 11 Aug 2010 10:24:11 +0200 Message-ID: <4C625E2B.7020208@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281515077 21065 80.91.229.12 (11 Aug 2010 08:24:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2010 08:24:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 11 10:24:32 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oj6bs-000473-Bc for ged-emacs-devel@m.gmane.org; Wed, 11 Aug 2010 10:24:28 +0200 Original-Received: from localhost ([127.0.0.1]:55257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oj6br-0005kA-76 for ged-emacs-devel@m.gmane.org; Wed, 11 Aug 2010 04:24:27 -0400 Original-Received: from [140.186.70.92] (port=54893 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oj6bi-0005iT-Dy for emacs-devel@gnu.org; Wed, 11 Aug 2010 04:24:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oj6bh-00051t-CU for emacs-devel@gnu.org; Wed, 11 Aug 2010 04:24:18 -0400 Original-Received: from smtprelay-b11.telenor.se ([62.127.194.20]:43617) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oj6bg-00051G-6Z; Wed, 11 Aug 2010 04:24:16 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id E968CC3F6; Wed, 11 Aug 2010 10:24:12 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvUxAHb7YUxV4S0jPGdsb2JhbACHZ5hTDAEBAQE1LbtyhToE X-IronPort-AV: E=Sophos;i="4.55,352,1278280800"; d="scan'208";a="117940681" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 11 Aug 2010 10:24:12 +0200 Original-Received: from [172.20.199.14] (zeplinf [172.20.199.14]) by coolsville.localdomain (Postfix) with ESMTPSA id E1D047FA05A; Wed, 11 Aug 2010 10:24:11 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128559 Archived-At: Dan Nicolaescu skrev 2010-08-09 22.15: > > It would be nice if using -Wwrite-strings would produce fewer warnings. > A lot of them have been removed in the past few days, but there's still some left > (lib-src has a lot) I fixed lib-src, except regexp.c which compiles here, but is located in src. Jan D.