Bugzilla – Bug 150142
evolution-data-server-1.4.1.1-8: missing return expression
Last modified: 2006-10-05 09:11:04 UTC
I just tried to compile package evolution-data-server-1.4.1.1-8 with the GNU C compiler version 4.2 prerelease. It said e-folder-exchange.c:158: warning: return with no value, in function returning non-void The source code is static char * sanitize_path (const char *path) { gchar **comps; char *new_path = NULL; if (!path) return; Suggest add expression to return statement
This has long been fixed and is obsolete as of SLED 10 today. Thanks for reporting this. Resolving the bug.