mirror of https://github.com/yuzu-mirror/yuzu
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).pull/8/head
parent
65bd03d74c
commit
958fa15a4c
Loading…
Reference in New Issue