Mark g_assert_warning as G_GNUC_NORETURN, to avoid compiler warnings.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Oct 2004 02:20:02 +0000 (02:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Oct 2004 02:20:02 +0000 (02:20 +0000)
2004-10-28  Matthias Clasen  <mclasen@redhat.com>

* glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
to avoid compiler warnings.  (#156767, Owen Taylor)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmessages.h

index 598e572..7981ec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
+       to avoid compiler warnings.  (#156767, Owen Taylor)
+
 2004-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
index 598e572..7981ec3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
+       to avoid compiler warnings.  (#156767, Owen Taylor)
+
 2004-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
index 598e572..7981ec3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
+       to avoid compiler warnings.  (#156767, Owen Taylor)
+
 2004-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
index 598e572..7981ec3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
+       to avoid compiler warnings.  (#156767, Owen Taylor)
+
 2004-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
index 598e572..7981ec3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gmessages.h: Mark g_assert_warning as G_GNUC_NORETURN,
+       to avoid compiler warnings.  (#156767, Owen Taylor)
+
 2004-10-29  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gstdio.c: Include also <direct.h> for mkdir() prototype
index 381e785..a739530 100644 (file)
@@ -116,7 +116,7 @@ void g_assert_warning         (const char *log_domain,
                               const char *file,
                               const int   line,
                               const char *pretty_function,
-                              const char *expression);
+                              const char *expression) G_GNUC_NORETURN;
 
 
 #ifndef G_LOG_DOMAIN