mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 10:40:11 +01:00
galium: Makefile fixes: -Werror=implicit-function-declaration -> -Werror-implicit-function-declaration
Found-By: Tinderbox
This commit is contained in:
parent
67fc3ace65
commit
25ac2801d7
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ TOP = ../../../..
|
|||
|
||||
include ${TOP}/configs/current
|
||||
|
||||
CFLAGS += -g -Wall -Werror=implicit-function-declaration -fPIC \
|
||||
CFLAGS += -g -Wall -Werror-implicit-function-declaration -fPIC \
|
||||
-I${GALLIUMDIR}/include \
|
||||
-I${GALLIUMDIR}/auxiliary \
|
||||
-I${TOP}/src/mesa/drivers/dri/common \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ OBJECTS = vl_display.o vl_screen.o vl_context.o vl_surface.o vl_shader_build.o
|
|||
vl_r16snorm_mc_buf.o
|
||||
GALLIUMDIR = ../..
|
||||
|
||||
CFLAGS += -g -Wall -Werror=implicit-function-declaration -fPIC \
|
||||
CFLAGS += -g -Wall -Werror-implicit-function-declaration -fPIC \
|
||||
-I${GALLIUMDIR}/include \
|
||||
-I${GALLIUMDIR}/auxiliary \
|
||||
-I${GALLIUMDIR}/winsys/g3dvl \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue