GNOME Bugzilla – Bug 698599
Fix ambiguous function prototypes
Last modified: 2013-09-25 09:55:38 UTC
GCC now warns about function prototypes without parameters, this fixes those warnings.
Created attachment 242158 [details] [review] Fix ambiguous function prototypes GCC now complains about function prototypes without parameters. This fixes those warnings.
Review of attachment 242158 [details] [review]: Code looks good.
Attachment 242158 [details] pushed as 2bc27d5 - Fix ambiguous function prototypes