diff options
author | Patrick Elsässer <paddy334@web.de> | 2018-09-08 08:59:59 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-09-08 02:59:59 -0400 |
commit | a8974f0556885857e2c0cd7509de0a80d5525983 (patch) | |
tree | 60aa72e61fbb2ec1c6a832d566ea537ac9c59fba /src/yuzu_cmd/yuzu.cpp | |
parent | 460ebc818731a443022cf7c897b52cbe66d1d664 (diff) |
video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262)
* video_core: Arithmetic overflow fix for gl_rasterizer
- Fixed warnings, which were indicating incorrect behavior from integral
promotion rules and types larger than those in which arithmetic is
typically performed.
- Added const for variables where possible and meaningful.
* Changed the casts from C to C++ style
Changed the C-style casts to C++ casts as proposed.
Took also care about signed / unsigned behaviour.
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
0 files changed, 0 insertions, 0 deletions