Fixed some minor compiler warnings on Linux

This commit is contained in:
Raul Ferriz 2015-06-28 11:19:58 +02:00
parent d89c3b7c6f
commit a5d34271f2
5 changed files with 13 additions and 12 deletions

View file

@ -30,7 +30,7 @@
//--------------------------------------
// Types
#if TORQUE_X86
#if defined(TORQUE_X86)
typedef signed long long S64;
typedef unsigned long long U64;
#else