On 2/18/18, Bruno Haible wrote:
> Hi Eric,
>
>> Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
>> test whether the compiler supports specific Objective C warning flags.
>> After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
>> language-specific, this broke. A
Hi Eric,
> Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
> test whether the compiler supports specific Objective C warning flags.
> After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
> language-specific, this broke. Attached is a patch to fix that.
Thanks.
Previously I used to use the gl_WARN_ADD autoconf macro from gnulib to
test whether the compiler supports specific Objective C warning flags.
After recent gnulib changes to make gl_UNKNOWN_WARNINGS_ARE_ERRORS
language-specific, this broke. Attached is a patch to fix that. I'm
pretty sure I already