Browse Source
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).0.8
Gavin Andresen
13 years ago
11 changed files with 29 additions and 30 deletions
Loading…
Reference in new issue