Skip to content
Snippets Groups Projects
  • Jason Sanmiya's avatar
    Fix Windows warnings. · 985de211
    Jason Sanmiya authored
    Cmake issued a warning when the variable is in quotation marks
    in an if statement.
    
    Visual Studio upgrades constants to int and issues a truncation
    warning, so inserted a cast.
    
    Change-Id: I60cdcb5c2565cd5e97f80b9c2ff1e6abc32b1deb
    Tested: Builds without warning on VS2015.
    985de211