Skip to content

Warning C4706 triggered in Grapher.cpp #2360

@MahmoudGSaleh

Description

@MahmoudGSaleh

Steps To Reproduce
This line triggers MSVC compiler warning C4706 - found during pre-release validation building the Calculator project.

if (graphExpression = m_solver->ParseInput(request, m_errorCode, m_errorType))

To fix it, wrap parentheses around the assignment expression:

           if ((graphExpression = m_solver->ParseInput(request, m_errorCode, m_errorType)))

Requested Assignment
If possible, I would like to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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