[PR #3215] [MERGED] Fix brace elision for designated initializer warning #3309

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3215
Author: @kalaposfos13
Created: 7/8/2025
Status: Merged
Merged: 7/9/2025
Merged by: @squidbus

Base: mainHead: ime-compiler-warning


📝 Commits (1)

  • 5ee7f0f Fix brace elision for designated initializer warning

📊 Changes

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

View changed files

📝 src/core/libraries/ime/ime_dialog_ui.cpp (+1 -1)

📄 Description

The following warning was introduced by #3207:

ime_dialog_ui.cpp:382:22: warning: brace elision for designated initializer is a C99 extension [-Wc99-designator]
  382 |         .timestamp = 0,
      |                      ^
      |                      {}
1 warning generated.

🔄 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/3215 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `ime-compiler-warning` --- ### 📝 Commits (1) - [`5ee7f0f`](https://github.com/shadps4-emu/shadPS4/commit/5ee7f0f993653f0785cf00df80f7d733da3ea62b) Fix brace elision for designated initializer warning ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/ime/ime_dialog_ui.cpp` (+1 -1) </details> ### 📄 Description The following warning was introduced by #3207: ``` ime_dialog_ui.cpp:382:22: warning: brace elision for designated initializer is a C99 extension [-Wc99-designator] 382 | .timestamp = 0, | ^ | {} 1 warning generated. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:13 +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#3309
No description provided.