Module: Mesa
Branch: master
Commit: 25ac2801d758b299dcbc6d4fb3fd62370cdb8d0a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=25ac2801d758b299dcbc6d4fb3fd62370cdb8d0a

Author: Benjamin Close <[email protected]>
Date:   Fri Feb 13 10:25:26 2009 +1030

galium: Makefile fixes: -Werror=implicit-function-declaration -> 
-Werror-implicit-function-declaration

Found-By: Tinderbox

---

 src/gallium/state_trackers/egl/Makefile   |    2 +-
 src/gallium/state_trackers/g3dvl/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/egl/Makefile 
b/src/gallium/state_trackers/egl/Makefile
index c9124b1..d2ea8d3 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -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 \
diff --git a/src/gallium/state_trackers/g3dvl/Makefile 
b/src/gallium/state_trackers/g3dvl/Makefile
index cddfca5..f9f4d6b 100644
--- a/src/gallium/state_trackers/g3dvl/Makefile
+++ b/src/gallium/state_trackers/g3dvl/Makefile
@@ -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                         \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to