svga: More -Werror removal

This commit is contained in:
Jakob Bornecrantz
2009-11-17 12:04:17 +01:00
parent d9508e8df9
commit 46492f11f6
3 changed files with 1 additions and 3 deletions

View 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

View File

@@ -35,7 +35,6 @@ if env['platform'] == 'linux':
])
env.Append(CFLAGS = [
'-Werror',
'-std=gnu99',
'-D_FILE_OFFSET_BITS=64',
])

View 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',