cvs commit: src/usr.sbin/moused Makefile
M. Warner Losh
imp at bsdimp.com
Thu Mar 6 02:13:24 UTC 2008
In message: <200803060025.m260PGfF017248 at repoman.freebsd.org>
Jung-uk Kim <jkim at 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
More information about the cvs-src
mailing list