From 4c3648aea3d76a3050aa5e534cf588bf60650d9e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 21 Feb 2009 04:12:52 +0100 Subject: tell gcc to ignore invalid gtk header files --- src/pulsecore/proplist-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/proplist-util.c') diff --git a/src/pulsecore/proplist-util.c b/src/pulsecore/proplist-util.c index bdae0e65..d78eac07 100644 --- a/src/pulsecore/proplist-util.c +++ b/src/pulsecore/proplist-util.c @@ -48,6 +48,7 @@ static G_CONST_RETURN gchar* _g_get_application_name(void) PA_GCC_WEAKREF(g_get_ #endif #if defined(HAVE_GTK) && defined(PA_GCC_WEAKREF) +#pragma GCC diagnostic ignored "-Wstrict-prototypes" #include #include static G_CONST_RETURN gchar* _gtk_window_get_default_icon_name(void) PA_GCC_WEAKREF(gtk_window_get_default_icon_name); -- cgit