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

COMP: hide -Woverloaded-virtual from ossimSentinel1ModelTest

parent 2ec2f938
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,19 @@
//----------------------------------------------------------------------------
// $Id$
#if defined(__GNUC__) || defined(__clang__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-parameter"
# pragma GCC diagnostic ignored "-Woverloaded-virtual"
# pragma GCC diagnostic ignored "-Wshadow"
#include "ossimSentinel1Model.h"
#include "ossimPluginProjectionFactory.h"
# pragma GCC diagnostic pop
#else
#include "ossimSentinel1Model.h"
#include "ossimPluginProjectionFactory.h"
#endif
#include <iostream>
#include <memory>
#include <map>
......
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