From a1de57a063af397612bb77f87c803c578d04f8e5 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 12 Jan 2012 20:02:47 -0500 Subject: 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/headers.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/headers.h') diff --git a/src/headers.h b/src/headers.h index 6a2a3e4ca4..127cf41282 100644 --- a/src/headers.h +++ b/src/headers.h @@ -79,8 +79,6 @@ #endif -#pragma hdrstop - #include "serialize.h" #include "uint256.h" #include "util.h" -- cgit v1.2.3