mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
No need to disable warnings in a newer VS C++ compiler
This commit is contained in:
parent
cc85cc8467
commit
48e78fe1b9
@ -26,8 +26,6 @@ THE SOFTWARE.
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4996 )
|
||||
#pragma warning( disable : 4355 )
|
||||
#pragma warning( disable : 4244 )
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user