瀏覽代碼

* 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;