mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
86bb19d81c
* Remove MSVC, GCC, Clang compiler warnings * Remove cppcheck warnings
6 lines
168 B
Plaintext
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
|