| 4796d426 | 14-Mar-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Fix warning with intel compilers
src/sys/classes/draw/impls/x/xops.c:711:23: warning: floating-point comparison is always false; constant cannot be represented exactly in type 'float' [-Wliteral-ran
Fix warning with intel compilers
src/sys/classes/draw/impls/x/xops.c:711:23: warning: floating-point comparison is always false; constant cannot be represented exactly in type 'float' [-Wliteral-range]
show more ...
|