Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System.XML / System.Xml.XPath / Parser.jay
index 22bb6e0b7a05c4e72702f4d98044765c26163195..82f5e07708010a2845972e8f036a4ec7122a9fee 100644 (file)
@@ -53,7 +53,10 @@ namespace Mono.Xml.XPath
                                throw new XPathException ("Error during parse of " + xpath, e);
                        }
                }
-               static int yacc_verbose_flag;
+               
+#pragma warning disable 649
+               static readonly int yacc_verbose_flag;
+#pragma warning restore 649
 
                private NodeSet CreateNodeTest (Axes axis, object nodeTest, ArrayList plist)
                {