From a2a4fd60d08cd4894a779051918f4d706f3e923c Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Wed, 28 Jan 2004 18:29:04 +0000 Subject: bitkeeper revision 1.695 (4017ff70oJV8517inpGbN1CixN6csw) Many files: Clean up compile warnings. Added stricter gcc options for Xen build. --- extras/mini-os/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 2e4d08e9d0..41d6785c00 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -5,9 +5,7 @@ LD := ld # Linker should relocate monitor to this address MONITOR_BASE := 0xE0100000 -# NB. '-Wstrict-prototypes -Wredundant-decls -Wpointer-arith -Winline -ansi' -# might all be okay to add to Xen. '-Wnested-externs' is a maybe. -# '-Wcast-qual' is evil. +# NB. '-Wcast-qual' is nasty, so I omitted it. CFLAGS := -fno-builtin -O3 -Wall -Ih/ -Wredundant-decls CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -ansi -- cgit v1.2.3