mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Remove the G_GNUC_STRFTIME format check
This does not work, since g_date_time_format() supports non-standard extensions such as %:::z, and this has broken several consumers which use format errors, such as ostree.
This commit is contained in:
parent
bfc661a1db
commit
9ddcc79502
@ -261,7 +261,7 @@ GDateTime * g_date_time_to_utc (GDateTi
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
gchar * g_date_time_format (GDateTime *datetime,
|
||||
const gchar *format) G_GNUC_MALLOC G_GNUC_STRFTIME (2);
|
||||
const gchar *format);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user