mirror of
https://github.com/reactos/wine.git
synced 2025-04-04 17:12:08 +00:00
gdi32: Fix dead store (llvm/clang).
This commit is contained in:
parent
b5fcabb52c
commit
ca3d0d67a8
@ -1089,7 +1089,7 @@ BOOL BIDI_Reorder(
|
||||
if (WINE_GCPW_FORCE_RTL == (dwWineGCP_Flags&WINE_GCPW_DIR_MASK))
|
||||
baselevel = 1;
|
||||
|
||||
i = done = 0;
|
||||
done = 0;
|
||||
while (done < uCount)
|
||||
{
|
||||
unsigned j;
|
||||
|
Loading…
x
Reference in New Issue
Block a user