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 169761 - missing return statements
missing return statements
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: David Bolter
David Bolter
Depends on:
Blocks:
 
 
Reported: 2005-03-09 19:47 UTC by Matthias Clasen
Modified: 2005-03-10 14:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
proposed patch (744 bytes, patch)
2005-03-09 20:35 UTC, David Bolter
committed Details | Review

Description Matthias Clasen 2005-03-09 19:47:10 UTC
Please describe the problem:
gok_wordcomplete_process_unichar and gok_wordcomplete_predict are missing 
an else return NULL; to silence the compiler.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 David Bolter 2005-03-09 20:35:43 UTC
Created attachment 38470 [details] [review]
proposed patch
Comment 2 David Bolter 2005-03-10 14:15:55 UTC
2005-03-10  David Bolter  <david.bolter@utoronto.ca>

        * gok/gok-word-complete.c: 
        (gok_wordcomplete_process_unichar),
        (gok_wordcomplete_predict): added missing return statement
        Thanks for this fix Matthias Clasen.
        Fixes bug #169761