[gnome-shell] main: Add prototype for _shell_link_to_shell_js()



commit 850b6f28e5e7964c801cb97888b71e9ce04b2bc0
Author: Florian MÃllner <fmuellner gnome org>
Date:   Sat May 19 01:49:35 2012 +0200

    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

 src/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index fbd1377..5b8bf81 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]