Date: Sun, 25 Oct 2015 17:33:16 -0500 From: Justin Hibbits <jrh29@alumni.cwru.edu> To: Garrett Cooper <yaneurabeya@gmail.com> Cc: Craig Rodrigues <rodrigc@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: r287797 breaks build WITHOUT_NIS Message-ID: <CAHSQbTBkWhfmRtc-NE38OCPgumH5PUmE5vNnUMewsSrjcHG8Sw@mail.gmail.com> In-Reply-To: <0B5D0762-F5A6-4025-A16F-E7A96DF72BF4@gmail.com> References: <CAHSQbTB2Sbv97XvrAzc6Dxd%2B2y45Kv8EkXZe%2Bz1U11PZ8H9dOQ@mail.gmail.com> <0B5D0762-F5A6-4025-A16F-E7A96DF72BF4@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks! On Oct 25, 2015 02:44, "NGie Cooper" <yaneurabeya@gmail.com> wrote: > > > On Oct 10, 2015, at 16:18, Justin Hibbits <jrh29@alumni.cwru.edu> wrote: > > > > When building WITHOUT_NIS, the following errors show up (base gcc, for > > building powerpc): > > > > cc1: warnings being treated as errors > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c: In function > > 'compat_setgrent': > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c:1258: warning: > > comparison is always false due to limited range of data type > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c:1267: warning: > > comparison is always false due to limited range of data type > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c: In function > 'compat_group': > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c:1355: warning: > > comparison is always false due to limited range of data type > > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c:1378: warning: > > comparison is always false due to limited range of data type > > > > Converting the local variable in the macros back to int fixes it. > > Fixed in r289925. > Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHSQbTBkWhfmRtc-NE38OCPgumH5PUmE5vNnUMewsSrjcHG8Sw>