diff options
author | crupest <crupest@outlook.com> | 2022-01-17 01:49:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 01:49:37 +0800 |
commit | 1d929ee2e71e8e18490ed1266175833e6ad5c609 (patch) | |
tree | 21ff8f4ff33b4bc570e3adc99f54a972bfa23dbd /include/cru/common/Exception.hpp | |
parent | 570e95f4551385a81eb2cf6f2e386e3b0cb291a8 (diff) | |
download | cru-1d929ee2e71e8e18490ed1266175833e6ad5c609.tar.gz cru-1d929ee2e71e8e18490ed1266175833e6ad5c609.tar.bz2 cru-1d929ee2e71e8e18490ed1266175833e6ad5c609.zip |
...
Diffstat (limited to 'include/cru/common/Exception.hpp')
-rw-r--r-- | include/cru/common/Exception.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/common/Exception.hpp b/include/cru/common/Exception.hpp index e8395178..cb35469c 100644 --- a/include/cru/common/Exception.hpp +++ b/include/cru/common/Exception.hpp @@ -2,6 +2,9 @@ #include "String.hpp" namespace cru { +#ifdef _MSC_VER +#pragma warning(disable : 4275) +#endif class CRU_BASE_API Exception : public std::exception { public: Exception(); |