danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
331 stars 53 forks source link

Fix debug build against MSVC2022 #156

Closed rgriebl closed 1 year ago

rgriebl commented 1 year ago

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 commented 1 year ago

Thanks!