Skip to content

Commit

Permalink
Compile with -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 7, 2010
1 parent 482e185 commit 4484df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ CC=gcc
CFLAGS=\
-Dstricmp=strcasecmp -DCom_Memcpy=memcpy -DCom_Memset=memset \
-DMAC_STATIC= -DQDECL= -DLINUX -DBSPC \
-I. -Ideps
-I. -Ideps -Wall

RELEASE_CFLAGS=-O3 -ffast-math
DEBUG_CFLAGS=-g -O0 -ffast-math
Expand Down

0 comments on commit 4484df5

Please sign in to comment.