mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-31 19:45:43 +00:00
Add a return value to the default case in create_bitmap to satisfy VC++
This commit is contained in:
parent
39fef7a5da
commit
7814bdf71d
@ -564,7 +564,7 @@ static uint8_t *create_bitmap(HBITMAP *bitmap, HBITMAP *prev_bitmap, HDC *dc,
|
||||
break;
|
||||
default:
|
||||
spice_warn_if_reached();
|
||||
return;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (bitmap_data) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user