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.