mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +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>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
* 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>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
* 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>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
* 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>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
* 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>
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gstdio.c: Include also <direct.h> for mkdir() prototype
|
* 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 char *file,
|
||||||
const int line,
|
const int line,
|
||||||
const char *pretty_function,
|
const char *pretty_function,
|
||||||
const char *expression);
|
const char *expression) G_GNUC_NORETURN;
|
||||||
|
|
||||||
|
|
||||||
#ifndef G_LOG_DOMAIN
|
#ifndef G_LOG_DOMAIN
|
||||||
|
Loading…
Reference in New Issue
Block a user