Re: Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Eric Gallager
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

Re: Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Bruno Haible
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.

Patch so gl_UNKNOWN_WARNINGS_ARE_ERRORS can be used with Objective C again

2018-02-18 Thread Eric Gallager
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