svga: More -Werror removal
This commit is contained in:
@@ -35,7 +35,7 @@ CC = gcc -fvisibility=hidden -msse -msse2
|
|||||||
|
|
||||||
# Set the gnu99 standard to enable anonymous structs in vmware headers.
|
# 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)
|
$(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) $(ASM_FLAGS)
|
||||||
|
|
||||||
include ../../../../Makefile.template
|
include ../../../../Makefile.template
|
||||||
|
@@ -35,7 +35,6 @@ if env['platform'] == 'linux':
|
|||||||
])
|
])
|
||||||
|
|
||||||
env.Append(CFLAGS = [
|
env.Append(CFLAGS = [
|
||||||
'-Werror',
|
|
||||||
'-std=gnu99',
|
'-std=gnu99',
|
||||||
'-D_FILE_OFFSET_BITS=64',
|
'-D_FILE_OFFSET_BITS=64',
|
||||||
])
|
])
|
||||||
|
@@ -24,7 +24,6 @@ if env['platform'] == 'linux':
|
|||||||
'HAVE_STDINT_H',
|
'HAVE_STDINT_H',
|
||||||
'HAVE_SYS_TYPES_H',
|
'HAVE_SYS_TYPES_H',
|
||||||
])
|
])
|
||||||
env.Append(CFLAGS = ['-Werror'])
|
|
||||||
|
|
||||||
env.Append(CFLAGS = [
|
env.Append(CFLAGS = [
|
||||||
'-std=gnu99',
|
'-std=gnu99',
|
||||||
|
Reference in New Issue
Block a user