Skip to content

Commit

Permalink
FIX: warning: unreferenced local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 20, 2023
1 parent 71e7aa9 commit 52cf025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/os/win32/host-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
** REBOL [R3] Language Interpreter and Run-time Environment
**
** Copyright 2012 REBOL Technologies
** Copyright 2012-2023 Rebol Open Source Developers
** REBOL is a trademark of REBOL Technologies
**
** Additional code modifications and improvements Copyright 2012 Saphirion AG
Expand Down Expand Up @@ -265,7 +266,7 @@ static void onModalBlock(
// resizing is a modal loop and prevents it being a problem.
static LPARAM last_xy = 0;
static REBINT mode = 0;
SCROLLINFO si;
//SCROLLINFO si;

gob = GOB_FROM_HWND(hwnd);

Expand Down

0 comments on commit 52cf025

Please sign in to comment.