Skip to content

Fixed two warnings that prevented W4 and treat warnings as errors#351

Open
vkocjancic wants to merge 1 commit intoOneLoneCoder:masterfrom
vkocjancic:patch-1
Open

Fixed two warnings that prevented W4 and treat warnings as errors#351
vkocjancic wants to merge 1 commit intoOneLoneCoder:masterfrom
vkocjancic:patch-1

Conversation

@vkocjancic
Copy link

There were two warnings in this file that prevented code to build in VS 2022 with C++20 when W4 and treat warnings as errors were enabled. Apparently assignment in at the same time as comparison is a no no.

There were two warnings in this file that prevented code to build in VS 2022 with C++20 when W4 and treat warnings as errors were enabled.
Apparently assignment in at the same time as comparison is a no no.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant