mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
Fix GCC 4.5.0 "operation may be undefined" warning.
svn path=/trunk/; revision=44919
This commit is contained in:
parent
40da0785e9
commit
5e3adf9d47
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ IntUnlinkWnd(PWND Wnd)
|
|||
if (Wnd->spwndParent && Wnd->spwndParent->spwndChild == Wnd)
|
||||
Wnd->spwndParent->spwndChild = Wnd->spwndNext;
|
||||
|
||||
Wnd->spwndParent = Wnd->spwndPrev = Wnd->spwndNext = Wnd->spwndParent = NULL;
|
||||
Wnd->spwndPrev = Wnd->spwndNext = Wnd->spwndParent = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue