mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #541] [MERGED] Warnings fixes #1624
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (3)
63f99f9Warnings fixes42120e2Warnings fixes1c71074Merge branch 'main' of https://github.com/Xphalnos/shadPS4📊 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.