Displaying 3 results from an estimated 3 matches for "nonvoid".
2012 Sep 04
1
[PATCH] fix fuse_opt_add_opt_escaped return type
I: Program returns random data in a function
E: libguestfs no-return-in-nonvoid-function guestmount.c:75
The function fuse_opt_add_opt_escaped has only one caller and a return
code is not checked.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index 17e94ba..1eb0553 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestm...
2012 Jul 10
9
[PATCH] stubdom: fix errors in newlib
...stdio.h>.
- Implicit *read* functions need #include <unistd.h>.
- Implicit *recv* functions need #include <sys/socket.h>.
E: xen implicit-fortify-decl ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:119
I: Program returns random data in a function
E: xen no-return-in-nonvoid-function ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:362
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r 42f76d536b11 -r 2dd50c201ca0 stubdom/Makefile
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -102,6 +102,7 @@ newlib-$(NEWLIB_VERSION): newlib-$(NEWLI
patch -d $@ -p0...
2012 May 13
0
Non void function static int services_verify_systemd(struct service_list *service_list) doesn't return value at the end
...void function static int services_verify_systemd(struct service_list
*service_list) doesn't return value at the end
I think this has been forgotten.
Regards,
Joop.
I've attached a patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot-noreturn-nonvoid.patch
Type: text/x-patch
Size: 328 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20120513/2ef60607/attachment-0004.bin>