forked from viva64/plog-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuppress_base.suppress
50 lines (50 loc) · 2.14 KB
/
suppress_base.suppress
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SuppressVersion">
<xs:complexType>
<xs:sequence>
<xs:element name="CurrentVersion" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="plog">
<xs:complexType>
<xs:sequence>
<xs:element name="FileName" type="xs:string" default="" />
<xs:element name="ErrorCode" type="xs:string" default="" />
<xs:element name="Message" type="xs:string" default="" />
<xs:element name="CodePrev" type="xs:unsignedInt" default="0" />
<xs:element name="CodeCurrent" type="xs:unsignedInt" default="0" />
<xs:element name="CodeNext" type="xs:unsignedInt" default="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//plog" />
<xs:field xpath="FileName" />
<xs:field xpath="ErrorCode" />
<xs:field xpath="Message" />
<xs:field xpath="CodePrev" />
<xs:field xpath="CodeCurrent" />
<xs:field xpath="CodeNext" />
</xs:unique>
</xs:element>
</xs:schema>
<SuppressVersion>
<CurrentVersion>2</CurrentVersion>
</SuppressVersion>
<plog>
<FileName>messageparser.cpp</FileName>
<ErrorCode>V807</ErrorCode>
<Message>Decreased performance. Consider creating a reference to avoid using the 'msg.GetNavigationInfo()' expression repeatedly.</Message>
<CodePrev>1455259</CodePrev>
<CodeCurrent>3278146197</CodeCurrent>
<CodeNext>1455259</CodeNext>
</plog>
</NewDataSet>