From e75d242f5a1ac9dd88eee39b10c2fc63993bf64c Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Tue, 8 Nov 2022 09:21:32 -0500 Subject: [PATCH] Fix build break due to IDE0060 --- .../Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs index 2f0faac2eb160d..a9151a8a2802e4 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Wasm/WasmBase.PlatformNotSupported.cs @@ -4,6 +4,8 @@ using System.Runtime.CompilerServices; using System.Runtime.Intrinsics; +#pragma warning disable IDE0060 // Remove unused parameter + namespace System.Runtime.Intrinsics.Wasm { internal abstract class WasmBase