Explorar o código

Avoid warning about unintialized 'ba' variable

Pierre Muller hai 1 ano
pai
achega
79ed0db624
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      compiler/ogelf.pas

+ 4 - 1
compiler/ogelf.pas

@@ -713,7 +713,10 @@ implementation
                       ba.q:=swapendian(ba.q);
                     end;
               else
-                internalerror(2024012501);
+                begin
+                  internalerror(2024012501);
+		  ba.q:=0;
+		end;
               end;
             CurrObjSec.write(ba,len);
           end