add constexpr
Found with cppcoreguidelines-interfaces-global-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -175,7 +175,7 @@ OssMixer::SetVolume(unsigned volume)
|
||||
throw MakeErrno("failed to set OSS volume");
|
||||
}
|
||||
|
||||
const MixerPlugin oss_mixer_plugin = {
|
||||
constexpr MixerPlugin oss_mixer_plugin = {
|
||||
oss_mixer_init,
|
||||
true,
|
||||
};
|
||||
|
@@ -53,7 +53,7 @@ sndio_mixer_init([[maybe_unused]] EventLoop &event_loop,
|
||||
return new SndioMixer((SndioOutput &)ao, listener);
|
||||
}
|
||||
|
||||
const MixerPlugin sndio_mixer_plugin = {
|
||||
constexpr MixerPlugin sndio_mixer_plugin = {
|
||||
sndio_mixer_init,
|
||||
false,
|
||||
};
|
||||
|
Reference in New Issue
Block a user