lib/curl: add "noexcept"
This commit is contained in:
@@ -86,7 +86,7 @@ UPnPDeviceDirectory::Downloader::OnEnd()
|
||||
}
|
||||
|
||||
void
|
||||
UPnPDeviceDirectory::Downloader::OnError(std::exception_ptr e)
|
||||
UPnPDeviceDirectory::Downloader::OnError(std::exception_ptr e) noexcept
|
||||
{
|
||||
LogError(e);
|
||||
Destroy();
|
||||
|
Reference in New Issue
Block a user