norisatir / go-gtk3

go-gtk3 - GTK3 BINDINGS FOR GO
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

gdk threads compile error #6

Open hwch opened 11 years ago

hwch commented 11 years ago

gdk3.go: In function '_gdk_threads_init': gdk3.go:7:2: error: 'gdk_threads_init' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:43) [-Werror=deprecated-declarations] gdk3.go: At top level: gdk3.go:37:1: error: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:47) [-Werror=deprecated-declarations] gdk3.go:69:1: error: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:45) [-Werror=deprecated-declarations] cc1: all warnings being treated as errors