Skip to content

Commit a90184a

Browse files
committed
CDROM: Tidy up warnings
1 parent 5e253d0 commit a90184a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/cdrom_subq_replacement.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ bool CDROMSubQReplacement::LoadForImage(std::unique_ptr<CDROMSubQReplacement>* r
149149
return false;
150150
};
151151

152-
const auto search_in_subchannels = [&path, &image_path, &display_name, &ret, &error,
153-
&try_path](std::string_view base_name) -> bool {
152+
const auto search_in_subchannels = [&path, &try_path](std::string_view base_name) -> bool {
154153
if (base_name.empty())
155154
return false;
156155

0 commit comments

Comments
 (0)