Remove disabling of warning 4503 on msvc.

The warning is no longer issued in msvc 2017.
This commit is contained in:
Kristian Bendiksen 2020-04-14 07:46:44 +02:00 committed by Magne Sjaastad
parent 874cdb15c4
commit ad0c02a538
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include "cvfGeometryTools.h"
#pragma warning( disable : 4503 )
namespace cvf
{
//--------------------------------------------------------------------------------------------------

View File

@ -19,7 +19,6 @@
#include <cmath>
#pragma warning( disable : 4503 )
namespace cvf
{
//--------------------------------------------------------------------------------------------------