Stop silencing deprecation warnings in MSVC
Warning C4996 informs users about deprecation, using either MSVC __declspec(deprecated) modifier, or the C++14 [[deprecated]] attribute.
This commit is contained in:
parent
aff02450d1
commit
bbf4e80ac1
1 changed files with 0 additions and 4 deletions
|
@ -65,7 +65,3 @@
|
|||
|
||||
#define INLINE __forceinline
|
||||
#define DB_FASTCALL __fastcall
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue