Skip to content
Snippets Groups Projects
Commit 0481fe47 authored by Julien Michel's avatar Julien Michel
Browse files

WRG: Fix unused parameter warning

parent 646c5395
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@
=========================================================================*/
#include "otbOGRVersionProxy.h"
#include "itkMacro.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow"
......@@ -33,7 +35,7 @@ namespace ogr
namespace version_proxy
{
OTBGdalAdapters_EXPORT bool IsOFTInteger64(OGRFieldType type)
OTBGdalAdapters_EXPORT bool IsOFTInteger64(OGRFieldType itkNotUsed(type))
{
return false;
}
......
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