Paste #hblhJR01MBP0v01hrbIR
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | CC xfce4_session-main.o
../../../xfce4-session/main.c: In function ‘init_display’:
../../../xfce4-session/main.c:137:30: error: declaration of ‘manager’ shadows a global declaration [-Werror=shadow]
init_display (XfsmManager *manager,
^
../../../xfce4-session/main.c:72:21: note: shadowed declaration is here
static XfsmManager *manager = NULL;
^
../../../xfce4-session/main.c:139:30: error: declaration of ‘channel’ shadows a global declaration [-Werror=shadow]
XfconfChannel *channel,
^
../../../xfce4-session/main.c:73:23: note: shadowed declaration is here
static XfconfChannel *channel = NULL;
^
../../../xfce4-session/main.c: In function ‘manager_quit_cb’:
../../../xfce4-session/main.c:158:31: error: declaration of ‘manager’ shadows a global declaration [-Werror=shadow]
manager_quit_cb (XfsmManager *manager, gpointer user_data)
^
../../../xfce4-session/main.c:72:21: note: shadowed declaration is here
static XfsmManager *manager = NULL;
^
cc1: all warnings being treated as errors
Makefile:751: recipe for target 'xfce4_session-main.o' failed
|