Task #1324 - fixed.err
back to task #1324download
Error: COMPILER_WARNING (CWE-477): xfce4-session-4.18.3-build/xfce4-session-4.18.3/xfce4-session/xfsm-global.c: scope_hint: In function ‘xfsm_launch_desktop_files_on_run_hook’ xfce4-session-4.18.3-build/xfce4-session-4.18.3/xfce4-session/xfsm-global.c:410:11: warning[-Wdeprecated-declarations]: ‘xfce_spawn_command_line_on_screen’ is deprecated: Use xfce_spawn_command_line() instead /usr/include/xfce4/libxfce4ui-2/libxfce4ui/libxfce4ui.h:31: included_from: Included from here. xfce4-session-4.18.3-build/xfce4-session-4.18.3/xfce4-session/xfsm-global.c:53: included_from: Included from here. /usr/include/xfce4/libxfce4ui-2/libxfce4ui/xfce-spawn.h:64:10: note: declared here # 408| /* try to launch the command */ # 409| xfsm_verbose ("Autostart: running command \"%s\"\n", exec); # 410|-> if (!xfce_spawn_command_line_on_screen (gdk_screen_get_default (), # 411| exec, # 412| terminal,