Several warnings -Wnontrivial-memcall with Clang 22
Cross-platform DICOM implementation
Brought to you by:
malat
Hi,
just warnings, but I wanted to bring them to your attention nevertheless. There are a few instances of the warning:
warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type '...' [-Wnontrivial-memcall]
Affected files:
Testing/Source/DataStructureAndEncodingDefinition/Cxx/TestElement1.cxx (line 117)Source/DataStructureAndEncodingDefinition/gdcmElement.h (lines 610 & 625)