gnome-games r8643 - trunk/libgames-support
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8643 - trunk/libgames-support
- Date: Tue, 3 Feb 2009 18:04:44 +0000 (UTC)
Author: chpe
Date: Tue Feb 3 18:04:44 2009
New Revision: 8643
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8643&view=rev
Log:
Use G_GNUC_NORETURN to mark noreturn functions.
Modified:
trunk/libgames-support/games-setgid-io.c
Modified: trunk/libgames-support/games-setgid-io.c
==============================================================================
--- trunk/libgames-support/games-setgid-io.c (original)
+++ trunk/libgames-support/games-setgid-io.c Tue Feb 3 18:04:44 2009
@@ -466,7 +466,7 @@
write_int (outfd, result);
}
-/* This function never returns. */
+G_GNUC_NORETURN
static void
setgid_io_pipe_watcher (int outfd, int infd)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]