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

Suppress inline is not at beginning of declaration for melt_array #2050

Merged

Commits on Oct 4, 2024

  1. Suppress inline is not at beginning of declaration for melt_array

    function
    
    When building RBS on Ubuntu 22.04 and GCC 11.4.0, the following warning appeared.
    And this change has suppressed warning.
    
    warning: 'inline' is not at the beginning of declaration [-Wold-style-declaration].
       57 | static void inline melt_array(VALUE *array) {
          | ^~~~~~
    S-H-GAMELINKS committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    08f2e26 View commit details
    Browse the repository at this point in the history