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:
@ -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;
|
||||
|
Reference in New Issue
Block a user