Skip to content
  • Matthew Woehlke's avatar
    Reduce sign conversion warnings · 7b346432
    Matthew Woehlke authored
    Add some static casts to make explicit some sign conversions in order to
    avoid warnings about the same. This is by no means an attempt to fix all
    such warnings, but these instances were especially egregious as they
    would be raised across many source files.
    
    Also change a post-increment of an iterator to pre-increment. At worst,
    this does nothing, but pre-increment is potentially more efficient.
    7b346432