diff options
author | Adam Jackson <ajax@freedesktop.org> | 2004-10-25 22:19:43 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2004-10-25 22:19:43 +0000 |
commit | 1cda832fd90c79d8a5bb81a2a141c207e68aa74b (patch) | |
tree | fd8c80b0d370c221afb5c6e1cb18d1e8e347169a /src | |
parent | 61702d4afe7ed141dc7a3f39f1933c810cde922e (diff) |
remove a -Werror from testing.
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index e5b9bff158..a44e0a4a36 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -10,8 +10,7 @@ include $(TOP)/configs/current # support in libGL, we need to clean up both glxcmds.c and dri_interface.h. DEFINES += -DGLX_DIRECT_RENDERING -DGLXEXT -DXF86DRI -DGLX_USE_DLOPEN \ - -DGLX_USE_MESA -DXF86VIDMODE -D_REENTRANT -UDRI_NEW_INTERFACE_ONLY \ - -Werror + -DGLX_USE_MESA -DXF86VIDMODE -D_REENTRANT -UDRI_NEW_INTERFACE_ONLY C_SOURCES = \ $(TOP)/src/mesa/glapi/glapi.c \ |