common,yuzu-qt: GCC warning silences
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
This commit is contained in:
parent
916c6cd1a0
commit
ee32b17782
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