mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
net/gq: fix build with clang
- Fix build with clang, func return value Approved by: culot / jpaetzel (mentors, implicit)
This commit is contained in:
parent
9bcd36c3f8
commit
8928cebe9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320850
1 changed files with 12 additions and 0 deletions
12
net/gq/files/patch-src_gq-tab-schema.c
Normal file
12
net/gq/files/patch-src_gq-tab-schema.c
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue