[PR #934] [MERGED] signals: Fix compilation on GCC. #1837

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/934
Author: @squidbus
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @georgemoralis

Base: mainHead: fix-gcc


📝 Commits (1)

  • 32afa72 signals: Fix compilation on GCC.

📊 Changes

1 file changed (+11 additions, -7 deletions)

View changed files

📝 src/core/signals.cpp (+11 -7)

📄 Description

  • Fix a missing quote in a #error that causes a compilation error on GCC even when not hit.
  • Change sigaction structs to not used braced initialization.

🔄 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/934 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `fix-gcc` --- ### 📝 Commits (1) - [`32afa72`](https://github.com/shadps4-emu/shadPS4/commit/32afa72bff10267238b40f18ab90647f58d5d2b4) signals: Fix compilation on GCC. ### 📊 Changes **1 file changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/core/signals.cpp` (+11 -7) </details> ### 📄 Description * Fix a missing quote in a `#error` that causes a compilation error on GCC even when not hit. * Change `sigaction` structs to not used braced initialization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:09 +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#1837
No description provided.