From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114239: * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument. Date: Thu, 12 Sep 2013 15:11:23 -0400 Message-ID: References: <5kioy69gt8.fsf@fencepost.gnu.org> <9pa9ji9ghh.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379013108 12922 80.91.229.3 (12 Sep 2013 19:11:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Sep 2013 19:11:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 12 21:11:50 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VKCIo-0002mA-Jm for ged-emacs-devel@m.gmane.org; Thu, 12 Sep 2013 21:11:42 +0200 Original-Received: from localhost ([::1]:43428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKCIn-0006R2-QP for ged-emacs-devel@m.gmane.org; Thu, 12 Sep 2013 15:11:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKCId-0006QV-Hq for emacs-devel@gnu.org; Thu, 12 Sep 2013 15:11:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKCIW-000265-2v for emacs-devel@gnu.org; Thu, 12 Sep 2013 15:11:31 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:64771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKCIV-00025v-UT; Thu, 12 Sep 2013 15:11:23 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFG4rxBo/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDpHqBXoMT X-IPAS-Result: Av4EABK/CFG4rxBo/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLDiYSFBgNJIgeBsEtkQoDpHqBXoMT X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="27525208" Original-Received: from 184-175-16-104.dsl.teksavvy.com (HELO pastel.home) ([184.175.16.104]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 Sep 2013 15:07:53 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 12FAD62D8E; Thu, 12 Sep 2013 15:11:23 -0400 (EDT) In-Reply-To: <9pa9ji9ghh.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 12 Sep 2013 12:01:14 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163316 Archived-At: > BTW, I keep finding totally obvious errors that are clearly flagged by > compilation warnings, but it feels like no-one pays attention to those. > I don't think it is helping to have hundreds of warnings, some of which, > like this one, aren't real problems and aren't going away. I guess a FIXME is good enough, so it's OK to mask the warning. > (Anyone who doesn't have time to bootstrap can see the warnings in the > hydra logs.) I find the hydra web pages impenetrable, to be honest. Stefan