Apple GCC apparently thinks foo&3 can be > 3. (no whatsnew)

This commit is contained in:
R. Belmont 2011-02-28 14:14:38 +00:00
parent 9ef0bcf8f2
commit c40b7a4304

View File

@ -353,7 +353,7 @@ int naomibd_get_type(device_t *device)
// M1 decryption/decompression
static UINT8 naomibd_m1dec_readbyte(naomibd_state *naomibd)
{
UINT8 v;
UINT8 v = 0;
switch (naomibd->prot.s_in_pos & 3)
{