Mercurial > hg > bitcoin
changeset 2069:074e4a3fee20 draft
Merge pull request #965 from khorben/master
The generic UNIX Makefile builds with lots of warnings
author | Gavin Andresen <gavinandresen@gmail.com> |
---|---|
date | Wed, 21 Mar 2012 07:45:49 -0700 |
parents | 9446cbd34363 (current diff) 7a72b37941e6 (diff) |
children | ce135dbf2f62 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.unix +++ b/src/makefile.unix @@ -85,7 +85,7 @@ DEBUGFLAGS=-g CXXFLAGS=-O2 -xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security \ +xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat -Wformat-security \ $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) OBJS= \