-
Notifications
You must be signed in to change notification settings - Fork 33
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
fix MSVC 19.40 build crashing, fix clangd warnings #386
Conversation
Updating clang to the version used gives me errors completely unrelated to the one in CI :/ |
Typical at this point |
Seems like clang made an oopsie in clang 18 and we'll have to wait til the new release that fixes it is out for the CI ThePhD/sol2#1581 |
how do I retry the CI? the new clang version is out |
Only mentainors can, but if you want to just try, why not make PR inside your fork? |
oops now I broke the CI |
should I also downgrade MSVC 14.39 like in Playlunky or is this fine |
Woah, green!
I guess it doesn't matter as long as this code builds and works on both versions? |
Playlunky didn't seem to work on 14.40 by applying this same fix of |
Ideally the clang downgrade step would be removed once it gets updated with the bugfixes, if it compiles after that |
I guess I should merge this then and we'll see what it takes to get spelunky-fyi/Playlunky#53 building next. |
Fixed latest MSVC build crashing when it injects to spelunky (the MSVC version now used for playlunky autobuild)
Fixed warning -Wdeprecated-this-capture