Files
OpenSpace/support/cppcheck/suppressions.txt
T
Alexander Bock 86bb19d81c Feature/warnings (#1425)
* Remove MSVC, GCC, Clang compiler warnings
* Remove cppcheck warnings
2020-12-07 23:43:05 +01:00

6 lines
168 B
Plaintext

// This is not a memleak because the placement new operator does not
// actually create any memory that could leak
missingInclude
noExplicitConstructor
useStlAlgorithm