XMPScanner.cpp: In member function 'void XMPScanner::Scan(const void*, XMP_Int64, XMP_Int64)':
XMPScanner.cpp:1267:33: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
1267 | auto_ptr<PacketMachine> ap ( pm );
| ^~~~~~~~
In file included from c:\msys1200\include\c++\12.0.0\memory:76,
from c:\msys1200\x86_64-w64-mingw32\include\xmpfiles\source\formatsupport\xmpscanner.hpp:22,
from XMPScanner.cpp:27:
c:\msys1200\include\c++\12.0.0\bits\unique_ptr.h:56:28: note: declared here
56 | template<typename> class auto_ptr;
| ^~~~~~~~