Преглед изворни кода

* fix warning (second attempt :) )

Nikolay Nikolov пре 1 година
родитељ
комит
424686ce34
1 измењених фајлова са 1 додато и 3 уклоњено
  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;