mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[WIN32K] Mark default as unreachable.
Powered by clang-cl.
This commit is contained in:
parent
3235e35dee
commit
4bc95812fd
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue