-
Notifications
You must be signed in to change notification settings - Fork 80
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
Compiler errors after recent commit #417
Comments
Interestingly here: https://github.com/sony/nmos-cpp/actions/runs/11626837041/job/32379161069#step:22:10426 they are only compiler warnings. |
Hi @tljdebrouwer , thank you for your report. We have created a PR #418 to fix the slog::log warning. |
@tljdebrouwer, did you explicitly add /Za or /permissive- to your build? This would explain the error rather than the warning. |
@garethsb not as far as I know..I'm 100% sure my build doesn't treat all warnings as errors. |
This commit: 7a264e9
Seems to introduce a number of compilation errors on windows (tried both with Visual Studio 2019 and 2022 Enterprise):
Compilation errors:
The text was updated successfully, but these errors were encountered: