octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: locale support for sscanf


From: Rik
Subject: Re: locale support for sscanf
Date: Wed, 18 Jan 2012 16:42:15 -0800

On 01/17/2012 10:00 AM, address@hidden wrote:
> Message: 2
> Date: Tue, 17 Jan 2012 06:33:34 -0800 (PST)
> From: CdeMills <address@hidden>
> To: address@hidden
> Subject: locale support patch for [fs]sscanf function
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Hello,
>
> herewith enclosed a patch proposal against 3.6.0 implementing locales
> support in [fs]sscanf. There is no API change; the "C" argument is re-used
> to pass the locale value. And "C" is BTW a valid locale name.
>
> Mechanism:
> - class octave_base_stream gets a new virtual member, imbue, which does
> nothing
1/18/12

Pascal,

Your patch was committed today (1/18/12). I now find that I get 196
warnings during compilation. They are all this same message:

./oct-stream.h:377: warning: unused parameter ‘loc’

Can you add a mechanism to stop these warnings? In this case the warning
appears harmless, but I notice it every time I compile.

Cheers,
Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]