bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: libgettext.h (Re: Documentation of ngettext)


From: Bruno Haible
Subject: Re: libgettext.h (Re: Documentation of ngettext)
Date: Wed, 12 Dec 2001 15:00:09 +0100 (CET)

Alexandre Duret-Lutz writes:

> Those `(char *)' casts will cause warnings everytime I use a
> litteral string.

Could you please tell for which piece of code you get which warning?
Do you get a warning for
    char* s = gettext("foobar");
or for
    char* s = ngettext("sing","plural",n)
?
In the second case, which compilation options do you use?

Bruno



reply via email to

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