Skip to content

Suppress -Wstringop-truncation warning in ObjectIO.cpp

Christoph Pohl requested to merge fix/warning-stringop-truncation into master

Added #pragma compiler directives to ignore -Wstringop-truncation warning in strncpy function. This change ensures that the warning triggered by the strncpy function doesn't interfere with the build process, improving build stability.

Merge request reports