-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
dotnet/runtime
#101302Labels
ops-monitorIssues created/handled by the source build monitor roleIssues created/handled by the source build monitor roleuntriaged
Description
main build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2434119
Error:
/vmr/src/runtime/src/coreclr/debug/daccess/cdac.cpp:51:25: error: assigning to 'intptr_t' (aka 'long') from incompatible type 'std::nullptr_t'
51 | m_cdac_handle = NULL;
| ^~~~
/usr/include/time.h:11:14: note: expanded from macro 'NULL'
11 | #define NULL nullptr
| ^~~~~~~
/vmr/src/runtime/src/coreclr/debug/daccess/cdac.cpp:65:23: error: invalid operands to binary expression ('intptr_t' (aka 'long') and 'std::nullptr_t')
65 | if (m_cdac_handle != NULL)
| ~~~~~~~~~~~~~ ^ ~~~~
2 errors generated.
Metadata
Metadata
Assignees
Labels
ops-monitorIssues created/handled by the source build monitor roleIssues created/handled by the source build monitor roleuntriaged
Type
Projects
Status
Done