microprofile icon indicating copy to clipboard operation
microprofile copied to clipboard

Fix warning when building on 32-bit Windows + spaces->tabs

Open madebr opened this issue 6 years ago • 0 comments

  • When building 32-bit microprofile on Windows using Visual Studio, a warning is emitted because of an implicit conversion from a uint64_t to a size_t (=uint32_t). https://ci.appveyor.com/project/madebr/openrw/builds/20589186/job/a0mg2gd4nfmuy2kl#L657
  • Convert space indentation to tab indentations
  • remove an extra semicolon

madebr avatar Nov 27 '18 18:11 madebr