diff options
| author | Gavin Andresen <[email protected]> | 2012-03-21 07:45:49 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-03-21 07:45:49 -0700 |
| commit | c2b1ab072c25de43d4e0b65573e5b55ee846d6dc (patch) | |
| tree | 2ee2342483ea78ba3aea8f24f8fc0b827198c724 /src | |
| parent | More debug output for failed reorganizations (diff) | |
| parent | Avoid some pointless warnings while compiling (diff) | |
| download | discoin-c2b1ab072c25de43d4e0b65573e5b55ee846d6dc.tar.xz discoin-c2b1ab072c25de43d4e0b65573e5b55ee846d6dc.zip | |
Merge pull request #965 from khorben/master
The generic UNIX Makefile builds with lots of warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 80b5bca34..23c6f723a 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -85,7 +85,7 @@ LIBS+= \ 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= \ |