clang-tidy: add explicit deleted constructors
Found with cppcoreguidelines-special-member-functions Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -226,6 +226,9 @@ public:
|
||||
snd_config_update_free_global();
|
||||
}
|
||||
|
||||
AlsaOutput(const AlsaOutput &) = delete;
|
||||
AlsaOutput &operator=(const AlsaOutput &) = delete;
|
||||
|
||||
using MultiSocketMonitor::GetEventLoop;
|
||||
|
||||
gcc_pure
|
||||
|
||||
Reference in New Issue
Block a user