aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-05-09 13:56:53 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-05-09 13:56:53 -0400
commite6fd96f054718e47688a5cd46337393056d32cb7 (patch)
treeee2e0622bacff4fb682e3a16b5bbb95fb25d1058 /src/makefile.osx
parent9245ff570533e4cef4d15baa4eeb3d2eca61d437 (diff)
downloadbitcoin-e6fd96f054718e47688a5cd46337393056d32cb7.tar.xz
Fix osx build
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 7582da0472..eb9ae4ba7f 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -65,7 +65,7 @@ CFLAGS = -g
endif
# ppc doesn't work because we don't support big-endian
-CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-paramter \
+CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
OBJS= \