Get the Following Error while Compiling svn10616
Code
Compiling src/mess/drivers/abc1600.c...
cc1plus.exe: warnings being treated as errors
src/mess/drivers/abc1600.c: In member function 'void abc1600_state::dma0_mreq_w(
address_space&, offs_t, UINT8, UINT8)':
src/mess/drivers/abc1600.c:274: error: array subscript is above array bounds
make: *** [obj/winui/mess/mess/drivers/abc1600.o] Error 1

EDIT: updated to SVN10618
now gives error here
Code
make TARGET=mess OSD=winui
Compiling src/mess/drivers/abc1600.c...
cc1plus.exe: warnings being treated as errors
src/mess/drivers/abc1600.c: In member function 'UINT8 abc1600_state::dma0_mreq_r
(address_space&, offs_t, UINT8)':
src/mess/drivers/abc1600.c:362: error: array subscript is above array bounds
make: *** [obj/winui/mess/mess/drivers/abc1600.o] Error 1


Last edited by Kaylee; 02/28/11 05:24 PM.