-
Notifications
You must be signed in to change notification settings - Fork 11
/
NotSolved_CPPCheck.xml
18 lines (18 loc) · 2.08 KB
/
NotSolved_CPPCheck.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<results version="2">
<cppcheck version="2.11"/>
<errors>
<error id="noCopyConstructor" severity="warning" msg="Class &#039;WebSocketServer&#039; does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s)." verbose="Class &#039;WebSocketServer&#039; does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s)." cwe="398" file0="Marlin/WebSocketServer.cpp" sinceDate="d-M-yyyy">
<location file="Marlin\WebSocketServer.cpp" line="57"/>
</error>
<error id="noOperatorEq" severity="warning" msg="Class &#039;WebSocketServer&#039; does not have a operator= which is recommended since it has dynamic memory/resource allocation(s)." verbose="Class &#039;WebSocketServer&#039; does not have a operator= which is recommended since it has dynamic memory/resource allocation(s)." cwe="398" file0="Marlin/WebSocketServer.cpp" sinceDate="d-M-yyyy">
<location file="Marlin\WebSocketServer.cpp" line="57"/>
</error>
<error id="unknownMacro" severity="error" msg="There is an unknown macro here somewhere. Configuration is required. If WEBSERVICE_DECLARE is a macro then please configure it." verbose="There is an unknown macro here somewhere. Configuration is required. If WEBSERVICE_DECLARE is a macro then please configure it." file0="MarlinServer/TestMarlinServer.cpp" sinceDate="d-M-yyyy">
<location file="MarlinServer\TestMarlinServer.h" line="86"/>
</error>
<error id="unknownMacro" severity="error" msg="There is an unknown macro here somewhere. Configuration is required. If WEBSERVICE_MAP_BEGIN is a macro then please configure it." verbose="There is an unknown macro here somewhere. Configuration is required. If WEBSERVICE_MAP_BEGIN is a macro then please configure it." file0="MarlinServer/ServerTestset/TestContract.cpp" sinceDate="d-M-yyyy">
<location file="MarlinServer\ServerTestset\TestContract.cpp" line="62"/>
</error>
</errors>
</results>