8167523: JDK 9 build failure on MacOS due to unhandled cases in switch statement
Reviewed-by: serb
This commit is contained in:
parent
e4ed1ab3d7
commit
c8971d64f4
@ -93,8 +93,8 @@ static long eventCount;
|
||||
case NSEventPhaseBegan: return SCROLL_PHASE_BEGAN;
|
||||
case NSEventPhaseCancelled: return SCROLL_PHASE_CANCELLED;
|
||||
case NSEventPhaseEnded: return SCROLL_PHASE_ENDED;
|
||||
default: return SCROLL_PHASE_CONTINUED;
|
||||
}
|
||||
return SCROLL_PHASE_CONTINUED;
|
||||
}
|
||||
@end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user