libobs/util: Do not ignore deprecation on windows
On MSVC, deprecated types/functions were being completely ignored by the compiler due to this pragma. Any plugins/programs that depended on this would also have this warning disabled due to it being in this file. This pragma was most likely originally done due to the MSVC warnings for C-standard functions, which are now ignored via _CRT_SECURE_NO_WARNINGS on all projects instead.
This commit is contained in:
parent
b29d8a44d1
commit
eb6d8e10fa
@ -33,8 +33,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#pragma warning (disable : 4996)
|
||||
|
||||
/* Microsoft is one of the most inept companies on the face of the planet.
|
||||
* The fact that even visual studio 2013 doesn't support the standard 'inline'
|
||||
* keyword is so incredibly stupid that I just can't imagine what sort of
|
||||
|
Loading…
x
Reference in New Issue
Block a user