mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
chore(Poco): Resolve a lot of warnings, reported by g++ 13.
This commit is contained in:
@@ -85,7 +85,7 @@ void Document::save(const std::string fileName)
|
||||
}
|
||||
|
||||
|
||||
const Document::DataPtr Document::data(SizeType& sz)
|
||||
Document::DataPtr Document::data(SizeType& sz)
|
||||
{
|
||||
sz = size();
|
||||
delete _pRawData;
|
||||
|
Reference in New Issue
Block a user