Skip to content

Commit feee4f0

Browse files
authored
Merge pull request #196 from sharwell/build-warnings
Disable CS1573 (Parameter not documented)
2 parents 383ae89 + af29577 commit feee4f0

8 files changed

Lines changed: 16 additions & 16 deletions

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net20.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE;NET20;NET20PLUS</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27-
<NoWarn>1591</NoWarn>
27+
<NoWarn>1573;1591</NoWarn>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
@@ -34,7 +34,7 @@
3434
<DefineConstants>TRACE;NET20;NET20PLUS</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37-
<NoWarn>1591</NoWarn>
37+
<NoWarn>1573;1591</NoWarn>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net30.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DefineConstants>DEBUG;TRACE;NET30;NET30PLUS;NET20PLUS</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27-
<NoWarn>1591</NoWarn>
27+
<NoWarn>1573;1591</NoWarn>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
@@ -34,7 +34,7 @@
3434
<DefineConstants>TRACE;NET30;NET30PLUS;NET20PLUS</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37-
<NoWarn>1591</NoWarn>
37+
<NoWarn>1573;1591</NoWarn>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net35-cf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<WarningLevel>4</WarningLevel>
3838
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3939
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
40-
<NoWarn>1591</NoWarn>
40+
<NoWarn>1573;1591</NoWarn>
4141
</PropertyGroup>
4242
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4343
<DebugType>pdbonly</DebugType>
@@ -51,7 +51,7 @@
5151
<WarningLevel>4</WarningLevel>
5252
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5353
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
54-
<NoWarn>1591</NoWarn>
54+
<NoWarn>1573;1591</NoWarn>
5555
</PropertyGroup>
5656
<PropertyGroup>
5757
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net35-client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<DefineConstants>DEBUG;TRACE;NET35;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
28-
<NoWarn>1591</NoWarn>
28+
<NoWarn>1573;1591</NoWarn>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<DebugType>pdbonly</DebugType>
@@ -35,7 +35,7 @@
3535
<DefineConstants>TRACE;NET35;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
38-
<NoWarn>1591</NoWarn>
38+
<NoWarn>1573;1591</NoWarn>
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net40-client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<DefineConstants>TRACE;DEBUG;NET40;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
28-
<NoWarn>1591</NoWarn>
28+
<NoWarn>1573;1591</NoWarn>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<DebugType>pdbonly</DebugType>
@@ -35,7 +35,7 @@
3535
<DefineConstants>TRACE;NET40;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
38-
<NoWarn>1591</NoWarn>
38+
<NoWarn>1573;1591</NoWarn>
3939
</PropertyGroup>
4040
<PropertyGroup>
4141
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.net45.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<DefineConstants>TRACE;DEBUG;NET45;NET45PLUS;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
27-
<NoWarn>1591</NoWarn>
27+
<NoWarn>1573;1591</NoWarn>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
@@ -34,7 +34,7 @@
3434
<DefineConstants>TRACE;NET45;NET45PLUS;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37-
<NoWarn>1591</NoWarn>
37+
<NoWarn>1573;1591</NoWarn>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.netstandard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DefineConstants>TRACE;DEBUG;PORTABLE;NETSTANDARD;NET45PLUS;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29-
<NoWarn>1591</NoWarn>
29+
<NoWarn>1573;1591</NoWarn>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3232
<DebugType>pdbonly</DebugType>
@@ -36,7 +36,7 @@
3636
<DefineConstants>TRACE;PORTABLE;NETSTANDARD;NET45PLUS;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
39-
<NoWarn>1591</NoWarn>
39+
<NoWarn>1573;1591</NoWarn>
4040
</PropertyGroup>
4141
<PropertyGroup>
4242
<SignAssembly>true</SignAssembly>

runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.portable-net40.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<DefineConstants>TRACE;DEBUG;PORTABLE;NET40;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
2828
<ErrorReport>prompt</ErrorReport>
2929
<WarningLevel>4</WarningLevel>
30-
<NoWarn>1591</NoWarn>
30+
<NoWarn>1573;1591</NoWarn>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3333
<DebugType>pdbonly</DebugType>
@@ -37,7 +37,7 @@
3737
<DefineConstants>TRACE;PORTABLE;NET40;NET40PLUS;NET35PLUS;NET30PLUS;NET20PLUS</DefineConstants>
3838
<ErrorReport>prompt</ErrorReport>
3939
<WarningLevel>4</WarningLevel>
40-
<NoWarn>1591</NoWarn>
40+
<NoWarn>1573;1591</NoWarn>
4141
</PropertyGroup>
4242
<PropertyGroup>
4343
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)