Remove deprecated warning supressions under MSC
pragma warning(disable: 4996)pull/326/head
parent
1e3878751b
commit
32fa9f6a8b
|
|
@ -60,11 +60,6 @@
|
|||
# pragma strict_gs_check (on)
|
||||
#endif
|
||||
|
||||
// Quiet deprecated warnings intended to benefit users.
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
|
|
|||
5
test.cpp
5
test.cpp
|
|
@ -66,11 +66,6 @@
|
|||
# pragma strict_gs_check (on)
|
||||
#endif
|
||||
|
||||
// Quiet deprecated warnings intended to benefit users.
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -58,11 +58,6 @@
|
|||
# pragma strict_gs_check (on)
|
||||
#endif
|
||||
|
||||
// Quiet deprecated warnings intended to benefit users.
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -48,11 +48,6 @@
|
|||
# pragma strict_gs_check (on)
|
||||
#endif
|
||||
|
||||
// Quiet deprecated warnings intended to benefit users.
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -41,11 +41,6 @@
|
|||
# pragma strict_gs_check (on)
|
||||
#endif
|
||||
|
||||
// Quiet deprecated warnings intended to benefit users.
|
||||
#if CRYPTOPP_MSC_VERSION
|
||||
# pragma warning(disable: 4996)
|
||||
#endif
|
||||
|
||||
#if CRYPTOPP_GCC_DIAGNOSTIC_AVAILABLE
|
||||
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue