gcc3 build error
Status: Beta
Brought to you by:
mironcho
in callbacks.c, loop_action(), there're two variables
named `data': one is actual func's param (which is
unused), and second is static local var. gcc 2.95.4
merely warns users that local var shadows parameter,
but gcc3 exits with an error. my solution would be to
simply rename `gpointer data' to `gpointer arg' or alike.
--
danfe@nsu.ru