-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsttp.cpp.suppress
More file actions
66 lines (66 loc) · 2.69 KB
/
sttp.cpp.suppress
File metadata and controls
66 lines (66 loc) · 2.69 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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="sttp.cpp">
<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=".//sttp.cpp" />
<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>
<sttp.cpp>
<FileName>DataSubscriber.cpp</FileName>
<ErrorCode>V106</ErrorCode>
<Message>Implicit type conversion first argument 'packetSize' of function 'resize' to memsize type.</Message>
<CodePrev>1899570683</CodePrev>
<CodeCurrent>405252214</CodeCurrent>
<CodeNext>0</CodeNext>
</sttp.cpp>
<sttp.cpp>
<FileName>DataSubscriber.cpp</FileName>
<ErrorCode>V104</ErrorCode>
<Message>Implicit conversion of 'length' to memsize type in an arithmetic expression: length / sizeof (char)</Message>
<CodePrev>123</CodePrev>
<CodeCurrent>2385429427</CodeCurrent>
<CodeNext>3088837805</CodeNext>
</sttp.cpp>
<sttp.cpp>
<FileName>DataSubscriber.cpp</FileName>
<ErrorCode>V108</ErrorCode>
<Message>Incorrect index type: data[not a memsize-type]. Use memsize type instead.</Message>
<CodePrev>0</CodePrev>
<CodeCurrent>46295163</CodeCurrent>
<CodeNext>123</CodeNext>
</sttp.cpp>
</NewDataSet>