Warnings termination fest

A bunch of Intel C++ warnings removed, other silent out.

Still few remaining but need deeper look.

Also usual whitespace crap removal noise.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2008-09-24 00:32:53 +02:00
parent 060eef4f4e
commit 7dd0c39714
9 changed files with 181 additions and 176 deletions

View File

@@ -72,7 +72,7 @@ public:
int full();
private:
TTEntry* first_entry(const Position &pos) const;
inline TTEntry* first_entry(const Position &pos) const;
unsigned size;
int writes;