Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 21:26:41 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/moused Makefile
Message-ID:  <200803052126.45821.jkim@FreeBSD.org>
In-Reply-To: <20080305.191223.-1615348076.imp@bsdimp.com>
References:  <200803060025.m260PGfF017248@repoman.freebsd.org> <20080305.191223.-1615348076.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 05 March 2008 09:12 pm, M. Warner Losh wrote:
> In message: <200803060025.m260PGfF017248@repoman.freebsd.org>
>
>             Jung-uk Kim <jkim@FreeBSD.org> 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.

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803052126.45821.jkim>