Skip to content

Commit 13e4d86

Browse files
committed
Remove one now-invalid NoWarn
1 parent d37b400 commit 13e4d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryObjectScanner/BinaryObjectScanner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
99
<IncludeSymbols>true</IncludeSymbols>
1010
<LangVersion>latest</LangVersion>
11-
<NoWarn>CS0162;CS0612</NoWarn>
11+
<NoWarn>CS0612</NoWarn>
1212
<Nullable>enable</Nullable>
1313
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
1414
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)