Skip to content
  • Albert Astals Cid's avatar
    MSVC: More warning fixes · 0ccae234
    Albert Astals Cid authored
     * Add casts that convert between types but we know the value inside the
       bigger type will be small enough
     * Some ceil/round/floor -> int cast
     * Add forced casts because the destination type is needed
     * Add some casts (distance between characters in an user option will be
       int) which potentially could be wrong, but noone is going to write
       such a long parameter in the command line
    0ccae234