mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00: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