Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bas Couwenberg
otb
Commits
ebf329b2
Commit
ebf329b2
authored
Jul 12, 2019
by
Guillaume Pasero
Browse files
WRG: fix warnings from OSSIM
parent
7fd82ff2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Modules/Core/Metadata/src/otbCosmoImageMetadataInterface.cxx
View file @
ebf329b2
...
...
@@ -25,7 +25,14 @@
#include
"otbMacro.h"
#include
"itkMetaDataObject.h"
#include
"otbImageKeywordlist.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include
"ossim/ossimTimeUtilities.h"
#pragma GCC diagnostic pop
#else
#include
"ossim/ossimTimeUtilities.h"
#endif
//useful constants
#include
<otbMath.h>
...
...
Modules/Core/Metadata/src/otbSentinel1ImageMetadataInterface.cxx
View file @
ebf329b2
...
...
@@ -25,7 +25,14 @@
#include
"otbMacro.h"
#include
"itkMetaDataObject.h"
#include
"otbImageKeywordlist.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#include
"ossim/ossimTimeUtilities.h"
#pragma GCC diagnostic pop
#else
#include
"ossim/ossimTimeUtilities.h"
#endif
//useful constants
#include
<otbMath.h>
...
...
Write
Preview
Supports
Markdown
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