GNOME Bugzilla – Bug 580206
gcc warnings in <module>-scan.c
Last modified: 2009-04-29 08:35:44 UTC
Patch coming to fix some gcc warnings in <module>-scan.c (missing default cases in switches, declarations in the function body, unreachable code).
Created attachment 133291 [details] [review] Fix gcc warnings in gtk-doc
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.