Skip to content

LWHists: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.LWHists-20190606 into master

cppcheck warnings:

  • assert with side effects.
  • x!=x instead of isnan.
  • calling virtual function from destructor.
  • undefined/implmentation-defined bit shifting behavior.
  • passing std::string::c_str() to a std::string argument.

Merge request reports