summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-11-14 00:44:17 -0500
committerGravatar Lioncash2018-11-14 00:49:04 -0500
commit958fa15a4c6924d581e9477a35aac295b0b099b1 (patch)
tree846024d53a0d1a46f5c14c99a3379b39dce03bcb /src/core/hle/kernel/kernel.cpp
parentMerge pull request #1628 from greggameplayer/Texture2DArray (diff)
downloadyuzu-958fa15a4c6924d581e9477a35aac295b0b099b1.tar.gz
yuzu-958fa15a4c6924d581e9477a35aac295b0b099b1.tar.xz
yuzu-958fa15a4c6924d581e9477a35aac295b0b099b1.zip
service: Mark MakeFunctionString with the [[maybe_unused]] attribute.
When yuzu is compiled in release mode this function is unused, however, when compiled in debug mode, it's used within a LOG_TRACE statement. This prevents erroneous compilation warnings about an unused function (that isn't actually totally unused).
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions