Skip to content

Fix debug build against MSVC2022#156

Merged
danvratil merged 1 commit intoqcoro:mainfrom
rgriebl:fix-msvc2022-debug
Mar 6, 2023
Merged

Fix debug build against MSVC2022#156
danvratil merged 1 commit intoqcoro:mainfrom
rgriebl:fix-msvc2022-debug

Conversation

@rgriebl
Copy link

@rgriebl rgriebl commented Mar 6, 2023

Due to the level-4 warnings and warnings-are-errors in debug builds, we are running into warnings in Qt's private headers and an unused warning for the "args" pack in invokeCb()

Due to the level-4 warnings and warnings-are-errors in debug builds,
we are running into warnings in Qt's private headers and an unused
warning for the "args" pack in invokeCb()
@danvratil
Copy link
Collaborator

Thanks!

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.

2 participants