We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac048c commit f7d622dCopy full SHA for f7d622d
RetailCoder.VBE/Rubberduck.csproj
@@ -39,6 +39,7 @@
39
<RegisterForComInterop>true</RegisterForComInterop>
40
<DocumentationFile>bin\Release\Rubberduck.XML</DocumentationFile>
41
<DebugSymbols>true</DebugSymbols>
42
+ <NoWarn>1591</NoWarn>
43
</PropertyGroup>
44
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugAccess|AnyCPU'">
45
RubberduckTests/RubberduckTests.csproj
@@ -37,6 +37,7 @@
37
<DefineConstants>TRACE</DefineConstants>
38
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
0 commit comments