mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 12:57:49 +00:00
common,yuzu-qt: GCC warning silences
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
This commit is contained in:
parent
92941df1f6
commit
859dff4c27
9 changed files with 37 additions and 34 deletions
|
@ -178,7 +178,7 @@ public:
|
|||
*
|
||||
* @returns The setting's category
|
||||
*/
|
||||
[[nodiscard]] Category Category() const;
|
||||
[[nodiscard]] enum Category Category() const;
|
||||
|
||||
/**
|
||||
* Returns the label this setting was created with.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue