You've already forked lazarus-ccr
suppress warning
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@977 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -213,8 +213,6 @@ function CompareValue(
|
|||||||
const AA,AB : TDateTimeRec;
|
const AA,AB : TDateTimeRec;
|
||||||
const ACompareKind : TValueCompareKind
|
const ACompareKind : TValueCompareKind
|
||||||
) : Boolean;
|
) : Boolean;
|
||||||
var
|
|
||||||
locA, locB : TDateTime;
|
|
||||||
begin
|
begin
|
||||||
case ACompareKind of
|
case ACompareKind of
|
||||||
vckEqual : Result := ValueEquals(AA,AB);
|
vckEqual : Result := ValueEquals(AA,AB);
|
||||||
|
Reference in New Issue
Block a user