You've already forked lazarus-ccr
suppress various warnings/hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -634,7 +634,6 @@ begin
|
||||
AddObj(AOwner,Result);
|
||||
Except
|
||||
Freemem(Result,resLen);
|
||||
Result := nil;
|
||||
Raise;
|
||||
End;
|
||||
end;
|
||||
@ -668,7 +667,6 @@ begin
|
||||
AddObj(AOwner,Result);
|
||||
Except
|
||||
Freemem(Result,resLen);
|
||||
Result := nil;
|
||||
Raise;
|
||||
End;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user