mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 11:18:35 -06:00
COMP: Remove warnings
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user