Skip to content
Snippets Groups Projects
Commit 5fd03fb2 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

WRG: private field HDRname is not used

parent 4c6275c8
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!162Fix warnings on OTB develop branches
......@@ -101,20 +101,20 @@ public:
// resolution overview.
return 1;
}
/** Get information about overviews available into the file specified
* This imageIO didn't support overviews */
* This imageIO didn't support overviews */
std::vector<std::string> GetOverviewsInfo() override
{
std::vector<std::string> desc;
return desc;
}
/** Provide hist about the output container to deal with complex pixel
* type (Not used here) */
void SetOutputImagePixelType( bool itkNotUsed(isComplexInternalPixelType),
* type (Not used here) */
void SetOutputImagePixelType( bool itkNotUsed(isComplexInternalPixelType),
bool itkNotUsed(isVectorImage)) override{}
private:
MSTARImageIO(const Self &) = delete;
void operator =(const Self&) = delete;
......@@ -133,7 +133,6 @@ private:
const char *MSTARname; /* Input MSTAR filename */
char RAWname[80]; /* Output MSTAR RAW filename */
char HDRname[80]; /* Phoenix header filename buffer */
int outOpt; /* ALL data, or MAG ONLY... */
int phlen, nhlen, mstartype;
......
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