From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Re: build failures of master on netbsd/5 amd64 Date: Sun, 23 Aug 2009 10:35:43 -0700 Message-ID: <1251048943.18373.7596.camel@localhost.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1251048987 6610 80.91.229.12 (23 Aug 2009 17:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Aug 2009 17:36:27 +0000 (UTC) Cc: guile-devel@gnu.org To: Greg Troxel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 23 19:36:20 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MfGzM-0000wT-2A for guile-devel@m.gmane.org; Sun, 23 Aug 2009 19:36:20 +0200 Original-Received: from localhost ([127.0.0.1]:43054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfGzL-0006GU-CG for guile-devel@m.gmane.org; Sun, 23 Aug 2009 13:36:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfGzH-0006Ax-GK for guile-devel@gnu.org; Sun, 23 Aug 2009 13:36:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfGzG-000694-LN for guile-devel@gnu.org; Sun, 23 Aug 2009 13:36:14 -0400 Original-Received: from [199.232.76.173] (port=33542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfGzG-00068e-Eo for guile-devel@gnu.org; Sun, 23 Aug 2009 13:36:14 -0400 Original-Received: from smtp102.prem.mail.sp1.yahoo.com ([98.136.44.57]:28902) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MfGzF-0001sy-R1 for guile-devel@gnu.org; Sun, 23 Aug 2009 13:36:14 -0400 Original-Received: (qmail 65053 invoked from network); 23 Aug 2009 17:36:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=bIM+4ROhzKriDzHB1v4mvHah0AVd4t9LxmBq4yUUNJzmHJxUCQ1emAJM7wW4VCrFVOlq+Kv4BVBtvmctLqoPgkMopIzDUqugQuY5WcRIFz5iBCSBgOPYXmbcWt9sqBhlGV8FQn8LRgccY6ElXxeqg/ZGgHvT92GUs8o8YNCBg0A= ; Original-Received: from adsl-71-130-213-44.dsl.irvnca.pacbell.net (spk121@71.130.213.44 with plain) by smtp102.prem.mail.sp1.yahoo.com with SMTP; 23 Aug 2009 10:36:12 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: hxhACsUVM1nE87Fb2lc8VErK9aGaFrlH_LLMhQxC9o5fhyPV0OKi5eqTRM8slRvPezhcA2BhXDG7SVR6lmqe0aPvIG12B7HsYKvH_tNeXvgzINjQN3FioFh6HGymbBTv1CrpeALTnLrgth8vMR2XWJjk.RkPX7zYPD7IQPOrDggloc87vakLeQaXOaNYpbtIRqqyTjrKdofTFtYYb9R2dOKyRqQLiv6OPwJoGMwB9YzKTWOKlQBlgEZbI1R6ur9_WmD. X-Yahoo-Newman-Property: ymail-3 In-Reply-To: X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9169 Archived-At: On Fri, 2009-08-21 at 14:27 -0400, Greg Troxel wrote: > I ran 'gmake -k' to get all the warnings at once. I think there are > just two groups: > deprecated.c:1092: warning: dereferencing type-punned pointer will break strict-aliasing rules > vm-i-scheme.c:437: warning: comparison is always true due to limited range of data type I fixed the first one. Someone more familiar with VM will have to fix the second. -Mike