Skip to content

CxxUtils: Suppress a couple cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.CxxUtils-20190312 into master

cppcheck warnings: use-after-move. Intentional here (in unit tests), so suppressed.

Merge request reports