You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for a similar issue in this repository and did not find one.
I am using an official build obtained from releases or updated one of those builds using its in-app updater.
Describe the Bug
[ 39%] Building CXX object CMakeFiles/shadps4.dir/src/common/error.cpp.o
In file included from /home/c0rn3j/.cache/paru/clone/shadps4-git/src/shadps4/src/emulator.cpp:19:
/home/c0rn3j/.cache/paru/clone/shadps4-git/src/shadps4/src/common/elf_info.h:114:40: error: declaration of ‘const Common::PSFAttributes& Common::ElfInfo::PSFAttributes() const’ changes meaning of ‘PSFAttributes’ [-Wchanges-meaning]
114 | [[nodiscard]] const PSFAttributes& PSFAttributes() const {
| ^~~~~~~~~~~~~
/home/c0rn3j/.cache/paru/clone/shadps4-git/src/shadps4/src/common/elf_info.h:114:25: note: used here to mean ‘union Common::PSFAttributes’
114 | [[nodiscard]] const PSFAttributes& PSFAttributes() const {
| ^~~~~~~~~~~~~
/home/c0rn3j/.cache/paru/clone/shadps4-git/src/shadps4/src/common/elf_info.h:20:7: note: declared here
20 | union PSFAttributes {
| ^~~~~~~~~~~~~
#2027 makes sure this is caught in the CI, but until that is merged, this made it through again.
Reproduction Steps
Build on GCC
Expected Behavior
No response
Specify OS Version
Arch Linux
The text was updated successfully, but these errors were encountered:
Checklist
Describe the Bug
#2027 makes sure this is caught in the CI, but until that is merged, this made it through again.
Reproduction Steps
Build on GCC
Expected Behavior
No response
Specify OS Version
Arch Linux
The text was updated successfully, but these errors were encountered: