mate-desktop / mate-screensaver

MATE screen saver and locker
https://mate-desktop.org
GNU General Public License v2.0
48 stars 40 forks source link

avoid redundant redeclarations #213

Closed sc0w closed 4 years ago

sc0w commented 4 years ago

Fixes the warnings:

gs-monitor.c:62:40: warning: redundant redeclaration of 'gs_monitor_init' [-Wredundant-decls]
gs-monitor.c:62:40: warning: redundant redeclaration of 'gs_monitor_class_init' [-Wredundant-decls]
gs-watcher-x11.c:79:40: warning: redundant redeclaration of 'gs_watcher_init' [-Wredundant-decls]
gs-watcher-x11.c:79:40: warning: redundant redeclaration of 'gs_watcher_class_init' [-Wredundant-decls]
gs-listener-dbus.c:151:41: warning: redundant redeclaration of 'gs_listener_init' [-Wredundant-decls]
gs-listener-dbus.c:151:41: warning: redundant redeclaration of 'gs_listener_class_init' [-Wredundant-decls]
gs-manager.c:121:40: warning: redundant redeclaration of 'gs_manager_init' [-Wredundant-decls]
gs-manager.c:121:40: warning: redundant redeclaration of 'gs_manager_class_init' [-Wredundant-decls]
gs-window-x11.c:143:39: warning: redundant redeclaration of 'gs_window_init' [-Wredundant-decls]
gs-window-x11.c:143:39: warning: redundant redeclaration of 'gs_window_class_init' [-Wredundant-decls]
gs-prefs.c:80:38: warning: redundant redeclaration of 'gs_prefs_init' [-Wredundant-decls]
gs-prefs.c:80:38: warning: redundant redeclaration of 'gs_prefs_class_init' [-Wredundant-decls]
gs-theme-manager.c:56:45: warning: redundant redeclaration of 'gs_theme_manager_init' [-Wredundant-decls]
gs-theme-manager.c:56:45: warning: redundant redeclaration of 'gs_theme_manager_class_init' [-Wredundant-decls]
gs-job.c:71:36: warning: redundant redeclaration of 'gs_job_init' [-Wredundant-decls]
gs-job.c:71:36: warning: redundant redeclaration of 'gs_job_class_init' [-Wredundant-decls]
gs-grab-x11.c:52:37: warning: redundant redeclaration of 'gs_grab_init' [-Wredundant-decls]
gs-grab-x11.c:52:37: warning: redundant redeclaration of 'gs_grab_class_init' [-Wredundant-decls]
gs-fade.c:122:37: warning: redundant redeclaration of 'gs_fade_init' [-Wredundant-decls]
gs-fade.c:122:37: warning: redundant redeclaration of 'gs_fade_class_init' [-Wredundant-decls]
mate-screensaver-preferences.c:1340:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls]
copy-theme-dialog.c:86:46: warning: redundant redeclaration of 'copy_theme_dialog_init' [-Wredundant-decls]
copy-theme-dialog.c:86:46: warning: redundant redeclaration of 'copy_theme_dialog_class_init' [-Wredundant-decls]
gste-popsquares.c:60:45: warning: redundant redeclaration of 'gste_popsquares_init' [-Wredundant-decls]
gste-popsquares.c:60:45: warning: redundant redeclaration of 'gste_popsquares_class_init' [-Wredundant-decls]
gste-slideshow.c:92:44: warning: redundant redeclaration of 'gste_slideshow_init' [-Wredundant-decls]
gste-slideshow.c:92:44: warning: redundant redeclaration of 'gste_slideshow_class_init' [-Wredundant-decls]