CSFML
CSFML copied to clipboard
Graphics/Transform.cpp:167:26: warning: comparison between two arrays
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;