mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 11:37:55 -05:00
common,yuzu-qt: GCC warning silences
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user