From f6622f87d45686ab6ab740d1d7fdbf4394a28932 Mon Sep 17 00:00:00 2001 From: tobigun Date: Fri, 8 Aug 2008 11:57:28 +0000 Subject: turned off platform specific warnings as we know that they are git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1234 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UPlatformWindows.pas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Game/Code/Classes/UPlatformWindows.pas') diff --git a/Game/Code/Classes/UPlatformWindows.pas b/Game/Code/Classes/UPlatformWindows.pas index eb4e4189..06a3027f 100644 --- a/Game/Code/Classes/UPlatformWindows.pas +++ b/Game/Code/Classes/UPlatformWindows.pas @@ -8,6 +8,9 @@ interface {$I switches.inc} +// turn off messages for platform specific symbols +{$WARN SYMBOL_PLATFORM OFF} + uses Classes, UPlatform; -- cgit v1.2.3