Suppress -Wstringop-truncation warning in ObjectIO.cpp
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.
Please register or sign in to comment