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
fix: propagate only sanitizer flags to yaml-cpp, not warning flags
The previous approach propagated all INTERFACE_COMPILE_OPTIONS from
dd-trace-cpp-specs to yaml-cpp, which included -WX and -W4. This caused
yaml-cpp's own code (binary.cpp) to fail with C4244 warnings treated as
errors. Now we add only the -fsanitize flags directly.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments