mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
xbox_nv2a.cpp: try to remove gcc 7.2.0 warning (nw)
This commit is contained in:
parent
c20295c3c8
commit
7b0b90f607
@ -502,7 +502,7 @@ void vertex_program_simulator::decode_instruction(int address)
|
||||
int vertex_program_simulator::step()
|
||||
{
|
||||
int p1, p2;
|
||||
float tmp[3 * 4];
|
||||
float tmp[3 * 4] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||
float tmpv[4] = { 0, 0, 0, 0};
|
||||
float tmps[4] = { 0, 0, 0, 0};
|
||||
instruction::decoded *d;
|
||||
|
Loading…
Reference in New Issue
Block a user