-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.
Description
Warning (from clang-cl on Windows) that I don't know how to fix:
src\node_http2.cc(647,32): warning : unqualified call to 'std::move' [-Wunqualified-std-cast-call] [D:\Git\nodejs\node\libnode.vcxproj]
Lines 647 to 650 in 4bee69a
env()->SetImmediate([entry = move(entry)](Environment* env) { | |
if (HasHttp2Observer(env)) | |
entry->Notify(env); | |
}); |
TaeZStkyoht
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to build files or the CI.Issues and PRs related to build files or the CI.