linmath.h icon indicating copy to clipboard operation
linmath.h copied to clipboard

Fixed minor implicit conversion issues, using floats instead of doubles

Open ghost opened this issue 11 years ago • 3 comments

These issues were found in Clang static analyzer with -Wconversion. Only two, both very minor.

ghost avatar Feb 22 '14 22:02 ghost

I should add, the fix proposed in issue #8 already resolves one of these issues. It's the exact same fix.

ghost avatar Feb 22 '14 23:02 ghost

I'll pull the fixes sometime soon. I had some stuff pile up over the past weeks and I'm queuing it in as a FIFO.

datenwolf avatar Feb 23 '14 00:02 datenwolf

Fixed by #26 and #8

iTitus avatar Jan 31 '21 21:01 iTitus