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
Inject `add_compile_options(/wd4251)` into cmake/Platform.cmake during
patching. C4251 fires for every class member using STL types in a
DLL-exported class; with CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON these
warnings are harmless noise that drowns out real diagnostics.
https://claude.ai/code/session_012RnYmE4NKFQ4NjtbkQANzF
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments