On Fri, Jul 22, 2016 at 2:57 PM, Bruce Evans <b...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to