This is a discussion on Re: sprintf warning and glib within the mailing.openbsd.tech forums, part of the OpenBSD category; --> On Mon, Mar 14, 2005 at 12:41:21PM +0100, Pierre-Yves Ritschard wrote: > Since glib2 is in ports isn't it ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Mon, Mar 14, 2005 at 12:41:21PM +0100, Pierre-Yves Ritschard wrote: > Since glib2 is in ports isn't it viable to just make a patch for the > g_sprintf that issues the warning in glib2. This way when compiling > ports the warnings would be issued without needing to modify libc. You missed the point. Patching glib2 is happening right now. But you still currently get the spurious warning when linking with glib2, since you can't know whether you're actually using gsprintf or just having it sitting there. |