UA_StatusCode retval = UA_Server_addVariableNode(server, myIntegerNodeId, parentNodeId, parentReferenceNodeId, myIntegerName, UA_NODEID_NULL, attr, NULL, NULL);
(...)
1> open62541.c1>c:\users\adam\downloads\opcserverdemo-master\opc\open62541.c(21702): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(1868): note: see declaration of 'inet_ntoa'1>c:\users\adam\downloads\opcserverdemo-master\opc\open62541.c(22002): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings1> c:\program files (x86)\windows kits\8.1\include\um\winsock2.h(2238): note: see declaration of 'gethostbyname'1>c:\users\adam\downloads\opcserverdemo-master\opc\open62541.c(22284): warning C4146: unary minus operator applied to unsigned type, result still unsigned1>c:\users\adam\downloads\opcserverdemo-master\opc\open62541.c(22313): warning C4146: unary minus operator applied to unsigned type, result still unsigned1> Creating library C:\Users\Adam\Downloads\OPCServerDemo-master\Debug\OPC.lib and object C:\Users\Adam\Downloads\OPCServerDemo-master\Debug\OPC.exp
1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_Server_new imported in function "private: bool __thiscall OPCConnection::OpcUaServer::initialize(void)" (?initialize@OpcUaServer@OPCConnection@@AAE_NXZ)1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_Server_delete imported in function "private: void __thiscall OPCConnection::OpcUaServer::uninitialize(void)" (?uninitialize@OpcUaServer@OPCConnection@@AAEXXZ)1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_Server_run_startup imported in function "private: bool __thiscall OPCConnection::OpcUaServer::initialize(void)" (?initialize@OpcUaServer@OPCConnection@@AAE_NXZ)1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_Server_run_iterate imported in function "private: void __thiscall OPCConnection::OpcUaServer::serverThread_main(void)" (?serverThread_main@OpcUaServer@OPCConnection@@AAEXXZ)
1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_Server_run_shutdown imported in function "private: void __thiscall OPCConnection::OpcUaServer::uninitialize(void)" (?uninitialize@OpcUaServer@OPCConnection@@AAEXXZ)
1>OpcUaServer.obj : warning LNK4217: locally defined symbol _UA_ServerNetworkLayerTCP imported in function "private: bool __thiscall OPCConnection::OpcUaServer::initialize(void)" (?initialize@OpcUaServer@OPCConnection@@AAE_NXZ)
1>OpcUaServer.obj : warning LNK4049: locally defined symbol _UA_ConnectionConfig_standard imported
1>OpcUaServer.obj : warning LNK4049: locally defined symbol _UA_ServerConfig_standard imported