Date: Wed, 25 Apr 2012 08:26:28 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Alie Tan <alie@affle.com> Cc: freebsd-stable@freebsd.org Subject: Re: Unable to build RELENG_9 (r234602) Message-ID: <4F979914.4010302@FreeBSD.org> In-Reply-To: <CANuCnH_w=G=z=35KukeS5caRLLEiq1vb-7cihxHS8%2BQFvSuk8Q@mail.gmail.com> References: <CANuCnH_w=G=z=35KukeS5caRLLEiq1vb-7cihxHS8%2BQFvSuk8Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-04-25 04:32, Alie Tan wrote: > I got this compilation error for 9-STABLE > > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > -Wno-unused-function -Wno-conversion -Wno-switch-enum -Wno-empty-body -c > /usr/src/usr.sbin/sysinstall/dispatch.c > /usr/src/usr.sbin/sysinstall/dispatch.c:594:17: error: format string is not > a string literal (potentially insecure) [-Werror,-Wformat-security] > msgConfirm(err); > 9-STABLE doesn't compile without -Werror warnings with clang yet. This sysinstall warning is specifically one that must still be fixed, but since sysinstall was removed from HEAD, it cannot be MFC'd. For now, just put NO_WERROR= in your src.conf.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F979914.4010302>