GNOME Bugzilla – Bug 386760
gstring.c: redefinition of formal parameter 'size'
Last modified: 2006-12-17 14:54:20 UTC
Please describe the problem: g_string_chunk_new was modified, please see following url. http://cvs.gnome.org/viewcvs/glib/glib/gstring.c?r1=1.51&r2=1.52 The formal parameter 'size' is redefined. To resolve the error, remove the redefinition. Steps to reproduce: 1. compile gstring.c Actual results: A compiler will display error messages. Expected results: I suggest that 'size' within the function body is renamed. Does this happen every time? every time Other information:
Sorry about that. Fixed now.