Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 1995 02:27:25 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com
Cc:        CVS-commiters@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com
Subject:   Re: cvs commit: src/usr.sbin/edquota edquota.c
Message-ID:  <199505071627.CAA19854@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   Fix all the other format mismatches exposed by compiling with -Wformat
>>   (6 more quota limits of type unsigned long printed using %d and 6 time_t's
>>   (i.e., longs) printed using %d).

>I'll try to make a pass over the whole tree with a -Wformat and see if
>it is a manageable task to go fix.

You'll probably have to ignore the nonfatal mismatches (%d vs %ld) or there
will be too many.  There can't be many type size mismatches or we would
have noticed.

Bruce



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