mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
[cflags] Removed -Wno-pointer-sign
Likely some new bugs were introduced by this change. The long term goal is clean compilation by g++.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
/* Look up MSGID in the current default message catalog for the current
|
||||
LC_MESSAGES locale. If not found, returns MSGID itself (the default
|
||||
text). */
|
||||
unsigned char *
|
||||
gettext__(const unsigned char *msgid)
|
||||
char *
|
||||
gettext__(const char *msgid)
|
||||
{
|
||||
return dcgettext__(NULL, msgid, LC_MESSAGES);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user