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
48e78fe1b9
commit
0c841c7ed4
@ -23,11 +23,6 @@ THE SOFTWARE.
|
||||
#ifndef ELFIO_HPP
|
||||
#define ELFIO_HPP
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4996 )
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
@ -1050,8 +1045,4 @@ class elfio
|
||||
#include <elfio/elfio_modinfo.hpp>
|
||||
#include <elfio/elfio_versym.hpp>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( pop )
|
||||
#endif
|
||||
|
||||
#endif // ELFIO_HPP
|
||||
|
Loading…
Reference in New Issue
Block a user