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

Commit

Permalink
Fix warning (#507835)
Browse files Browse the repository at this point in the history
2008-01-07  Alexander Larsson  <alexl@redhat.com>

	* gunixinputstream.c (g_unix_input_stream_skip_finish):
	Fix warning (#507835)


svn path=/trunk/; revision=6264
  • Loading branch information
alexlarsson authored and Alexander Larsson committed Jan 7, 2008
1 parent 361e0e9 commit 6a3cdb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gio/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-01-07 Alexander Larsson <alexl@redhat.com>

* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835)

2008-01-07 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
Expand Down
1 change: 1 addition & 0 deletions gio/gunixinputstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ g_unix_input_stream_skip_finish (GInputStream *stream,
GError **error)
{
g_warn_if_reached ();
return 0;
/* TODO: Not implemented */
}

Expand Down

0 comments on commit 6a3cdb7

Please sign in to comment.