On Wed, Jan 22, 2014 at 12:45 AM, Lev Serebryakov <[email protected]> wrote:
> Hello, Ports. > > I want to turn off some clang-specific warnings via CFLAGS, as I'm not > able to patch all places when "dirty" (but valid!) code is used and > upstream > software uses "-Werror"... > Using of a -Werror in a release build is an error by itself . So patch is simple: sed 's/-Werror//g' PS. While the "patch" is a kind of joke, the statements that -Werror is completely inapplicable to release builds is completely serious. -- Andrew W. Nosenko <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
