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 598e572911ac8cf364cb64c56a272410fba988ee..7981ec335179b79d51fe31c1ef4ba7153e3a118d 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 598e572911ac8cf364cb64c56a272410fba988ee..7981ec335179b79d51fe31c1ef4ba7153e3a118d 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 598e572911ac8cf364cb64c56a272410fba988ee..7981ec335179b79d51fe31c1ef4ba7153e3a118d 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 598e572911ac8cf364cb64c56a272410fba988ee..7981ec335179b79d51fe31c1ef4ba7153e3a118d 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 598e572911ac8cf364cb64c56a272410fba988ee..7981ec335179b79d51fe31c1ef4ba7153e3a118d 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 381e7853be67f922249d199d6e9df9778970a8bf..a739530b72f4b64aa706c68223ccb943102bed97 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