don't even grasp how gcc could ever compile this
This commit is contained in:
parent
fbecc64e44
commit
36692344e8
14
databases/gq/patches/patch-src_gq-tab-schema_c
Normal file
14
databases/gq/patches/patch-src_gq-tab-schema_c
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_gq-tab-schema_c,v 1.1 2017/05/02 22:58:49 espie Exp $
|
||||
This is a void function, can't return anything.
|
||||
|
||||
Index: src/gq-tab-schema.c
|
||||
--- src/gq-tab-schema.c.orig
|
||||
+++ 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
|
Loading…
Reference in New Issue
Block a user