mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove disabling of warning 4503 on msvc.
The warning is no longer issued in msvc 2017.
This commit is contained in:
parent
874cdb15c4
commit
ad0c02a538
@ -19,7 +19,6 @@
|
||||
|
||||
#include "cvfGeometryTools.h"
|
||||
|
||||
#pragma warning( disable : 4503 )
|
||||
namespace cvf
|
||||
{
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#pragma warning( disable : 4503 )
|
||||
namespace cvf
|
||||
{
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user