-
Notifications
You must be signed in to change notification settings - Fork 204
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
gcc 9.1 compatibility fixes #233
base: master
Are you sure you want to change the base?
Conversation
… make helm compile on gcc 9.1 again
@mtytel Could you please merge this and make sure to tag a new release? The current release is totally broken on GCC 9.1 and later :( |
Yes I am well aware of that. That’s why I tagged @mtytel in the comment to indicate that it was aimed at him. On a further note, I have tested this and everything seems to work as expected 👍 |
Oh sorry, I somehow got confused... |
@mtytel Any chance this could be merged? Don't want to include patches in the package for it if it's not necessary. |
@mtytel Is there something keeping this patch from being merged? Currently the package on Arch Linux is failing reproducible builds because of this. |
Thank you for fixing this 👍 |
This pr backports juce-framework/JUCE@4e0adb2 to make helm compile with gcc 9.1 again.
Fixes #232