diff options
author | Lioncash <mathew1800@gmail.com> | 2018-11-14 00:44:17 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-11-14 00:49:04 -0500 |
commit | 958fa15a4c6924d581e9477a35aac295b0b099b1 (patch) | |
tree | 846024d53a0d1a46f5c14c99a3379b39dce03bcb /src/common/string_util.cpp | |
parent | 65bd03d74cbf4d8072239480404c6db83d41b27c (diff) |
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/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions