mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-29 11:00:02 +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>
|
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
|
* configure.in: On Solaris, set CFLAGS and LDFLAGS that
|
||||||
work both with Sun cc and gcc. (#315061, Lazlo Peter)
|
work both with Sun cc and gcc. (#315061, Lazlo Peter)
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ typedef enum
|
|||||||
struct _GIOChannel
|
struct _GIOChannel
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
guint ref_count;
|
gint ref_count;
|
||||||
GIOFuncs *funcs;
|
GIOFuncs *funcs;
|
||||||
|
|
||||||
gchar *encoding;
|
gchar *encoding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user