mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Disable warnings on MSVC when including HDF5
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#include "RifHdf5SummaryReader.h"
|
||||
#include "RifOpmHdf5Summary.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4251 )
|
||||
#endif
|
||||
#include "H5Cpp.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
#include "RifOpmHdf5Summary.h"
|
||||
#include "RifReaderEclipseSummary.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( disable : 4251 )
|
||||
#endif
|
||||
#include "H5Cpp.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user