Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: The next build break - usr.bin/make



Thanks Paul,
I've changed the cast to (int) though, since ssize_t was not previously
used anywhere in make, and while all the platforms I could test on
didn't mind, int seems safer.

On Thu, 30 Aug 2012 19:03:45 -0700 (PDT), Paul Goyette writes:
>cc1: warnings being treated as errors
>/build/netbsd-local/src/usr.bin/make/main.c: In function 'main':
>/build/netbsd-local/src/usr.bin/make/main.c:1238:50: error: comparison between
> signed and unsigned integer expressions
>/build/netbsd-local/src/usr.bin/make/main.c: In function 'getBoolean':
>/build/netbsd-local/src/usr.bin/make/main.c:2054:54: error: comparison between
> signed and unsigned integer expressions


Home | Main Index | Thread Index | Old Index