mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[WIN32K] Mark default as unreachable.
Powered by clang-cl.
This commit is contained in:
@@ -486,8 +486,7 @@ DefWndGetIcon(PWND pWnd, WPARAM wParam, LPARAM lParam)
|
||||
case ICON_SMALL2:
|
||||
hIconRet = UserGetProp(pWnd, gpsi->atomIconSmProp, TRUE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
DEFAULT_UNREACHABLE;
|
||||
}
|
||||
return (LRESULT)hIconRet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user