Skip to content

Commit 5fb2385

Browse files
committed
Fix compiler warnings.
1 parent f4d746e commit 5fb2385

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomTaskType.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ async ValueTask<int> Nested(int i)
144144

145145
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1788
146146
{
147+
#pragma warning disable CS8981
147148
[AsyncMethodBuilder(typeof(builder))]
148149
internal class async
149150
{

ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void BaseQualifiers()
139139
}
140140
}
141141

142+
#pragma warning disable CS8981
142143
private class i
143144
{
144145
public static void Test()

0 commit comments

Comments
 (0)