Silence warnings when compiling 64-bit xboard
authorTim Mann <tim@tim-mann.org>
Sat, 24 Oct 2009 08:23:29 +0000 (01:23 -0700)
committerTim Mann <tim@tim-mann.org>
Sat, 24 Oct 2009 08:23:29 +0000 (01:23 -0700)
commit28101503eb34658db6951f45f8b83bf769f2b330
tree6acf1d9da30258cde92a9be5eba019743686691b
parent88d94e935b9dbca10c90c2155b1304213d75e656
Silence warnings when compiling 64-bit xboard

Some harmless warnings were caused by 64-bit mode having 32-bit
int but 64-bit long and pointer.  Add casts (etc.) to silence them.
This might require adding a definition of intptr_t (a signed int
type that is the same width as a pointer) on old systems that don't
have it.
backend.c
xoptions.c