aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/UPlatformWindows.pas3
1 files changed, 3 insertions, 0 deletions
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;