Menu

#1 gcc3 build error

open
nobody
None
5
2004-09-15
2004-09-15
Anonymous
No

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

Discussion


Log in to post a comment.