Skip to content

Intel C++ Compiler 17.0 produces compilation warning #455

Closed
@dmitrygx

Description

@dmitrygx

Intel C++ Compiler 17.0 concerned about missing return statement at the end of function:
cpprest\json.h(1398): warning #1011: missing return statement at end of non-void function "web::json::number::operator=="

That's not a problem, because program will be aborted in _assume(0); statement, but it will be pretty nice to suppress this kind of compilation warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions