Browse Source

* fix warning (second attempt :) )

Nikolay Nikolov 11 months ago
parent
commit
424686ce34
1 changed files with 1 additions and 3 deletions
  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;