Skip to content

Commit ba57c13

Browse files
committed
Truly remove D13 hint in Abort_Wrapper
1 parent 9862206 commit ba57c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/WrapDelphi.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,13 +2636,13 @@ procedure SetPropValue(Instance: TObject; PropInfo: PPropInfo; const Value: Vari
26362636
end;
26372637
{$ENDIF}
26382638

2639+
{$HINTS OFF}
26392640
function Abort_Wrapper(pself, args: PPyObject): PPyObject; cdecl;
26402641
begin
2641-
{$HINTS OFF}
26422642
Result := nil;
2643-
{$HINTS ON}
26442643
Abort;
26452644
end;
2645+
{$HINTS ON}
26462646

26472647
Type
26482648
// Used for class registration by TPyDelphiWrapper fClassRegister

0 commit comments

Comments
 (0)