zeroconf/Glue: add noexcept
This commit is contained in:
@@ -91,7 +91,7 @@ ZeroconfInit(const ConfigData &config, [[maybe_unused]] EventLoop &loop)
|
||||
}
|
||||
|
||||
void
|
||||
ZeroconfDeinit()
|
||||
ZeroconfDeinit() noexcept
|
||||
{
|
||||
if (!zeroconfEnabled)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user