mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
minor style fix
This commit is contained in:
parent
2da5c6209e
commit
d292d65ca8
@ -160,6 +160,7 @@ void ZipUtil::sync(std::istream& in)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void ZipUtil::syncDataDescriptor(std::istream & in, bool force64)
|
||||
{
|
||||
std::streampos start = in.tellg();
|
||||
|
@ -65,6 +65,7 @@ void ZipTest::testSkipSingleFile()
|
||||
const std::string& POCO_UNUSED fileName = hdr.getFileName();
|
||||
}
|
||||
|
||||
|
||||
void ZipTest::testCrcAndSizeAfterDataEncapsulated()
|
||||
{
|
||||
// touch empty.txt
|
||||
|
Loading…
Reference in New Issue
Block a user