1
0
mirror of synced 2024-11-22 01:53:50 +00:00

Fixed: Delphi 7 "unsafe" warnings hidden

This commit is contained in:
Mark van Renswoude 2004-09-25 16:19:08 +00:00
parent 279db4d12b
commit 491c12aad5

View File

@ -22,6 +22,12 @@ uses
Controls, Controls,
Graphics; Graphics;
{$IFDEF VER150}
{$WARN UNSAFE_CODE OFF}
{$WARN UNSAFE_CAST OFF}
{$ENDIF}
type type
// Forward declarations // Forward declarations
TX2GraphicList = class; TX2GraphicList = class;