Files
OpenSpace/support/cppcheck/suppressions.txt
2016-07-28 20:31:53 +02:00

8 lines
203 B
Plaintext

// This is not a memleak because the placement new operator does not
// actually create any memory that could leak
//memleak:src/performance/performancemanager.cpp
missingInclude
noExplicitConstructor