foxygit / doom Log in
commit 8c045b4bfee2e859f800f8fbd76f5ae3d5d3f435
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Oct 30 02:08:19 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Oct 30 02:08:19 2008 +0000

    Turn off warnings-as-errors.

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1367
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 70448614..cdc12b46 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ games_PROGRAMS = chocolate-doom     \
                  chocolate-hexen    \
                  chocolate-server

-AM_CFLAGS = -Idoom -I../textscreen -I../pcsound @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@ -Werror
+AM_CFLAGS = -Idoom -I../textscreen -I../pcsound @SDL_CFLAGS@ @SDLMIXER_CFLAGS@ @SDLNET_CFLAGS@

 DEDSERV_FILES=\
 d_dedicated.c                              \