diff --git a/compiler/ogwasm.pas b/compiler/ogwasm.pas index 9ac8428dc8..425318d6b7 100644 --- a/compiler/ogwasm.pas +++ b/compiler/ogwasm.pas @@ -2563,7 +2563,9 @@ implementation Result:=True; exit; end; +{$push} {$R-}{$Q-} Res:=default(TWasmCustomDebugSectionType); +{$pop} Result:=False; end;