Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
824e5eb2
Commit
824e5eb2
authored
Feb 26, 2020
by
Cédric Traizet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WRG: hide overloaded virtual warnings from third party
parent
6a635ed4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
...Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
+1
-0
Modules/Filtering/Projection/test/otbSensorModel.cxx
Modules/Filtering/Projection/test/otbSensorModel.cxx
+1
-0
Modules/ThirdParty/OssimPlugins/test/ossimStringUtilitiesTest.cpp
...ThirdParty/OssimPlugins/test/ossimStringUtilitiesTest.cpp
+1
-1
Modules/ThirdParty/OssimPlugins/test/ossimTimeUtilitiesTest.cpp
...s/ThirdParty/OssimPlugins/test/ossimTimeUtilitiesTest.cpp
+1
-1
No files found.
Modules/Adapters/GdalAdapters/test/otbOGRDataSourceWrapperNew.cxx
View file @
824e5eb2
...
...
@@ -27,6 +27,7 @@
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Woverloaded-virtual"
#include <boost/test/unit_test.hpp>
#pragma GCC diagnostic pop
#else
...
...
Modules/Filtering/Projection/test/otbSensorModel.cxx
View file @
824e5eb2
...
...
@@ -39,6 +39,7 @@
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Woverloaded-virtual"
#include "ossim/projection/ossimProjection.h"
#pragma GCC diagnostic pop
#else
...
...
Modules/ThirdParty/OssimPlugins/test/ossimStringUtilitiesTest.cpp
View file @
824e5eb2
...
...
@@ -25,7 +25,7 @@
#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 "-Woverloaded-virtual"
#pragma GCC diagnostic ignored "-Wshadow"
#endif
...
...
Modules/ThirdParty/OssimPlugins/test/ossimTimeUtilitiesTest.cpp
View file @
824e5eb2
...
...
@@ -25,7 +25,7 @@
#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 "-Woverloaded-virtual"
#pragma GCC diagnostic ignored "-Wshadow"
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment