SVN r11516
GCC 4.4.3 32-bit

Quote
C:\Emulator\Mess\SVN\Bin\mess>make all TARGET=mess OSD=winui
Compiling src/mess/video/bbc.c...
cc1plus.exe: warnings being treated as errors
src/mess/video/bbc.c: In function 'void bbc_6845_w(address_space*, offs_t, UINT8 )':
src/mess/video/bbc.c:433: error: unused variable 'state'
make: *** [obj/winui/mess/mess/video/bbc.o] Error 1

433: bbc_state *state = space->machine().driver_data<bbc_state>();