mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Mark glib_gettext as string translation function
Make glib_gettext with G_GNUC_FORMAT to avoid warnings with -Wformat -Wformat-nonliteral. Signed-off-by: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
parent
86aa49594f
commit
20df6b6e88
@ -1486,7 +1486,7 @@ g_unichar_validate
|
|||||||
|
|
||||||
#if IN_HEADER(__GLIBINTL_H__)
|
#if IN_HEADER(__GLIBINTL_H__)
|
||||||
#if IN_FILE(__G_UTILS_C__)
|
#if IN_FILE(__G_UTILS_C__)
|
||||||
glib_gettext
|
glib_gettext G_GNUC_FORMAT(1)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#error "config.h must be included prior to glibintl.h"
|
#error "config.h must be included prior to glibintl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
G_CONST_RETURN gchar *glib_gettext (const gchar *str);
|
G_CONST_RETURN gchar *glib_gettext (const gchar *str) G_GNUC_FORMAT(1);
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user