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 580206 - gcc warnings in <module>-scan.c
gcc warnings in <module>-scan.c
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal minor
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-25 10:44 UTC by Philip Withnall
Modified: 2009-04-29 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix gcc warnings in gtk-doc (1.79 KB, patch)
2009-04-25 10:44 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2009-04-25 10:44:11 UTC
Patch coming to fix some gcc warnings in <module>-scan.c (missing default cases in switches, declarations in the function body, unreachable code).
Comment 1 Philip Withnall 2009-04-25 10:44:49 UTC
Created attachment 133291 [details] [review]
Fix gcc warnings in gtk-doc
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-04-29 08:35:44 UTC
Thanks!

commit d1d7169582fc5150c08cc3355edec06172ab100c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 25 11:38:01 2009 +0100

    scan: Fixed gcc warnings. Fixes #580206
    
    Fixes unreachable code, non-C90 compliance, missing cases.