From ab8d7619d3ecdbc22e0d8180c63f998fadd54918 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sun, 19 Feb 2012 14:39:46 -0800 Subject: [PATCH] Remove the pragma stuff since there's no warning. --- Sources/Plasma/CoreLib/plString.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Sources/Plasma/CoreLib/plString.h b/Sources/Plasma/CoreLib/plString.h index c6046a17..82234ded 100644 --- a/Sources/Plasma/CoreLib/plString.h +++ b/Sources/Plasma/CoreLib/plString.h @@ -118,12 +118,9 @@ public: class plString { -#pragma warning(push) -#pragma warning(disable : 4146) enum { kSizeAuto = (size_t)(0x80000000) }; -#pragma warning(pop) public: static const plString Null;