Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9328 merge: Merge 8.4.2 - Fixed gcc-12 RelWithDebInfo compilation warnings #5406

Commits on Sep 5, 2024

  1. PS-9328 merge: Merge 8.4.2 - Fixed gcc-12 RelWithDebInfo compilation …

    …warnings
    
    https://perconadev.atlassian.net/browse/PS-9328
    
    Suppressed '-Wrestrict' warnings in selected GIS and Router unit tests.
    
    /usr/include/c++/12/bits/char_traits.h:435:56: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ accessing 9223372036854775810 or more bytes at offsets [2, 9223372036854775807] and 1 may overlap up to 9223372036854775813 bytes at offset -3 [-Werror=restrict]
      435 |         return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n));
          |                                        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
    percona-ysorokin committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a388ac0 View commit details
    Browse the repository at this point in the history