Skip to content
Snippets Groups Projects
Commit 11e0d7f2 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

WRG: itk warnings from itkPolyLineParametricPath headers

parent 754a2846
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,15 @@ ...@@ -18,7 +18,15 @@
#ifndef __otbPolyLineParametricPathWithValue_h #ifndef __otbPolyLineParametricPathWithValue_h
#define __otbPolyLineParametricPathWithValue_h #define __otbPolyLineParametricPathWithValue_h
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include "itkPolyLineParametricPath.h" #include "itkPolyLineParametricPath.h"
#pragma GCC diagnostic pop
#else
#include "itkPolyLineParametricPath.h"
#endif
#include "itkMetaDataObject.h" #include "itkMetaDataObject.h"
#include "otbRemoteSensingRegion.h" #include "otbRemoteSensingRegion.h"
#include "otbMacro.h" #include "otbMacro.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment