mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
Avoid 'false' warning: Local variable "gap_index" does not seem to be initialized on cycle with -O3 option
This commit is contained in:
parent
57e74e0c8b
commit
529b64790b
@ -1148,6 +1148,8 @@ Implementation
|
||||
begin
|
||||
{$ifdef USE_SOFT_FLOATX80}
|
||||
has_gap:=false;
|
||||
gap_index:=0;
|
||||
gap_size:=0;
|
||||
{$endif USE_SOFT_FLOATX80}
|
||||
if do_line then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user