From 4f7479b0b749f85024919df55ad9ebb1f1dee5aa Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Tue, 4 Feb 2025 11:50:13 -0800 Subject: [PATCH] fix compile warning --- .../Common/PersistentWindowProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index f1b00d1..9faf4c8 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -1216,7 +1216,7 @@ namespace PersistentWindows.Common return t; } } - catch (Exception e) + catch (Exception) { }