From owner-cvs-src@FreeBSD.ORG Thu Mar 6 04:07:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4953A1065670; Thu, 6 Mar 2008 04:07:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 08D818FC15; Thu, 6 Mar 2008 04:07:31 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m2645ocA001534; Wed, 5 Mar 2008 21:05:51 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 05 Mar 2008 21:06:19 -0700 (MST) Message-Id: <20080305.210619.776506336.imp@bsdimp.com> To: jkim@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200803052126.45821.jkim@FreeBSD.org> References: <200803060025.m260PGfF017248@repoman.freebsd.org> <20080305.191223.-1615348076.imp@bsdimp.com> <200803052126.45821.jkim@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/moused Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 04:07:32 -0000 In message: <200803052126.45821.jkim@FreeBSD.org> Jung-uk Kim writes: : On Wednesday 05 March 2008 09:12 pm, M. Warner Losh wrote: : > In message: <200803060025.m260PGfF017248@repoman.freebsd.org> : > : > Jung-uk Kim writes: : > : jkim 2008-03-06 00:25:16 UTC : > : : > : FreeBSD src repository : > : : > : Modified files: : > : usr.sbin/moused Makefile : > : Log: : > : Mark moused(8) WARNS=6 clean. : > : > NEVER SET WARNS to a higher level unless you've done a make : > universe. The arm tinderbox is failing: : > : > ===> usr.sbin/moused (all) : > cc -O -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2k -W : > -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes : > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch : > -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline : > -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c : > /src/usr.sbin/moused/moused.c cc1: warnings being treated as errors : > /src/usr.sbin/moused/moused.c: In function 'r_timestamp': : > /src/usr.sbin/moused/moused.c:2550: warning: format '%ld' expects : > type 'long int', but argument 2 has type 'time_t' : > /src/usr.sbin/moused/moused.c:2562: warning: format '%ld' expects : > type 'long int', but argument 2 has type 'time_t' *** Error code 1 : : It should be fixed now. Sorry. Thanks! Warner