Skip to content

Commit

Permalink
Fix jenkins ros2 ci error on unused-function
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 1, 2024
1 parent 37f98cf commit e08afbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/core/test/image-with-dataset/testColorConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ static void col2im(const std::vector<uint16_t> &buffer, vpImage<uint16_t> &I_Bay
}
}
}
#endif

static void convertTo(const vpImage<uint16_t> &I_RGBA_16U, vpImage<vpRGBa> &I_RGBA_8U, int divisor = 1 << (12 - 8))
{
Expand Down Expand Up @@ -931,7 +930,6 @@ static double computePSNR(const vpImage<vpRGBa> &I_RGBA_8U, const vpImage<vpRGBa
return 10 * std::log10(255 * 255 / mse);
}

#if (VISP_HAVE_DATASET_VERSION >= 0x030500)
static bool readBinaryFile(const std::string &filename, std::vector<uint16_t> &buffer)
{
std::FILE *f = std::fopen(filename.c_str(), "rb");
Expand Down

0 comments on commit e08afbe

Please sign in to comment.