[PATCH] localedef: Add --no-warnings/--warnings option

Andreas Schwab schwab@suse.de
Tue Oct 17 09:14:00 GMT 2017


On Okt 17 2017, Carlos O'Donell <carlos@redhat.com> wrote:

> diff --git a/locale/programs/charmap.h b/locale/programs/charmap.h
> index 5d6b48f..441d429 100644
> --- a/locale/programs/charmap.h
> +++ b/locale/programs/charmap.h
> @@ -66,6 +66,8 @@ struct charseq
>  
>  /* True if the encoding is not ASCII compatible.  */
>  extern bool enc_not_ascii_compatible;
> +/* True if the ASCII compatibility check should raise a warning.  */
> +bool warn_ascii;

This should be extern.

I think both flags should be declared in the same header, since they are
defined in the same source file.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



More information about the Libc-alpha mailing list