* Silence various compiler warnings about non initialized variables.

* Globally turn off platform warnings
This commit is contained in:
Ansgar Becker
2013-07-16 04:45:28 +00:00
parent 77df51ae5f
commit 51c27f7a27
7 changed files with 5 additions and 8 deletions

View File

@ -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;