File global-5.9.5-fix-gcc-warnings.patch of Package global
---
gtags-cscope/exec.c | 1 +
1 file changed, 1 insertion(+)
Index: global-6.3.2/gtags-cscope/exec.c
===================================================================
--- global-6.3.2.orig/gtags-cscope/exec.c
+++ global-6.3.2/gtags-cscope/exec.c
@@ -135,6 +135,7 @@ myexecvp(char *a, char **args)
askforreturn(); /* wait until the user sees the message */
myexit(1); /* exit the child */
/* NOTREACHED */
+ return 0; /* make gcc happy */
}
/** myfork acts like fork but also handles signals */