GNOME Bugzilla – Bug 625437
Warnings on x86-64
Last modified: 2010-08-12 12:14:18 UTC
gio.override: In function 'pygio_notify_allocate_buffer': gio.override:144:13: warning: format '%d' expects type 'int', but argument 3 has type 'gsize' pygi-struct.c: In function '_struct_new': pygi-struct.c:59:14: warning: unused variable 'is_simple' pygi-argument.c: In function '_pygi_g_type_info_check_object': pygi-argument.c:254:18: warning: unused variable 'is_instance'
The following fix has been pushed: 769645e Fix some warnings The two other warnings had gone meanwhile.
Created attachment 167722 [details] [review] Fix some warnings pyglib.c: In function ‘pyglib_gerror_exception_check’: pyglib.c:362: warning: format not a string literal and no format arguments pyglib.c:371: warning: format not a string literal and no format arguments gio.override: In function 'pygio_notify_allocate_buffer': gio.override:144:13: warning: format '%d' expects type 'int', but argument 3 has type 'gsize'