You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
commit 8a95605 is propagating warning /wd4251 /wd4275 to our CUDA based application. Which doesn't go well with warning flags. Is there anything that can be done about this?
Environment
OS: Windows
Compiler: MSVC(14.28.29333), NVCC 11.2
To Reproduce
link with CUDA based application
Expected behavior
the warning should not propagate from spdlog
The text was updated successfully, but these errors were encountered:
Describe the bug
commit 8a95605 is propagating warning /wd4251 /wd4275 to our CUDA based application. Which doesn't go well with warning flags. Is there anything that can be done about this?
Environment
To Reproduce
link with CUDA based application
Expected behavior
the warning should not propagate from spdlog
The text was updated successfully, but these errors were encountered: