summaryrefslogtreecommitdiff
path: root/src/common/nvidia_flags.cpp
diff options
context:
space:
mode:
authorGravatar lat9nq2021-01-17 17:54:29 -0500
committerGravatar lat9nq2021-01-17 17:54:29 -0500
commitfb796843df34cbba86afcf5fb7d3c97744c5cc74 (patch)
treedd63dedb1e69c8d95ae60c09675217f781ed7dad /src/common/nvidia_flags.cpp
parentMerge pull request #5360 from ReinUsesLisp/enforce-memclass-access (diff)
downloadyuzu-fb796843df34cbba86afcf5fb7d3c97744c5cc74.tar.gz
yuzu-fb796843df34cbba86afcf5fb7d3c97744c5cc74.tar.xz
yuzu-fb796843df34cbba86afcf5fb7d3c97744c5cc74.zip
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/common/nvidia_flags.cpp')
0 files changed, 0 insertions, 0 deletions