From owner-cvs-all Sun Sep 23 1: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 17ED437B416; Sun, 23 Sep 2001 01:06:38 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA32579; Sun, 23 Sep 2001 18:06:34 +1000 Date: Sun, 23 Sep 2001 18:06:02 +1000 (EST) From: Bruce Evans X-X-Sender: To: Murray Stokely Cc: , Subject: Re: cvs commit: src/usr.sbin/sysinstall command.c config.c In-Reply-To: <200109222234.f8MMYE643596@freefall.freebsd.org> Message-ID: <20010923180124.I13390-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Sep 2001, Murray Stokely wrote: > murray 2001/09/22 15:34:14 PDT > > Modified files: > usr.sbin/sysinstall command.c config.c > Log: > Silence warnings on alpha : > > Use '%p' when printing out the address of a function. > sizeof(int) != sizeof(long) %p is for printing pointers of type "void *". It is unsuitable for printing arbitrary pointers to objects. It is especially unsuitable for printing pointers to functions. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message