svn commit: r303188 - head/share/mk

Ngie Cooper yaneurabeya at gmail.com
Fri Jul 22 22:20:54 UTC 2016


On Fri, Jul 22, 2016 at 2:57 PM, Bruce Evans <brde at 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


More information about the svn-src-all mailing list