Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2016 15:20:51 -0700
From:      Ngie Cooper <yaneurabeya@gmail.com>
To:        Bruce Evans <brde@optusnet.com.au>
Cc:        John Baldwin <jhb@freebsd.org>, Ruslan Bukin <br@freebsd.org>,  "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r303188 - head/share/mk
Message-ID:  <CAGHfRMCjqR3YDHRvaA-0=VQHXmkd%2Bh6aj5BveQHPscfA8AAkbg@mail.gmail.com>
In-Reply-To: <20160723073428.K1265@besplex.bde.org>
References:  <201607221500.u6MF0c3S037470@repo.freebsd.org> <1980140.IgFQbb5iVz@ralph.baldwin.cx> <20160723073428.K1265@besplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 22, 2016 at 2:57 PM, Bruce Evans <brde@optusnet.com.au> wrote:
...
>>> +# GCC 6.1.0
>>> +.if ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} >= 60100
>>> +CWARNFLAGS+=   -Wno-error=unused-const-variable=
>>> -Wno-error=nonnull-compare -Wno-error=shift-negative-value
>>> -Wno-error=misleading-indentation -Wno-error=tautological-compare
>>> +.endif
>>
>>
>> Extra trailing = in the first one as well?
>
> I don't see one.  I see only unreadably long lines containing unreadably
> unordered flags.  Perhaps your mail client mangled the line splitting,
> but the above quite displays OK in mutt and vi here (except mutt makes
> the line wrapping especially ugly by highlighting it).

Look for "-Wno-error=unused-const-variable=".
Thanks,
-Ngie



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMCjqR3YDHRvaA-0=VQHXmkd%2Bh6aj5BveQHPscfA8AAkbg>