Răsfoiți Sursa

* fix warning (second attempt :) )

Nikolay Nikolov 1 an în urmă
părinte
comite
424686ce34
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      compiler/ogwasm.pas

+ 1 - 3
compiler/ogwasm.pas

@@ -2563,9 +2563,7 @@ implementation
                 Result:=True;
                 exit;
               end;
-{$push} {$R-}{$Q-}
-          Res:=default(TWasmCustomDebugSectionType);
-{$pop}
+          Res:=low(TWasmCustomDebugSectionType);
           Result:=False;
         end;