Skip to content

Commit f8d9668

Browse files
parameter is may be unused if HAVE_JPEG is not defined
1 parent f532505 commit f8d9668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pango_image/src/image_io_jpg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ TypedImage LoadJpg(std::istream& is) {
203203

204204
}
205205

206-
std::vector<std::streampos> GetMJpegOffsets(std::ifstream& is) {
206+
std::vector<std::streampos> GetMJpegOffsets([[maybe_unused]] std::ifstream& is) {
207207
std::vector<std::streampos> offsets;
208208

209209
#ifdef HAVE_JPEG

0 commit comments

Comments
 (0)