empty if statement in game.cpp

Matthew Lai <[email protected]> Sun, 03 Aug 2014 10:01:33 -0700
Newsgroups gmane.comp.gnu.chess.bugs
Message-ID <[email protected]>
Hello!

I am trying to compiling GNU Chess 6.1.2 on OSX (LLVM), and got a 
warning for the empty if statement in game.cpp.

if (!move_is_legal(move,board));

Is that intended?

Thanks
Matthew