소스 검색

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