On Tue, 24 Sep 2019 15:11:43 +0100
Mark Eggleston <[email protected]> wrote:
> I didn't realise that's how it worked. That's cleaner. Once fixed OK for
> commit?
> +@item -Wno-overwrite-recursive
> +@opindex @code{Woverwrite-recursive}
> +@cindex warnings, overwrite recursive
> +Do not warn when @option{-fno-automatic} is used with @option{-frecursive}.
> Recursion
> +will be broken if the relevant local variables do not have the attribute
> +@code{AUTOMATIC} explicitly declared. This option can be used to suppress
> the warning
> +when it is known that recursion is not broken. Useful for build environment
> that use
> +@option{-Werror}.
I'm not a native speaker, but i would expect environment in plural.
With that nit fixed i have no further comments, i.e. looks fine but i
cannot approve it.
thanks,