main: Add prototype for _shell_link_to_shell_js()
It's pointless to have a prototype for a dummy function, but at least on F17, gcc's -Werror includes -Wmissing-prototypes ... https://bugzilla.gnome.org/show_bug.cgi?id=676347
This commit is contained in:
parent
3c81e9f0e7
commit
850b6f28e5
@ -350,6 +350,7 @@ main (int argc, char **argv)
|
||||
This function is never actually called.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=670477
|
||||
*/
|
||||
void _shell_link_to_shell_js (void);
|
||||
|
||||
void
|
||||
_shell_link_to_shell_js (void)
|
||||
|
Loading…
Reference in New Issue
Block a user