mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 20:20:48 -06:00
Got rid of warnings
Added a couple of #pragma directives to get rid of warnings from compilation of ODB API.
This commit is contained in:
parent
2ddc6677ff
commit
06a6630cc8
@ -17,6 +17,12 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Get rid of warnings from compilation of ODB API
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable: 4482)
|
||||
#pragma warning(disable: 4584)
|
||||
#endif
|
||||
|
||||
#include "RifOdbReader.h"
|
||||
|
||||
#include "RigFemPartCollection.h"
|
||||
@ -28,6 +34,7 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
|
||||
std::map<std::string, RigElementType> initFemTypeMap()
|
||||
{
|
||||
std::map<std::string, RigElementType> typeMap;
|
||||
|
Loading…
Reference in New Issue
Block a user