diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-15 12:24:03 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-15 13:40:14 +0200 |
commit | f9f625fb326d054a7398a9931f20ee40c737d858 (patch) | |
tree | 53384b6d31da098b62f81f3a26018bf741c00393 /src/makefile.osx | |
parent | 6f6f524f1a916f9aefe5e1ab102efebdab007530 (diff) |
enable all warnings except invalid-offsetof, sign-compare, unused-parameter
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index c5d3edbdc9..e2e35de5cc 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -62,7 +62,7 @@ CFLAGS = -g endif # ppc doesn't work because we don't support big-endian -CFLAGS += -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security \ +CFLAGS += -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wformat-security \ $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS) OBJS= \ |