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

opensp: fix build with clang 16 #240645

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Commits on Jun 30, 2023

  1. opensp: fix build with clang 16

    There are two issues preventing a build with clang 16:
    * The configure scripts are too old and generate invalid `config.h`.
      This is fixed by using `autoreconfHook` with clang.
    * Use of the `register` storage class specifier, which is not allowed in
      C++17 (the default when building with clang 16). This is fixed by
      removing that usage.
    reckenrode committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4abf302 View commit details
    Browse the repository at this point in the history