Displaying 1 result from an estimated 1 matches for "voidreturn".
Did you mean:
vmi_return
2012 Jul 10
9
[PATCH] stubdom: fix errors in newlib
...nd a few code bugs in newlib, and marks them as errors after
rpm build. Add another newlib patch and apply it during stubdom build.
I: A function uses a ''return;'' statement, but has actually a value
to return, like an integer (''return 42;'') or similar.
W: xen voidreturn ../../../../newlib-1.16.0/libgloss/i386/cygmon-gmon.c:117, 125, 146, 157, 330
I: Program is using implicit definitions of special functions.
these functions need to use their correct prototypes to allow
the lightweight buffer overflow checking to work.
- Implicit memory/string functions...