From 65060c00f1417036fce78b4b437ffee720c21d78 Mon Sep 17 00:00:00 2001 From: James Groom Date: Tue, 24 Oct 2023 22:32:17 +1000 Subject: [PATCH] Fix/mute code style warnings --- Common.ruleset | 4 ++++ src/BizHawk.Common/Win32/RawInputImports.cs | 4 +--- src/BizHawk.Common/macOS/QuartzImports.cs | 4 +--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Common.ruleset b/Common.ruleset index c0d05e8bfa..c08d225c28 100644 --- a/Common.ruleset +++ b/Common.ruleset @@ -461,6 +461,10 @@ + + + + diff --git a/src/BizHawk.Common/Win32/RawInputImports.cs b/src/BizHawk.Common/Win32/RawInputImports.cs index d9be8f1c73..733d518d5c 100644 --- a/src/BizHawk.Common/Win32/RawInputImports.cs +++ b/src/BizHawk.Common/Win32/RawInputImports.cs @@ -1,6 +1,4 @@ -#nullable enable - -using System; +using System; using System.Runtime.InteropServices; // ReSharper disable FieldCanBeMadeReadOnly.Global diff --git a/src/BizHawk.Common/macOS/QuartzImports.cs b/src/BizHawk.Common/macOS/QuartzImports.cs index f2bdef4a15..808a0b5c5b 100644 --- a/src/BizHawk.Common/macOS/QuartzImports.cs +++ b/src/BizHawk.Common/macOS/QuartzImports.cs @@ -1,6 +1,4 @@ -#nullable enable - -using System.Runtime.InteropServices; +using System.Runtime.InteropServices; namespace BizHawk.Common {