Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Mar 2008 19:12:23 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jkim@FreeBSD.org
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/moused Makefile
Message-ID:  <20080305.191223.-1615348076.imp@bsdimp.com>
In-Reply-To: <200803060025.m260PGfF017248@repoman.freebsd.org>
References:  <200803060025.m260PGfF017248@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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