After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314168 - missing return statement
missing return statement
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other All
: Low trivial
: ---
Assigned To: David Bolter
David Bolter
Depends on:
Blocks:
 
 
Reported: 2005-08-22 13:49 UTC by Matthias Clasen
Modified: 2006-05-10 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2005-08-22 13:49:36 UTC
Please describe the problem:
The compiler said

gok-keyboard.c(3089): warning #1011: missing return statement at end of non-void
function "gok_keyboard_grab_focus_if_button"

(originally filed as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164050)

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Olivier Le Thanh Duong 2005-10-29 22:18:33 UTC
Function "static gboolean gok_keyboard_grab_focus_if_button" in
gok/gok-keyboard.c still return nothing, confirming.
Comment 2 David Bolter 2005-11-24 15:16:25 UTC
Adding accessibility keyword.
Comment 3 Calum Benson 2006-04-26 17:11:19 UTC
Apologies for spam... ensuring Sun a11y folks are cc'ed on all current accessibility bugs.
Comment 4 David Bolter 2006-05-10 18:02:06 UTC
fixed in cvs thanks.