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:
Matthias Clasen 2006-12-16 04:05:32 +00:00 committed by Matthias Clasen
parent 0aa53c3a3d
commit 4efa98d75b
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -104,7 +104,7 @@ typedef enum
struct _GIOChannel
{
/*< private >*/
guint ref_count;
gint ref_count;
GIOFuncs *funcs;
gchar *encoding;