clang-tidy: mark a bunch of variables constexpr

Found with cppcoreguidelines-interfaces-global-init

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2021-01-16 18:35:31 -08:00
parent 906e82f600
commit 594dfe572b
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1181,7 +1181,7 @@ try {
LockCaughtError();
}
const struct AudioOutputPlugin alsa_output_plugin = {
constexpr struct AudioOutputPlugin alsa_output_plugin = {
"alsa",
alsa_test_default_device,
&AlsaOutput::Create,