Skip to content

Commit

Permalink
Fix build in png i/o
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Dec 19, 2023
1 parent 547c62b commit 6c68534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/io/src/image/vpImageIo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ void vpImageIo::writePNG(const vpImage<unsigned char> &I, const std::string &fil
#else
(void)I;
(void)filename;
(void)quality;
std::string message = "Cannot save file \"" + filename + "\": png library backend is not available";
throw(vpImageException(vpImageException::ioError, message));
#endif
Expand Down

0 comments on commit 6c68534

Please sign in to comment.