aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-04-15 12:24:03 +0200
committerWladimir J. van der Laan <[email protected]>2012-04-15 13:40:14 +0200
commitf9f625fb326d054a7398a9931f20ee40c737d858 (patch)
tree53384b6d31da098b62f81f3a26018bf741c00393 /src/makefile.osx
parentRename make_windows_icon.py to .sh as it is a shell script (fixes #1099) (diff)
downloaddiscoin-f9f625fb326d054a7398a9931f20ee40c737d858.tar.xz
discoin-f9f625fb326d054a7398a9931f20ee40c737d858.zip
enable all warnings except invalid-offsetof, sign-compare, unused-parameter
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index c5d3edbdc..e2e35de5c 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= \