Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Make ref_count a gint to avoid compiler warnings. (#321977, Andrew
Browse files Browse the repository at this point in the history
2006-12-15  Matthias Clasen  <mclasen@redhat.com>

        * glib/giochannel.h: Make ref_count a gint to avoid
        compiler warnings.  (#321977, Andrew Paprocki)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Dec 16, 2006
1 parent 6dd6f7e commit d9b8ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion glib/giochannel.h
Expand Up @@ -104,7 +104,7 @@ typedef enum
struct _GIOChannel
{
/*< private >*/
guint ref_count;
gint ref_count;
GIOFuncs *funcs;

gchar *encoding;
Expand Down

0 comments on commit d9b8ae1

Please sign in to comment.