COMP: Remove warnings
This commit is contained in:
parent
4f784e3024
commit
377e4c132f
|
@ -35,11 +35,11 @@
|
|||
//----------------------------------------------------------------------
|
||||
class cmCPackTarCompressGeneratorForward
|
||||
{
|
||||
public:
|
||||
static int GenerateHeader(cmCPackTarCompressGenerator* gg, std::ostream* os)
|
||||
{
|
||||
return gg->GenerateHeader(os);
|
||||
}
|
||||
public:
|
||||
static int GenerateHeader(cmCPackTarCompressGenerator* gg, std::ostream* os)
|
||||
{
|
||||
return gg->GenerateHeader(os);
|
||||
}
|
||||
};
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
@ -52,8 +52,6 @@ cmCPackTarCompressGenerator::~cmCPackTarCompressGenerator()
|
|||
{
|
||||
}
|
||||
|
||||
static const size_t cmCPackTarCompress_Data_BlockSize = 16384;
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
class cmCPackTarCompress_Data
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue