-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
bitcoin/bitcoin
#31480Description
[22:21:15.870] /ci_container_base/src/ipc/process.cpp:75:17: error: use starts_with instead of compare() == 0 [modernize-use-starts-ends-with,-warnings-as-errors]
[22:21:15.870] 75 | if (address.compare(0, 4, "unix") == 0 && (address.size() == 4 || address[4] == ':')) {
[22:21:15.870] | ^~~~~~~~~~~~~ ~~~~~~
[22:21:15.870] | starts_with( )
[22:21:15.870] 850 warnings generated.
[22:21:15.870]
[22:21:15.870] ^^^ ⚠️ Failure generated from clang-tidy
Metadata
Metadata
Assignees
Labels
No labels