summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/graphics/graphics_surface.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-13 10:10:27 -0400
committerLioncash <mathew1800@gmail.com>2018-10-13 10:10:29 -0400
commit53a022148414d8bf0f24bea7be2860af730b7746 (patch)
tree0b89fa7b275920a7552674eeda4b7aba442151c4 /src/yuzu/debugger/graphics/graphics_surface.cpp
parent1584fb6b385d51ef40e1e22c180322a552d9c98a (diff)
yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled()
Depending on whether or not USE_DISCORD_PRESENCE is defined, the "state" parameter can be used or unused. If USE_DISCORD_PRESENCE is not defined, the parameter will be considered unused, which can lead to compiler warnings. So, we can explicitly mark it with [[maybe_unused]] to inform the compiler that this is intentional.
Diffstat (limited to 'src/yuzu/debugger/graphics/graphics_surface.cpp')
0 files changed, 0 insertions, 0 deletions