mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Mark g_assert_warning as G_GNUC_NORETURN, to avoid compiler warnings.
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)
This commit is contained in:
parent
1eb924770c
commit
4d424f4f30
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user