svga: More -Werror removal
authorJakob Bornecrantz <jakob@vmware.com>
Tue, 17 Nov 2009 11:04:17 +0000 (12:04 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Tue, 17 Nov 2009 11:09:19 +0000 (12:09 +0100)
src/gallium/winsys/drm/vmware/core/Makefile
src/gallium/winsys/drm/vmware/dri/SConscript
src/gallium/winsys/drm/vmware/xorg/SConscript

index 755dc45..ff8f01b 100644 (file)
@@ -35,7 +35,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
index adf2bf1..1019f57 100644 (file)
@@ -35,7 +35,6 @@ if env['platform'] == 'linux':
             ])
 
       env.Append(CFLAGS = [
-            '-Werror',
             '-std=gnu99',
             '-D_FILE_OFFSET_BITS=64',
             ])
index 41a4897..ff7b2ed 100644 (file)
@@ -24,7 +24,6 @@ if env['platform'] == 'linux':
                        'HAVE_STDINT_H',
                        'HAVE_SYS_TYPES_H',
                ])
-               env.Append(CFLAGS = ['-Werror'])
 
        env.Append(CFLAGS = [
                '-std=gnu99',