[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [HVM] Fix some BIOS build warnings.



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxxx
# Date 1169830586 0
# Node ID aae5932afc6d2d8d8dd277223daf08ecff2f28e9
# Parent  4dd3266e13a73e5ac1a5193beb4a6183df5133f2
[HVM] Fix some BIOS build warnings.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/firmware/rombios/32bit/Makefile         |    2 +-
 tools/firmware/rombios/32bit/tcgbios/Makefile |    2 +-
 tools/firmware/rombios/32bitprotos.h          |    2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff -r 4dd3266e13a7 -r aae5932afc6d tools/firmware/rombios/32bit/Makefile
--- a/tools/firmware/rombios/32bit/Makefile     Fri Jan 26 16:46:00 2007 +0000
+++ b/tools/firmware/rombios/32bit/Makefile     Fri Jan 26 16:56:26 2007 +0000
@@ -8,7 +8,7 @@ TARGET = 32bitbios_flat.h
 TARGET = 32bitbios_flat.h
 
 CFLAGS += -fno-builtin -O2 -msoft-float -nostdlib
-CFLAGS += -I../
+CFLAGS += -I../ -DGCC_PROTOS
 
 SUBDIRS = tcgbios
 
diff -r 4dd3266e13a7 -r aae5932afc6d 
tools/firmware/rombios/32bit/tcgbios/Makefile
--- a/tools/firmware/rombios/32bit/tcgbios/Makefile     Fri Jan 26 16:46:00 
2007 +0000
+++ b/tools/firmware/rombios/32bit/tcgbios/Makefile     Fri Jan 26 16:56:26 
2007 +0000
@@ -9,7 +9,7 @@ OBJECTS = $(foreach f,$(FILES),$(f).o)
 OBJECTS = $(foreach f,$(FILES),$(f).o)
 
 CFLAGS += -fno-builtin -O2 -msoft-float -nostdlib
-CFLAGS += -I../ -I../../
+CFLAGS += -I../ -I../../ -DGCC_PROTOS
 
 .PHONY: all clean
 
diff -r 4dd3266e13a7 -r aae5932afc6d tools/firmware/rombios/32bitprotos.h
--- a/tools/firmware/rombios/32bitprotos.h      Fri Jan 26 16:46:00 2007 +0000
+++ b/tools/firmware/rombios/32bitprotos.h      Fri Jan 26 16:56:26 2007 +0000
@@ -1,6 +1,5 @@
 #ifndef PROTOS_HIGHBIOS
 #define PROTOS_HIGHBIOS
-
 
 /* shared include file for bcc and gcc */
 
@@ -20,7 +19,6 @@
 #define IDX_TCPA_MEASURE_POST              12
 
 #define IDX_LAST                           13 /* keep last! */
-
 
 #ifdef GCC_PROTOS
   #define PARMS(x...) x

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.