HomePhabricator

Compile with extra warnings turned on. And more makefile/code tidying up.
a1de57a063afUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

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

Details

Provenance
Gavin Andresen <gavinandresen@gmail.com>Authored on Jan 13 2012, 01:02
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING025d495481f2: Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from…
Branches
Unknown
Tags
Unknown

Event Timeline

Gavin Andresen <gavinandresen@gmail.com> committed rSTAGINGa1de57a063af: Compile with extra warnings turned on. And more makefile/code tidying up. (authored by Gavin Andresen <gavinandresen@gmail.com>).Jan 13 2012, 01:02