From fe36d57010dd9c38d34ef185fa594b04a8bc84fc Mon Sep 17 00:00:00 2001 From: wg Date: Thu, 13 Jun 2013 23:19:38 +0000 Subject: net/gq: fix build with clang - Fix build with clang, func return value Approved by: culot / jpaetzel (mentors, implicit) --- net/gq/files/patch-src_gq-tab-schema.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/gq/files/patch-src_gq-tab-schema.c (limited to 'net') diff --git a/net/gq/files/patch-src_gq-tab-schema.c b/net/gq/files/patch-src_gq-tab-schema.c new file mode 100644 index 00000000000..aa6d6dbce6e --- /dev/null +++ b/net/gq/files/patch-src_gq-tab-schema.c @@ -0,0 +1,12 @@ +diff --git src/gq-tab-schema.c src/gq-tab-schema.c +index b0f16e6..29219c0 100644 +--- src/gq-tab-schema.c ++++ src/gq-tab-schema.c +@@ -1902,7 +1902,6 @@ gq_tab_schema_init(GqTabSchema* self) + + tab->content = schemamode_vbox; + gtk_object_set_data(GTK_OBJECT(tab->content), "tab", tab); +- return tab; + } + + static void -- cgit