mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
* Silence various compiler warnings about non initialized variables.
* Globally turn off platform warnings
This commit is contained in:
@ -172,8 +172,6 @@ end;
|
||||
|
||||
|
||||
function TfrmTriggerEditor.ApplyModifications: TModalResult;
|
||||
var
|
||||
sql: String;
|
||||
begin
|
||||
// Edit mode means we drop the trigger and recreate it, as there is no ALTER TRIGGER.
|
||||
Result := mrOk;
|
||||
|
Reference in New Issue
Block a user