Fix -Wswitch

This commit is contained in:
Fabiano Fidêncio 2014-09-01 13:45:49 +02:00
parent 08b3e1d8f1
commit 4bf5fd35c4

View File

@ -551,6 +551,8 @@ static void produce_command(Test *test)
update = test_spice_create_update_solid(command->solid.surface_id,
command->solid.bbox, command->solid.color);
break;
default: /* Just to shut up GCC warning (-Wswitch) */
break;
}
push_command(&update->ext);
break;