BwackNinja / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
3 stars 0 forks source link

theme-proof tab size warning #19

Closed IgnorantGuru closed 12 years ago

IgnorantGuru commented 12 years ago

bbbf9bea is a nice addition - looks good. But adds a make warning:

main-window.c: In function ‘fm_main_window_create_tab_label’:
main-window.c:2540:13: warning: passing argument 2 of ‘gtk_style_context_add_provider’ from incompatible pointer type [enabled by default]
In file included from /usr/include/gtk-3.0/gtk/gtkgradient.h:26:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:110,
                 from pcmanfm.h:25,
                 from main-window.c:13:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:717:6: note: expected ‘struct GtkStyleProvider *’ but argument is of type ‘struct GtkCssProvider *’
BwackNinja commented 12 years ago

Warning is gone now, closing.