Browse Source

* fix warning

Nikolay Nikolov 1 năm trước cách đây
mục cha
commit
a0cfed14fa
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/ogwasm.pas

+ 2 - 0
compiler/ogwasm.pas

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