|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [Patch] minios: fix compile error
Hi,
The patch fixes the following compile error.
# make
[ -e include/xen ] || ln -sf ../../../xen/include/public include/xen
gcc -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format -fno-stack-
protector -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -g -
mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gp -O2 -I../../extras/mini-os/
include -D__XEN_INTERFACE_VERSION__=0x00030205 -I../../extras/mini-os/include/
ia64 -c kernel.c -o kernel.o
cc1: warnings being treated as errors
kernel.c: In function 'kbdfront_thread':
kernel.c:344: warning: 'z' may be used uninitialized in this function
make: *** [kernel.o] Error 1
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Best Regards,
Akio Takebe
compile_fix_of_minios.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [Patch] minios: fix compile error,
Akio Takebe <=
|
|
|
|
|