Sfoglia il codice sorgente

svga: More -Werror removal

tags/mesa_7_7_rc1
Jakob Bornecrantz 16 anni fa
parent
commit
46492f11f6

+ 1
- 1
src/gallium/winsys/drm/vmware/core/Makefile Vedi 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

+ 0
- 1
src/gallium/winsys/drm/vmware/dri/SConscript Vedi File

@@ -35,7 +35,6 @@ if env['platform'] == 'linux':
])

env.Append(CFLAGS = [
'-Werror',
'-std=gnu99',
'-D_FILE_OFFSET_BITS=64',
])

+ 0
- 1
src/gallium/winsys/drm/vmware/xorg/SConscript Vedi 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',

Loading…
Annulla
Salva