mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
avoid compile error in g++10
This commit is contained in:
parent
9895200f79
commit
607f4ed354
@ -736,7 +736,7 @@ static int16 VideoStatus(uint32 pb, VidLocals *csSave)
|
|||||||
|
|
||||||
case cscGetNextResolution: {
|
case cscGetNextResolution: {
|
||||||
D(bug("GetNextResolution \n"));
|
D(bug("GetNextResolution \n"));
|
||||||
int work_id = ReadMacInt32(param + csPreviousDisplayModeID);
|
unsigned int work_id = ReadMacInt32(param + csPreviousDisplayModeID);
|
||||||
switch (work_id) {
|
switch (work_id) {
|
||||||
case kDisplayModeIDCurrent:
|
case kDisplayModeIDCurrent:
|
||||||
work_id = csSave->saveData;
|
work_id = csSave->saveData;
|
||||||
|
Loading…
Reference in New Issue
Block a user