Skip to content

Graphics/Transform.cpp:167:26: warning: comparison between two arrays #166

@dcb314

Description

@dcb314

Recent gcc compiler can be made to say:

CSFML-2.5.1/src/SFML/Graphics/Transform.cpp:167:26: warning: comparison between two arrays [-Warray-compare]

Source code is

return (left->matrix == right->matrix) ? sfTrue : sfFalse;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions