mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
Make ref_count a gint to avoid compiler warnings. (#321977, Andrew
2006-12-15 Matthias Clasen <mclasen@redhat.com> * glib/giochannel.h: Make ref_count a gint to avoid compiler warnings. (#321977, Andrew Paprocki)
This commit is contained in:
parent
0aa53c3a3d
commit
4efa98d75b
@ -1,5 +1,8 @@
|
||||
2006-12-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/giochannel.h: Make ref_count a gint to avoid
|
||||
compiler warnings. (#321977, Andrew Paprocki)
|
||||
|
||||
* configure.in: On Solaris, set CFLAGS and LDFLAGS that
|
||||
work both with Sun cc and gcc. (#315061, Lazlo Peter)
|
||||
|
||||
|
@ -104,7 +104,7 @@ typedef enum
|
||||
struct _GIOChannel
|
||||
{
|
||||
/*< private >*/
|
||||
guint ref_count;
|
||||
gint ref_count;
|
||||
GIOFuncs *funcs;
|
||||
|
||||
gchar *encoding;
|
||||
|
Loading…
x
Reference in New Issue
Block a user