1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

common,yuzu-qt: GCC warning silences

Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
This commit is contained in:
lat9nq
2023-06-18 03:52:41 -04:00
parent 916c6cd1a0
commit ee32b17782
9 changed files with 37 additions and 34 deletions

View File

@@ -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.