[Bug 417811] argv should be const in g_spawn declaration
glib (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Mar 13 16:19:52 CET 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=417811
glib | general | Ver: unspecified
Havoc Pennington changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hp at redhat.com
------- Comment #1 from Havoc Pennington 2007-03-13 15:17 UTC -------
One of many places const doesn't work in C, there will be a warning if someone
passes in "char**" without const if you try to do this. There's a bunch of
discussion in gtk-devel-list archives and a standing library policy on this,
feel free to go read it all...
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Pkg-gnome-maintainers
mailing list