Bugzilla – Bug 152847
xournal-0.2-2: missing expression in return statement
Last modified: 2006-02-23 10:54:43 UTC
I just tried to compile package xournal-0.2-2 with the Intel C compiler. It said xo-callbacks.c(2033): warning #117: non-void function "on_canvas_button_press_event" should return a value The source code is gboolean on_canvas_button_press_event (GtkWidget *widget, GdkEventButton *event, gpointer user_data) { /* ... */ return; } Suggest add expression to return statement.
"Doctor it hurts if I hit my head against the wall" ;-) 1. This is only a warning 2. The Intel C compiler is not part of the distribution Btw. I send a patch to the author upstream.