diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UPlatformWindows.pas | 3 |
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; |