2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Remove the pragma stuff since there's no warning.

This commit is contained in:
Darryl Pogue
2012-02-19 14:39:46 -08:00
parent b5d9c3ffec
commit ab8d7619d3

View File

@ -118,12 +118,9 @@ public:
class plString class plString
{ {
#pragma warning(push)
#pragma warning(disable : 4146)
enum { enum {
kSizeAuto = (size_t)(0x80000000) kSizeAuto = (size_t)(0x80000000)
}; };
#pragma warning(pop)
public: public:
static const plString Null; static const plString Null;