Wabere / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Build warnings for garglk / sysgtk.c #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
garglk/sysgtk.c: In function ‘winopenfile’:
garglk/sysgtk.c:79: warning: passing argument 3 of
‘gtk_signal_connect_full’ from incompatible pointer type
garglk/sysgtk.c:81: warning: passing argument 3 of
‘gtk_signal_connect_full’ from incompatible pointer type

Warnings appear when compiling with Gtk 2.0.  The fix may involve breaking
backwards compatibility with Gtk 1.0.

Original issue reported on code.google.com by bcressey@gmail.com on 1 Nov 2008 at 5:52

GoogleCodeExporter commented 8 years ago
Doesn't seem to hurt anything for now.

Original comment by bcressey@gmail.com on 7 Nov 2008 at 11:42