Skip to content

Commit 3bbf399

Browse files
committed
Suppress warnings in test project
1 parent f8479a2 commit 3bbf399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/projects/AccessTest/AccessTest/AccessTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ErrorReport>prompt</ErrorReport>
1919
<WarningLevel>4</WarningLevel>
2020
<ConsolePause>false</ConsolePause>
21+
<NoWarn>CS0219</NoWarn>
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2324
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)