[WIN32K] Mark default as unreachable.

Powered by clang-cl.
This commit is contained in:
Thomas Faber 2021-10-15 22:31:38 -04:00
parent 3235e35dee
commit 4bc95812fd
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -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;
}