Fix some Intel compilers warnings

Also a compile fix due to Makefile missing new
application.cpp file.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-05-09 12:01:00 +02:00
parent 5f7d37273c
commit 980124c609
6 changed files with 35 additions and 36 deletions

View File

@@ -37,6 +37,8 @@
struct EvalInfo;
struct SearchStack;
extern SearchStack EmptySearchStack;
/// MovePicker is a class which is used to pick one legal move at a time from
/// the current position. It is initialized with a Position object and a few
/// moves we have reason to believe are good. The most important method is