diff options
author | wg <wg@FreeBSD.org> | 2013-06-14 07:19:38 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-14 07:19:38 +0800 |
commit | fe36d57010dd9c38d34ef185fa594b04a8bc84fc (patch) | |
tree | 10f0b19bbb49b9140a40861c6aaaad36e697819b /net | |
parent | 5b77fa6b35ebd42f54d560801fa4342ce70813f0 (diff) | |
download | freebsd-ports-gnome-fe36d57010dd9c38d34ef185fa594b04a8bc84fc.tar.gz freebsd-ports-gnome-fe36d57010dd9c38d34ef185fa594b04a8bc84fc.tar.zst freebsd-ports-gnome-fe36d57010dd9c38d34ef185fa594b04a8bc84fc.zip |
net/gq: fix build with clang
- Fix build with clang, func return value
Approved by: culot / jpaetzel (mentors, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/gq/files/patch-src_gq-tab-schema.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 000000000000..aa6d6dbce6ec --- /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 |