Compile with extra warnings turned on. And more makefile/code tidying up.
authorGavin Andresen <gavinandresen@gmail.com>
Fri, 13 Jan 2012 01:02:47 +0000 (20:02 -0500)
committerGavin Andresen <gavinandresen@gmail.com>
Fri, 13 Jan 2012 01:02:47 +0000 (20:02 -0500)
commita1de57a063af397612bb77f87c803c578d04f8e5
tree89195dc59b21098e0d747d88e2f4c1ee6ba9d9f0
parent025d495481f2313a1550d8d101415ff3e3a6b89f
Compile with extra warnings turned on. And more makefile/code tidying up.

This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings.
Exceptions are:
 -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned.
 -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit).
src/bitcoinrpc.cpp
src/checkpoints.cpp
src/headers.h
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/net.cpp
src/net.h
src/netbase.cpp
src/serialize.h