Explorar o código

Avoid 'false' warning: Local variable "gap_index" does not seem to be initialized on cycle with -O3 option

Pierre Muller hai 1 ano
pai
achega
529b64790b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/assemble.pas

+ 2 - 0
compiler/assemble.pas

@@ -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