From 22093c9e8fe15691cca79795acc2616a8b7ec4ff Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 15 Dec 2018 19:53:09 +0100 Subject: Removed some warnings --- RSSDP/SsdpDeviceLocator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RSSDP/SsdpDeviceLocator.cs') diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 6a61a52f3e..32289822f9 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -124,7 +124,7 @@ namespace Rssdp.Infrastructure { await SearchAsync(CancellationToken.None).ConfigureAwait(false); } - catch (Exception ex) + catch (Exception) { } @@ -621,4 +621,4 @@ namespace Rssdp.Infrastructure #endregion } -} \ No newline at end of file +} -- cgit v1.2.3