Skip to content
Snippets Groups Projects

main-cppcheck-AthContainers

Merged Shaun Roe requested to merge sroe/athena:main-cppcheck-AthContainers into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -211,6 +211,7 @@ void lossyFloatCompress (void* dst,
// This is where we apply in-place lossy float compression
if(typeName == "float") {
for (size_t i = 0; i < n; i++) {
//cppcheck-suppress invalidPointerCast
*(float*) eltPtr = compressors[nmantissa].reduceFloatPrecision(*(float*) eltPtr);
eltPtr += eltSize;
}
Loading