mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +00:00
service/audio: Silence -Wunused
This commit is contained in:
parent
aacb473aa2
commit
87e7cc2d5a
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ private:
|
|||
AudioCore::StreamPtr stream;
|
||||
std::string device_name;
|
||||
|
||||
AudoutParams audio_params{};
|
||||
[[maybe_unused]] AudoutParams audio_params{};
|
||||
|
||||
/// This is the event handle used to check if the audio buffer was released
|
||||
Kernel::EventPair buffer_event;
|
||||
|
|
Loading…
Reference in a new issue