Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
9954f655
Commit
9954f655
authored
5 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Patches
Plain Diff
WRG: silence warning 4251 in IOGDAL tests
parent
460d4c06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
+10
-1
10 additions, 1 deletion
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
+9
-0
9 additions, 0 deletions
Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
with
19 additions
and
1 deletion
Modules/IO/IOGDAL/test/otbGDALImageIOTestWriteMetadata.cxx
+
10
−
1
View file @
9954f655
...
...
@@ -23,10 +23,19 @@
#include
<fstream>
#include
<sstream>
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4251)
#include
"gdal_priv.h"
#include
"cpl_string.h"
#include
"ogr_spatialref.h"
#pragma warning(pop)
#else
#include
"gdal_priv.h"
#include
"cpl_string.h"
#include
"ogr_spatialref.h"
#
include
"itkMacro.h"
#
endif
// Class to store ProjRef, GEOTransform and GCP info
class
DatasetInfoGDAL
...
...
This diff is collapsed.
Click to expand it.
Modules/IO/IOGDAL/test/otbGDALReadPxlComplex.cxx
+
9
−
0
View file @
9954f655
...
...
@@ -19,8 +19,17 @@
*/
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4251)
#include
"gdal_priv.h"
#include
"ogr_core.h"
#pragma warning(pop)
#else
#include
"gdal_priv.h"
#include
"ogr_core.h"
#endif
#include
<iostream>
#include
<complex>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment