diff options
| author | 2021-01-17 17:54:29 -0500 | |
|---|---|---|
| committer | 2021-01-17 17:54:29 -0500 | |
| commit | fb796843df34cbba86afcf5fb7d3c97744c5cc74 (patch) | |
| tree | dd63dedb1e69c8d95ae60c09675217f781ed7dad /src/common/nvidia_flags.cpp | |
| parent | Merge pull request #5360 from ReinUsesLisp/enforce-memclass-access (diff) | |
| download | yuzu-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