xfce systemtray (small) issues

Olivier Fourdan fourdan at xfce.org
Fri Apr 25 23:55:22 CEST 2003


Hi Benny,


xfce_systemtray.c: In function `xfce_system_tray_register':
xfce_systemtray.c:223: warning: implicit declaration of function
`snprintf'
xfce_systemtray.c:242: warning: implicit declaration of function `bzero'

1) snprintf is not available on all platforms, please use glib
replacement
2) make sure you include the header for bzero (while I'm at it, I think
bzero is not available on all platforms either, but I'm not sure)

Cheers,
-- 
Olivier Fourdan <fourdan at xfce.org>
http://www.xfce.org




More information about the Xfce4-dev mailing list