[PR #541] [MERGED] Warnings fixes #1624

Closed
opened 2026-02-27 21:13:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/541
Author: @Xphalnos
Created: 8/23/2024
Status: Merged
Merged: 8/23/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (3)

📊 Changes

17 files changed (+15 additions, -113 deletions)

View changed files

📝 src/qt_gui/elf_viewer.cpp (+0 -2)
📝 src/qt_gui/elf_viewer.h (+0 -10)
📝 src/qt_gui/game_grid_frame.h (+0 -10)
📝 src/qt_gui/game_info.cpp (+0 -3)
📝 src/qt_gui/game_info.h (+2 -4)
📝 src/qt_gui/game_list_frame.h (+0 -12)
📝 src/qt_gui/game_list_utils.h (+0 -5)
📝 src/qt_gui/gui_context_menus.h (+2 -10)
📝 src/qt_gui/main.cpp (+2 -5)
📝 src/qt_gui/main_window.cpp (+0 -5)
📝 src/qt_gui/main_window.h (+0 -5)
📝 src/qt_gui/main_window_ui.h (+5 -25)
📝 src/qt_gui/pkg_viewer.cpp (+1 -4)
📝 src/qt_gui/pkg_viewer.h (+0 -9)
📝 src/qt_gui/settings_dialog.cpp (+2 -1)
📝 src/qt_gui/trophy_viewer.h (+0 -2)
📝 src/video_core/texture_cache/texture_cache.h (+1 -1)

📄 Description

I fixed 6 warnings easy to fix like "warning : lambda capture 'widget' is not used"
I removed all unnecessary includes
Tested and works


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/541 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`63f99f9`](https://github.com/shadps4-emu/shadPS4/commit/63f99f93d0d7ecf953d8d30d6ef5ec43ccf85238) Warnings fixes - [`42120e2`](https://github.com/shadps4-emu/shadPS4/commit/42120e2d41ffc9b1af04621761f9c32e1b87e51c) Warnings fixes - [`1c71074`](https://github.com/shadps4-emu/shadPS4/commit/1c710743ac54de9a3f23f0de2d7a5aa29b0d55ef) Merge branch 'main' of https://github.com/Xphalnos/shadPS4 ### 📊 Changes **17 files changed** (+15 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/elf_viewer.cpp` (+0 -2) 📝 `src/qt_gui/elf_viewer.h` (+0 -10) 📝 `src/qt_gui/game_grid_frame.h` (+0 -10) 📝 `src/qt_gui/game_info.cpp` (+0 -3) 📝 `src/qt_gui/game_info.h` (+2 -4) 📝 `src/qt_gui/game_list_frame.h` (+0 -12) 📝 `src/qt_gui/game_list_utils.h` (+0 -5) 📝 `src/qt_gui/gui_context_menus.h` (+2 -10) 📝 `src/qt_gui/main.cpp` (+2 -5) 📝 `src/qt_gui/main_window.cpp` (+0 -5) 📝 `src/qt_gui/main_window.h` (+0 -5) 📝 `src/qt_gui/main_window_ui.h` (+5 -25) 📝 `src/qt_gui/pkg_viewer.cpp` (+1 -4) 📝 `src/qt_gui/pkg_viewer.h` (+0 -9) 📝 `src/qt_gui/settings_dialog.cpp` (+2 -1) 📝 `src/qt_gui/trophy_viewer.h` (+0 -2) 📝 `src/video_core/texture_cache/texture_cache.h` (+1 -1) </details> ### 📄 Description I fixed 6 warnings easy to fix like "warning : lambda capture 'widget' is not used" I removed all unnecessary includes Tested and works --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1624
No description provided.