diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-01-17 17:54:29 -0500 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-01-17 17:54:29 -0500 |
commit | fb796843df34cbba86afcf5fb7d3c97744c5cc74 (patch) | |
tree | dd63dedb1e69c8d95ae60c09675217f781ed7dad /src/core/core.cpp | |
parent | e8401964b4cb617223554e147091f109dc870ba5 (diff) |
configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXCAT is enabled
The function is unused if YUZU_ENABLE_BOXCAT is disabled, causing a
-Wunused-funciton error when compiled.
Wrapping it with `#ifdef YUZU_ENABLE_BOXCAT` to prevent compiling the
function when the variable is disabled. Opting to not use [[maybe
unused]] in case the function is totally unused in the future.
Diffstat (limited to 'src/core/core.cpp')
0 files changed, 0 insertions, 0 deletions