Fix all 11 compiler hints and 5 warnings

This commit is contained in:
Ansgar Becker
2020-08-06 13:49:32 +02:00
parent 10b6ea9e00
commit f2af43f1e0
4 changed files with 12 additions and 14 deletions

View File

@ -1419,7 +1419,7 @@ end;
procedure TfrmTableTools.DoExport(DBObj: TDBObject);
var
IsFirstRowInChunk, NeedsDBStructure: Boolean;
Struc, Header, DbDir, FinalDbName, BaseInsert, Row, TargetDbAndObject, BinContent, tmp, Dummy: String;
Struc, Header, DbDir, FinalDbName, BaseInsert, Row, TargetDbAndObject, BinContent, tmp: String;
i: Integer;
RowCount, Limit, Offset, ResultCount: Int64;
StartTime: Cardinal;