refactor: Fix trivial compiler warnings (#1675)

This commit is contained in:
oltolm 2025-08-30 13:01:52 +02:00 committed by GitHub
parent de4bf7c2c1
commit 6013ac1823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 10 deletions

View file

@ -80,7 +80,7 @@ private:
D3DKMT_OPENADAPTERFROMHDC OpenAdapterData;
*phAdapter = NULL;
*phAdapter = 0;
*pOutput = 0;
HMONITOR hMonitor = MonitorFromWindow(hWnd, MONITOR_DEFAULTTONEAREST);