Skip to content

Unqualified call to std::move in node_http2.cc #45543

@targos

Description

@targos

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]

node/src/node_http2.cc

Lines 647 to 650 in 4bee69a

env()->SetImmediate([entry = move(entry)](Environment* env) {
if (HasHttp2Observer(env))
entry->Notify(env);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions