mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: clang-tidy misc-const-correctness warnings (#3529)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace
|
||||
|
||||
void ensureSoundCommandIsAList(tr_variant* dict)
|
||||
{
|
||||
tr_quark key = TR_KEY_torrent_complete_sound_command;
|
||||
tr_quark const key = TR_KEY_torrent_complete_sound_command;
|
||||
|
||||
if (tr_variant* list = nullptr; tr_variantDictFindList(dict, key, &list))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user