diff --git a/src/gfx/pal_packing.cpp b/src/gfx/pal_packing.cpp index 46f086b7..d2322232 100644 --- a/src/gfx/pal_packing.cpp +++ b/src/gfx/pal_packing.cpp @@ -243,6 +243,7 @@ public: } }; +// LCOV_EXCL_START static void verboseOutputAssignments( std::vector const &assignments, std::vector const &colorSets ) { @@ -257,6 +258,7 @@ static void verboseOutputAssignments( fprintf(stderr, "} (volume = %zu)\n", assignment.volume()); } } +// LCOV_EXCL_STOP static void decant(std::vector &assignments, std::vector const &colorSets) { // "Decanting" is the process of moving all *things* that can fit in a lower index there