mmartell opened a new pull request #826: URL: https://github.com/apache/geode-native/pull/826
Some of the legacy C++ tests use strncpy. This causes warnings in gcc when the length parameter depends on the length of the source parameter. To avoid such warnings, which we treat as errors, we can use memcpy in the test code where we know there is no buffer overrun issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
