mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Fix all 11 compiler hints and 5 warnings
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user