GNOME Bugzilla – Bug 329161
Some warnings in the build of gnome-terminal
Last modified: 2006-01-30 04:16:56 UTC
Due to bug 329159 (thanks for fixing it so fast!), I noticed a couple warnings and made a little patch to fix them. The warnings were: terminal-notebook.c: In function `close_button_clicked_cb': terminal-notebook.c:725: warning: passing arg 1 of `gtk_widget_get_parent' from incompatible pointer type terminal-notebook.c: In function `terminal_notebook_add_tab': terminal-notebook.c:745: warning: assignment discards qualifiers from pointer target type I'll attach a patch in a minute.
Created attachment 58369 [details] [review] Fix the warnings
Regarding bug 329159, it was actually fixed already, it's just that I committed the fix when you reported the bug. That's why I looked so fast ;) Thanks for being so fast at reporting it =) Now back to this one, I've applied the patch. Thanks!