Skip to content
Snippets Groups Projects
Commit 1817f3a1 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

COMP: Add #pragma (disable : 4996) to disable itk deprecated ComputeG...

COMP: Add #pragma (disable : 4996) to disable itk deprecated ComputeG functions ; into 3 .cxx testing files
parent d66bac15
Branches
Tags
No related merge requests found
......@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#pragma warning ( disable : 4996 )
#include "otbDisparityMapEstimationMethod.h"
#include "otbImage.h"
#include "otbVectorImage.h"
......
......@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#pragma warning ( disable : 4996 )
#include "otbDisparityMapEstimationMethod.h"
#include "otbImage.h"
#include "otbVectorImage.h"
......
......@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#pragma warning ( disable : 4996 )
#include "otbDisparityMapEstimationMethod.h"
#include "otbImage.h"
#include "otbVectorImage.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment