|
Bugzilla – Full Text Bug Listing |
| Summary: | xournal-0.2-2: missing expression in return statement | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Danny Kukawka <dkukawka> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
"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. |
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.