lat9nq fb796843df 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.
2021-01-17 17:54:29 -05:00
..
2020-11-15 23:33:19 -05:00
2020-12-24 21:07:24 -03:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-01-13 23:11:51 +00:00
2020-12-22 19:32:58 -05:00
2020-08-26 02:32:32 -04:00
2020-08-26 02:32:32 -04:00