CSFML icon indicating copy to clipboard operation
CSFML copied to clipboard

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

Open dcb314 opened this issue 4 years ago • 0 comments

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;

dcb314 avatar Oct 25 '21 07:10 dcb314