- Original Message -
> Silence a bunch of MSVC type conversion warnings.
>
> Changed return type of S_FIXED to int32_t (signed). The result
> is the same. It just seems more intuitive that a signed conversion
> function should return a signed value.
> ---
> src/mesa/main/macros.h |
Silence a bunch of MSVC type conversion warnings.
Changed return type of S_FIXED to int32_t (signed). The result
is the same. It just seems more intuitive that a signed conversion
function should return a signed value.
---
src/mesa/main/macros.h |6 +++---
1 file changed, 3 insertions(+), 3