Open GoogleCodeExporter opened 9 years ago
Fixes (HACKS):
ggadget/gtk/view_widget_binder.cc:829: (void)x; (void)y;
ggadget/gtk/view_widget_binder.cc:1098: (guint)(current_time - impl_-
>last_self_draw_time_),
hosts/gtk/standalone_gtk_host.cc:229: (void)gadget;
It seems that this is producing a Release build, which means the ASSERTS are
compiled
out and some parameters aren't used. You're compiling with -Werror, which stops
the
build.
Original comment by mankeyra...@gmail.com
on 12 May 2010 at 9:02
Original issue reported on code.google.com by
mankeyra...@gmail.com
on 12 May 2010 at 8:54