diff options
Diffstat (limited to 'include/cru/common/pre_config.hpp')
-rw-r--r-- | include/cru/common/pre_config.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/common/pre_config.hpp b/include/cru/common/pre_config.hpp deleted file mode 100644 index 4bccef1d..00000000 --- a/include/cru/common/pre_config.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -#ifdef _MSC_VER -// disable the unnecessary warning about multi-inheritance -#pragma warning(disable : 4250) -#endif - -#define _CRT_SECURE_NO_WARNINGS |