diff options
author | Jakob Bornecrantz <[email protected]> | 2009-11-17 09:07:15 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-11-17 11:24:39 +0100 |
commit | 8c5a108dc321c4760e6d70b1104493b5bd54e6de (patch) | |
tree | 39043eafbc9361a0a651aaadba70b589b84c5da8 /src/gallium/drivers/svga/Makefile | |
parent | aef769207d3e554db8cc452d6ea3f678e5549cfb (diff) |
svga: Remove -Werror for now as GCC 4.4.x raises a bunch of warnings
Diffstat (limited to 'src/gallium/drivers/svga/Makefile')
-rw-r--r-- | src/gallium/drivers/svga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/Makefile b/src/gallium/drivers/svga/Makefile index 05ab4ab9b30..fe1d6d73841 100644 --- a/src/gallium/drivers/svga/Makefile +++ b/src/gallium/drivers/svga/Makefile @@ -57,7 +57,7 @@ CC = gcc -fvisibility=hidden -msse -msse2 # Set the gnu99 standard to enable anonymous structs in vmware headers. # -CFLAGS = -Wall -Werror -Wmissing-prototypes -std=gnu99 -ffast-math \ +CFLAGS = -Wall -Wmissing-prototypes -std=gnu99 -ffast-math \ $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) $(ASM_FLAGS) include ../../Makefile.template |