Skip to content

Commit cc3f705

Browse files
vargazshana
authored andcommitted
Disable a warning.
1 parent ff011a4 commit cc3f705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mono.VisualC.Interop/CppModifiers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
namespace Mono.VisualC.Interop {
1818

1919
public abstract class CppModifiers {
20+
#pragma warning disable 0414
2021
static int tmp;
22+
#pragma warning restore
2123
// This can be added to at runtime to support other modifiers
2224
// The list should be prioritized, in that the first items should be modifiers that can potentially contain other modifiers
2325
public static readonly Dictionary<string,Action<Match,List<CppModifiers>>> Tokenize = new Dictionary<string,Action<Match,List<CppModifiers>>> () {

0 commit comments

Comments
 (0)