SHAD icon indicating copy to clipboard operation
SHAD copied to clipboard

clang warnings

Open mdrocco opened this issue 7 years ago • 0 comments

https://travis-ci.org/droccom/SHAD/jobs/472429962

  • move constructors should be marked noexcept [misc-noexcept-move-constructor]
  • move assignment operators should be marked noexcept [misc-noexcept-move-constructor]
  • missing username/bug in TODO [google-readability-todo]
  • suspicious usage of 'sizeof(...)/sizeof(...)'; numerator is not a multiple of denominator [misc-sizeof-expression]

mdrocco avatar Aug 28 '18 19:08 mdrocco