Files
bitcoin/src
Luke Dashjr c144672045 Code tidyups, fixing various warnings.
Partial cherry pick of:

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).

Conflicts:

	src/makefile.osx
	src/makefile.unix
	src/netbase.cpp
2012-01-16 22:29:54 -05:00
..
2011-11-07 00:11:34 +01:00
2011-08-09 13:32:52 +02:00
2011-11-20 13:53:07 -05:00
2012-01-16 22:27:59 -05:00
2012-01-03 12:19:48 -05:00
2011-08-09 13:32:52 +02:00
2011-08-09 13:32:52 +02:00
2011-11-07 00:11:34 +01:00
2011-11-07 00:11:34 +01:00
2012-01-16 22:27:59 -05:00
2012-01-16 22:27:59 -05:00
2011-10-07 11:02:21 -04:00
2011-08-19 07:24:38 +02:00
2011-08-02 21:48:59 +02:00
2012-01-16 22:27:59 -05:00
2011-08-09 13:32:52 +02:00
2012-01-03 12:19:48 -05:00
2012-01-03 12:19:48 -05:00
2012-01-16 22:27:59 -05:00