From 2ec11e01a02527fbcf06b1ac39b9a4f8dbf43c2a Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Thu, 2 Apr 2015 23:05:54 -0500 Subject: [PATCH] fix warnings --- .../3rd/library/soePlatform/CSAssist/utils/Base/linux/Types.h | 4 ---- .../library/soePlatform/CTServiceGameAPI/Base/linux/Types.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/Types.h b/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/Types.h index bc869bac..b4cee5f8 100644 --- a/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/Types.h +++ b/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/Types.h @@ -21,10 +21,6 @@ namespace NAMESPACE namespace Base { -#define INT32_MAX 0x7FFFFFFF -#define INT32_MIN 0x80000000 -#define UINT32_MAX 0xFFFFFFFF - typedef signed char int8; typedef unsigned char uint8; typedef signed short int16; diff --git a/external/3rd/library/soePlatform/CTServiceGameAPI/Base/linux/Types.h b/external/3rd/library/soePlatform/CTServiceGameAPI/Base/linux/Types.h index bc869bac..b4cee5f8 100644 --- a/external/3rd/library/soePlatform/CTServiceGameAPI/Base/linux/Types.h +++ b/external/3rd/library/soePlatform/CTServiceGameAPI/Base/linux/Types.h @@ -21,10 +21,6 @@ namespace NAMESPACE namespace Base { -#define INT32_MAX 0x7FFFFFFF -#define INT32_MIN 0x80000000 -#define UINT32_MAX 0xFFFFFFFF - typedef signed char int8; typedef unsigned char uint8; typedef signed short int16;