mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
|
@ -1030,9 +1030,9 @@ void main_window::SaveWindowState()
|
|||
|
||||
void main_window::RepaintThumbnailIcons()
|
||||
{
|
||||
const QColor new_color = gui::utils::get_label_color("thumbnail_icon_color");
|
||||
[[maybe_unused]] const QColor new_color = gui::utils::get_label_color("thumbnail_icon_color");
|
||||
|
||||
const auto icon = [&new_color](const QString& path)
|
||||
[[maybe_unused]] const auto icon = [&new_color](const QString& path)
|
||||
{
|
||||
return gui::utils::get_colorized_icon(QPixmap::fromImage(gui::utils::get_opaque_image_area(path)), Qt::black, new_color);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue