[Epiphany] [patch] build error
- From: Jeroen Zwartepoorte <jeroen xs4all nl>
- To: epiphany mozdev org
- Subject: [Epiphany] [patch] build error
- Date: 25 Mar 2003 09:51:36 +0100
cc1: warnings being treated as errors
ephy-bookmarks-import.c: In function `set_folder':
ephy-bookmarks-import.c:52: warning: control reaches end of non-void
function
make[3]: *** [ephy-bookmarks-import.lo] Error 1
Fixed in attached patch.
Jeroen
? fix.patch
Index: src/bookmarks/ephy-bookmarks-import.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/bookmarks/ephy-bookmarks-import.c,v
retrieving revision 1.5
diff -u -r1.5 ephy-bookmarks-import.c
--- src/bookmarks/ephy-bookmarks-import.c 24 Mar 2003 23:04:29 -0000 1.5
+++ src/bookmarks/ephy-bookmarks-import.c 25 Mar 2003 08:49:19 -0000
@@ -49,6 +49,8 @@
}
ephy_bookmarks_set_keyword (bookmarks, topic, bookmark);
+
+ return topic;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]