mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Fix -Wswitch
This commit is contained in:
parent
08b3e1d8f1
commit
4bf5fd35c4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user