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

WRG: take out warnings from gdal

parent bfab05bf
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
// include SharedForward to avoid duplicating the code which find the library path variable
// name and the path separator
#ifdef __GNUC__
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-function"
#include "itksys/SharedForward.h"
......
......@@ -27,7 +27,14 @@
#include <algorithm>
#include <string>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow"
#include "ogrsf_frmts.h"
#pragma GCC diagnostic pop
#else
#include "ogrsf_frmts.h"
#endif
#include "itksys/SystemTools.hxx"
#include "itksys/Directory.hxx"
......
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