[gtk/wip/nirbheek/gtk-3-24-meson: 2/4] gtk: Fix compiler warning about deprecated declaration
- From: Nirbheek Chauhan <nirbheekc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/nirbheek/gtk-3-24-meson: 2/4] gtk: Fix compiler warning about deprecated declaration
- Date: Fri, 30 Nov 2018 21:36:21 +0000 (UTC)
commit 32c6db5ac358b198c74942446b750f67d294dba4
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Sat Dec 1 03:01:58 2018 +0530
gtk: Fix compiler warning about deprecated declaration
gtk/gtkpixelcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkpixelcache.c b/gtk/gtkpixelcache.c
index 07695336c1..ffed591ca5 100644
--- a/gtk/gtkpixelcache.c
+++ b/gtk/gtkpixelcache.c
@@ -58,7 +58,7 @@ struct _GtkPixelCache {
};
GtkPixelCache *
-_gtk_pixel_cache_new ()
+_gtk_pixel_cache_new (void)
{
GtkPixelCache *cache;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]