timemachine icon indicating copy to clipboard operation
timemachine copied to clipboard

Enable More C++ Warnings

Open badisa opened this issue 4 years ago • 0 comments

Goal

  • Enable C++ warnings to enforce more explicit behavior

Solution

  • Select warnings to enable
  • Likely should enforce warnings as errors
  • Avoid these warnings for all vendored code

Proposed warnings

  • As mentioned by @mcwitt -Wconversion is a good candidate based changes around #601

Originally discussed here: https://github.com/proteneer/timemachine/pull/608#issuecomment-1030135498

badisa avatar Feb 08 '22 14:02 badisa