From: Michael Rohleder <mike at rohleder.de>
Subject: Release Goal: Security Hardening Build Flags
 The flags -Wformat -Wformat-security -Werror=format-security
 lead to various compiler errors, which makes the package FTBFS.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643455


--- phalanx-22+d051004.orig/bcreate.c
+++ phalanx-22+d051004/bcreate.c
@@ -183,7 +183,6 @@ int addmove(unsigned char *move)
   tmove * mf;
   static int n;
   int i;
-  int p=PAWN+Color;
   for(i=2;i!=7;i++) if(piece[i]==move[0]) p=16*i+Color;
   if( move[0]=='O' )
   { p=KING+Color;
