diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-02 20:13:47 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-02 20:13:47 +0000 |
commit | 122fe646235067bae2a620f877a6d76af067d7f3 (patch) | |
tree | 136082c7dd759e9bb4cfab0a1668d3b43af984c1 /code/unix/Makefile | |
parent | f5de4773415589c3e6ed64f9f67479b4f8bb9668 (diff) | |
download | ioquake3-aero-122fe646235067bae2a620f877a6d76af067d7f3.tar.gz ioquake3-aero-122fe646235067bae2a620f877a6d76af067d7f3.zip |
Cleanups from pomac!
git-svn-id: svn://svn.icculus.org/quake3/trunk@67 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 4cbad3b..6e428b1 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -120,7 +120,8 @@ ifeq ($(PLATFORM),linux) # bk001205: no mo' -I/usr/include/glide, no FX # bk001205: no mo' -Dstricmp=strcasecmp, see q_shared.h - BASE_CFLAGS = -pipe -Wall + BASE_CFLAGS = -pipe -Wall -Wimplicit -Wstrict-prototypes + #BASE_CFLAGS += -Werror # Disabled due to #warning usage. # rcg010216: DLL_ONLY for PPC ifeq ($(strip $(DLL_ONLY)),true) BASE_CFLAGS += -DDLL_ONLY |