summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-13 16:10:27 +0200
committerLioncash <mathew1800@gmail.com>2018-10-13 16:10:29 +0200
commit53a022148414d8bf0f24bea7be2860af730b7746 (patch)
tree0b89fa7b275920a7552674eeda4b7aba442151c4
parentMerge pull request #1409 from DarkLordZach/key-derivation (diff)
downloadyuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar.gz
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar.bz2
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar.lz
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar.xz
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.tar.zst
yuzu-53a022148414d8bf0f24bea7be2860af730b7746.zip
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index fc186dc2d..788dd9b34 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1565,7 +1565,7 @@ void GMainWindow::UpdateUITheme() {
emit UpdateThemedIcons();
}
-void GMainWindow::SetDiscordEnabled(bool state) {
+void GMainWindow::SetDiscordEnabled([[maybe_unused]] bool state) {
#ifdef USE_DISCORD_PRESENCE
if (state) {
discord_rpc = std::make_unique<DiscordRPC::DiscordImpl>();