From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: compilation warnings Date: Tue, 29 Jul 2003 08:37:34 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87n0eymg5t.fsf@zip.com.au> References: <87y8yjq56w.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059432153 3393 80.91.224.249 (28 Jul 2003 22:42:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2003 22:42:33 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jul 29 00:42:31 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hGhK-0000sR-00 for ; Tue, 29 Jul 2003 00:42:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hGeR-00066K-Fa for guile-devel@m.gmane.org; Mon, 28 Jul 2003 18:39:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hGdT-0005ak-Ap for guile-devel@gnu.org; Mon, 28 Jul 2003 18:38:31 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hGdN-0005TA-8G for guile-devel@gnu.org; Mon, 28 Jul 2003 18:38:26 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hGcr-0005F2-9G for guile-devel@gnu.org; Mon, 28 Jul 2003 18:37:53 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6SMbliI017198 for ; Tue, 29 Jul 2003 08:37:47 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6SMblQg022133 for ; Tue, 29 Jul 2003 08:37:47 +1000 (EST) Original-Received: from localhost (ppp97.dyn228.pacific.net.au [203.143.228.97]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6SMbjaB007357 for ; Tue, 29 Jul 2003 08:37:46 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19hGca-0000a5-00; Tue, 29 Jul 2003 08:37:36 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87y8yjq56w.fsf@zagadka.ping.de> (Marius Vollmer's message of "27 Jul 2003 18:56:23 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2662 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2662 Marius Vollmer writes: > > Yes, please do. The shadow warnings seem annoying, but since there > are so few, we can just as well fix them. I don't think using a > global name as a parameter name in a prototype can ever hurt... It's a good idea to omit parameter names from prototypes entirely, so there's no chance of conflicting with an application #define. Not that a sensible application would be making macros out of common lower-case names, but just for namespace cleanliness. Of course the same can't be done for structure fields, unfortunately. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel