2022-06-24 01:43 ftp://ftp.de.debian.org/debian/pool/main/n/nx-libs-lite/nx-libs-lite_3.5.0.32.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j1 platform: Linux-4.19.0-18-amd64-x86_64-with-debian-10.12 python: 3.7.3 client-version: 1.3.24 compiler: g++ (Debian 8.3.0-6) 8.3.0 cppcheck: head 2.8 head-info: 60c1eef (2022-06-23 20:26:47 +0200) count: 2141 2149 elapsed-time: 187.7 305.0 head-timing-info: Tokenizer::simplifyTokens1: 172.622s (avg. 1.39211s - 124 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 145.976s (avg. 1.17723s - 124 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 7.08342s (avg. 0.0571244s - 124 result(s)) Tokenizer::tokenize::simplifyTypedef: 3.28133s (avg. 0.0264623s - 124 result(s)) Tokenizer::createTokens: 2.49109s (avg. 0.0200894s - 124 result(s)) Overall time: 347.472s old-timing-info: Tokenizer::simplifyTokens1: 290.158s (avg. 2.33998s - 124 result(s)) Tokenizer::simplifyTokens1::ValueFlow: 263.693s (avg. 2.12656s - 124 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 7.16694s (avg. 0.0577979s - 124 result(s)) Tokenizer::tokenize::simplifyTypedef: 3.1356s (avg. 0.0252871s - 124 result(s)) Tokenizer::createTokens: 2.49748s (avg. 0.0201409s - 124 result(s)) Overall time: 582.278s head results: nx-libs-3.5.0.32/nxcomp/Statistics.h:123:10: style:inconclusive: Technically the member function 'Statistics::getBytesIn' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:134:10: style:inconclusive: Technically the member function 'Statistics::getBytesOut' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:532:7: style:inconclusive: Technically the member function 'Statistics::getBitrateInShortFrame' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:537:7: style:inconclusive: Technically the member function 'Statistics::getBitrateInLongFrame' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:542:7: style:inconclusive: Technically the member function 'Statistics::getTopBitrate' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:552:10: style:inconclusive: Technically the member function 'Statistics::getStreamRatio' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:563:10: style:inconclusive: Technically the member function 'Statistics::getCongestionInFrame' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Control.h:716:7: style:inconclusive: Technically the member function 'Control::isProtoStep7' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Control.h:721:7: style:inconclusive: Technically the member function 'Control::isProtoStep8' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Control.h:726:7: style:inconclusive: Technically the member function 'Control::isProtoStep9' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Control.h:731:7: style:inconclusive: Technically the member function 'Control::isProtoStep10' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Statistics.h:77:3: style: Class 'Statistics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/IntCache.h:25:3: style: Class 'IntCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Timestamp.h:170:68: style: Parameter 'ts2' can be declared as reference to const [constParameter] nx-libs-3.5.0.32/nxcomp/CharCache.h:31:3: warning: Member variable 'CharCache::buffer_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Message.h:95:3: warning: Member variable 'Message::i_size_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Message.h:98:5: performance: Variable 'last_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nx-libs-3.5.0.32/nxcomp/Message.h:125:5: performance: Variable 'last_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nx-libs-3.5.0.32/nxcomp/Message.h:128:5: performance: Variable 'data_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nx-libs-3.5.0.32/nxcomp/Transport.h:137:20: style:inconclusive: Technically the member function 'Transport::getType' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Transport.h:512:7: performance:inconclusive: Technically the member function 'AgentTransport::queuable' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/List.h:48:7: style:inconclusive: Technically the member function 'List::getSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/List.h:58:10: style:inconclusive: Technically the member function 'List::copyList' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Message.h:401:8: style:inconclusive: Technically the member function 'MessageStore::validateSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Message.h:416:8: style:inconclusive: Technically the member function 'MessageStore::validateSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Message.h:870:24: performance:inconclusive: Technically the member function 'MessageStore::getData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.h:875:7: performance:inconclusive: Technically the member function 'MessageStore::plainSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.h:880:7: performance:inconclusive: Technically the member function 'MessageStore::identitySize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.h:885:7: performance:inconclusive: Technically the member function 'MessageStore::compressedSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.h:940:7: performance:inconclusive: Technically the member function 'MessageStore::getLocalTotalStorageSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.h:945:7: performance:inconclusive: Technically the member function 'MessageStore::getRemoteTotalStorageSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.h:115:7: style:inconclusive: Technically the member function 'Split::compressedSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:120:7: style:inconclusive: Technically the member function 'Split::plainSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:135:17: style:inconclusive: Technically the member function 'Split::getState' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:140:18: style:inconclusive: Technically the member function 'Split::getAction' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:152:7: style:inconclusive: Technically the member function 'Split::getResource' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:157:7: style:inconclusive: Technically the member function 'Split::getRequest' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:162:7: style:inconclusive: Technically the member function 'Split::getPosition' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:167:16: style:inconclusive: Technically the member function 'Split::getMode' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:320:7: performance:inconclusive: Technically the member function 'SplitStore::getNodeSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.h:331:7: style:inconclusive: Technically the member function 'SplitStore::getStorageSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:346:7: style:inconclusive: Technically the member function 'SplitStore::getResource' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Split.h:351:7: style:inconclusive: Technically the member function 'SplitStore::getSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ClientStore.h:50:7: performance:inconclusive: Technically the member function 'ClientStore::getSplitTotalSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ClientStore.h:55:7: performance:inconclusive: Technically the member function 'ClientStore::getSplitTotalStorageSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:242:8: performance:inconclusive: Technically the member function 'Channel::setPorts' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:278:7: style:inconclusive: Technically the member function 'Channel::getClosing' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Channel.h:283:7: style:inconclusive: Technically the member function 'Channel::getDrop' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Channel.h:288:7: style:inconclusive: Technically the member function 'Channel::getCongestion' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Channel.h:358:7: performance:inconclusive: Technically the member function 'Channel::handleEncodeIdentity' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:366:7: performance:inconclusive: Technically the member function 'Channel::handleDecodeIdentity' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:380:8: performance:inconclusive: Technically the member function 'Channel::handleCopy' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:390:8: performance:inconclusive: Technically the member function 'Channel::handleCopy' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.h:521:8: performance:inconclusive: Technically the member function 'Channel::validateSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.h:199:7: style:inconclusive: Technically the member function 'Proxy::getOperational' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Proxy.h:451:8: performance:inconclusive: Technically the member function 'Proxy::setTimer' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.h:470:7: style:inconclusive: Technically the member function 'Proxy::getTimer' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Proxy.h:562:7: style:inconclusive: Technically the member function 'Proxy::getSplitSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Proxy.h:568:7: style:inconclusive: Technically the member function 'Proxy::getSplitStorageSize' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Proxy.h:800:7: performance:inconclusive: Technically the member function 'Proxy::handleAsyncKeeperCallback' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Agent.h:122:7: performance:inconclusive: Technically the member function 'Agent::getProxyFd' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Agent.h:132:7: style:inconclusive: Technically the member function 'Agent::localReadable' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Agent.h:188:7: style:inconclusive: Technically the member function 'Agent::localCanRead' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Agent.h:202:7: performance:inconclusive: Technically the member function 'Agent::proxyCanRead' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Agent.cpp:38:3: warning: Class 'Agent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Agent.cpp:38:3: warning: Class 'Agent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/Transport.h:128:3: style: Class 'Transport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Transport.h:282:3: style: Class 'ProxyTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Transport.h:396:3: style: Class 'AgentTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Split.h:498:3: style: Class 'CommitStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/ClientStore.h:32:3: style: Class 'ClientStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/ServerStore.h:31:3: style: Class 'ServerStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/FreeCache.h:27:3: style: Class 'FreeCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/BlockCacheSet.h:27:3: style: Class 'BlockCacheSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/ProxyReadBuffer.h:28:3: style: Class 'ProxyReadBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Agent.h:50:3: style: Class 'Agent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/Transport.h:286:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:147:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:286:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:288:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:149:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:288:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:290:15: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:151:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:290:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:306:15: style: The function 'pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:167:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:306:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:321:15: style: The function 'flushable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:187:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:321:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:343:24: style: The function 'getPending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:203:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:343:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:345:16: style: The function 'pendingReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:210:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:345:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:350:16: style: The function 'partialReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:214:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:350:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:360:16: style: The function 'fullReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:219:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:360:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:400:15: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:147:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:400:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:402:15: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:149:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:402:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:408:15: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:151:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:408:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:410:15: style: The function 'drain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:410:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:424:15: style: The function 'pending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:167:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:424:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:434:15: style: The function 'readable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:172:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:434:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:439:15: style: The function 'writable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:177:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:439:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:444:15: style: The function 'queued' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:182:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:444:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:465:15: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:192:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:465:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:478:24: style: The function 'getPending' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:203:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:478:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:480:16: style: The function 'pendingReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:210:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:480:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:485:16: style: The function 'partialReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:214:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:485:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Transport.h:495:16: style: The function 'fullReset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Transport.h:219:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/Transport.h:495:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ProxyReadBuffer.h:40:24: style: The function 'suggestedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:91:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ProxyReadBuffer.h:40:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ProxyReadBuffer.h:42:15: style: The function 'locateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:93:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ProxyReadBuffer.h:42:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Agent.h:59:29: style: Parameter 'readSet' can be declared as pointer to const [constParameter] nx-libs-3.5.0.32/nxcomp/Agent.h:64:30: style: Parameter 'writeSet' can be declared as pointer to const [constParameter] nx-libs-3.5.0.32/nxcomp/Agent.cpp:33:18: style: Parameter 'fd' can be declared as const array [constParameter] nx-libs-3.5.0.32/nxcomp/Auth.cpp:361:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] nx-libs-3.5.0.32/nxcomp/Auth.cpp:48:3: performance: Variable 'last_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] nx-libs-3.5.0.32/nxcomp/Auth.cpp:86:3: warning: Class 'Auth' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Auth.cpp:86:3: warning: Class 'Auth' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/Auth.cpp:70:32: warning: Either the condition 'cookie==NULL' is redundant or there is possible null pointer dereference: cookie. [nullPointerRedundantCheck] nx-libs-3.5.0.32/nxcomp/Auth.cpp:60:53: note: Assuming that condition 'cookie==NULL' is not redundant nx-libs-3.5.0.32/nxcomp/Auth.cpp:70:32: note: Null pointer dereference nx-libs-3.5.0.32/nxcomp/Auth.cpp:71:13: warning: Either the condition 'display==NULL' is redundant or there is possible null pointer dereference: display. [nullPointerRedundantCheck] nx-libs-3.5.0.32/nxcomp/Auth.cpp:60:15: note: Assuming that condition 'display==NULL' is not redundant nx-libs-3.5.0.32/nxcomp/Auth.cpp:71:13: note: Null pointer dereference nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:23:3: warning: Class 'BlockCacheSet' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:23:3: warning: Class 'BlockCacheSet' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:53:36: style:inconclusive: Function 'lookup' argument 1 names different: declaration 'size' definition 'dataLength'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/BlockCacheSet.h:30:27: note: Function 'lookup' argument 1 names different: declaration 'size' definition 'dataLength'. nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:53:36: note: Function 'lookup' argument 1 names different: declaration 'size' definition 'dataLength'. nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:119:33: style:inconclusive: Function 'set' argument 1 names different: declaration 'size' definition 'dataLength'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/BlockCacheSet.h:33:25: note: Function 'set' argument 1 names different: declaration 'size' definition 'dataLength'. nx-libs-3.5.0.32/nxcomp/BlockCacheSet.cpp:119:33: note: Function 'set' argument 1 names different: declaration 'size' definition 'dataLength'. nx-libs-3.5.0.32/nxcomp/ChangeGC.h:59:3: warning: Member variable 'ChangeGCMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeGC.h:59:3: warning: Member variable 'ChangeGCMessage::value_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeGC.h:153:16: style: Virtual function 'destroy' is called from destructor '~ChangeGCStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ChangeGC.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ChangeGC.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ChangeGC.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:164:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:167:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:173:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:173:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGC.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:42:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:67:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:98:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:140:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:141:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:143:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:158:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:160:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGC.cpp:68:25: style: Variable 'value' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ChangeGC.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ChangeGC.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:59:3: warning: Member variable 'ChangeGCCompatMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:59:3: warning: Member variable 'ChangeGCCompatMessage::value_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:153:16: style: Virtual function 'destroy' is called from destructor '~ChangeGCCompatStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:164:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:167:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.cpp:42:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.cpp:67:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.cpp:98:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.cpp:68:25: style: Variable 'value' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ChangeGCCompat.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::mode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::format' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::property' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::type' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:59:3: warning: Member variable 'ChangePropertyMessage::length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:157:16: style: Virtual function 'destroy' is called from destructor '~ChangePropertyStore()' at line 120. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:120:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:157:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:126:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:126:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:131:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:131:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:136:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:136:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:147:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:147:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:152:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:152:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:157:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:157:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:162:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:162:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:165:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:165:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:168:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:172:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:172:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:175:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:175:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:178:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:178:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:159:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:42:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:80:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:81:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:83:15: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:97:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:145:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:146:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:148:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:163:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:165:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:56:16: style: The scope of the variable 'uiFormat' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ChangeProperty.cpp:57:16: style: The scope of the variable 'uiLengthInBytes' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:107:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ChangeProperty.h:118:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Channel.cpp:90:10: warning: Member variable 'Channel::bigEndian_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Channel.cpp:90:10: warning: Member variable 'Channel::imageByteOrder_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Channel.cpp:90:10: warning: Member variable 'Channel::bitmapBitOrder_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Channel.cpp:90:10: warning: Member variable 'Channel::scanlineUnit_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Channel.cpp:90:10: warning: Member variable 'Channel::scanlinePad_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Channel.h:428:8: performance:inconclusive: Technically the member function 'Channel::handleUpdateAdded' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.cpp:927:15: note: Technically the member function 'Channel::handleUpdateAdded' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Channel.h:428:8: note: Technically the member function 'Channel::handleUpdateAdded' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Channel.h:514:8: performance:inconclusive: Technically the member function 'Channel::handleSplitStoreError' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Channel.cpp:1889:15: note: Technically the member function 'Channel::handleSplitStoreError' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Channel.h:514:8: note: Technically the member function 'Channel::handleSplitStoreError' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Channel.cpp:1742:14: style: The statement 'if (alert_!=0) alert_=0' is logically equivalent to 'alert_=0'. [duplicateConditionalAssign] nx-libs-3.5.0.32/nxcomp/Channel.cpp:1750:12: note: Assignment 'alert_=0' nx-libs-3.5.0.32/nxcomp/Channel.cpp:1742:14: note: Condition 'alert_!=0' is redundant nx-libs-3.5.0.32/nxcomp/Channel.cpp:1293:7: style: The scope of the variable 'remaining' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Channel.cpp:1356:30: warning: Function 'handleDrain' argument order different: declaration 'timeout, limit' definition 'limit, timeout' [funcArgOrderDifferent] nx-libs-3.5.0.32/nxcomp/Channel.h:195:23: note: Function 'handleDrain' argument order different: declaration 'timeout, limit' definition 'limit, timeout' nx-libs-3.5.0.32/nxcomp/Channel.cpp:1356:30: note: Function 'handleDrain' argument order different: declaration 'timeout, limit' definition 'limit, timeout' nx-libs-3.5.0.32/nxcomp/Children.cpp:631:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Children.cpp:832:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Children.cpp:922:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Keeper.h:103:7: style:inconclusive: Technically the member function 'Keeper::getSignal' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Keeper.h:108:7: style:inconclusive: Technically the member function 'Keeper::getParent' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Children.cpp:623:17: style: The if condition is the same as the previous if condition [duplicateCondition] nx-libs-3.5.0.32/nxcomp/Children.cpp:604:17: note: First condition nx-libs-3.5.0.32/nxcomp/Children.cpp:623:17: note: Second condition nx-libs-3.5.0.32/nxcomp/Children.cpp:931:3: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::exposures' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:59:3: warning: Member variable 'ClearAreaMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClearArea.h:157:16: style: Virtual function 'destroy' is called from destructor '~ClearAreaStore()' at line 120. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ClearArea.h:120:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ClearArea.h:157:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ClearArea.h:126:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:126:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:131:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:131:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:136:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:136:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:147:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:147:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:152:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:152:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:157:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:157:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:162:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:162:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:165:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:165:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:168:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:171:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClearArea.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClearArea.h:159:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClearArea.cpp:42:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClearArea.cpp:67:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClearArea.h:107:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClearArea.h:118:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClientReadBuffer.h:30:3: warning: Member variable 'ClientReadBuffer::bigEndian_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::format' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::depth' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::left_pad' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::pos_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutImage.h:69:3: warning: Member variable 'PutImageMessage::pos_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::format' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::method' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_depth' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_depth' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::src_height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:68:3: warning: Member variable 'PutPackedImageMessage::dst_height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:202:7: style: Unused private function: 'ClientChannel::handleTaintLameRequest' [unusedPrivateFunction] nx-libs-3.5.0.32/nxcomp/SequenceQueue.h:58:7: style:inconclusive: Technically the member function 'SequenceQueue::length' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:199:7: performance:inconclusive: Technically the member function 'ClientChannel::handleTaintSplitRequest' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6620:20: note: Technically the member function 'ClientChannel::handleTaintSplitRequest' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ClientChannel.h:199:7: note: Technically the member function 'ClientChannel::handleTaintSplitRequest' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ClientChannel.h:202:7: style:inconclusive: Technically the member function 'ClientChannel::handleTaintLameRequest' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6655:20: note: Technically the member function 'ClientChannel::handleTaintLameRequest' can be const. nx-libs-3.5.0.32/nxcomp/ClientChannel.h:202:7: note: Technically the member function 'ClientChannel::handleTaintLameRequest' can be const. nx-libs-3.5.0.32/nxcomp/ClientChannel.h:208:7: performance:inconclusive: Technically the member function 'ClientChannel::handleTaintSyncError' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6809:20: note: Technically the member function 'ClientChannel::handleTaintSyncError' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ClientChannel.h:208:7: note: Technically the member function 'ClientChannel::handleTaintSyncError' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ClientChannel.h:242:7: style:inconclusive: Technically the member function 'ClientChannel::canSplitMessage' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:250:7: performance:inconclusive: Technically the member function 'ClientChannel::canSendSplit' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:262:7: style:inconclusive: Technically the member function 'ClientChannel::handleSplitChecksum' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5641:20: note: Technically the member function 'ClientChannel::handleSplitChecksum' can be const. nx-libs-3.5.0.32/nxcomp/ClientChannel.h:262:7: note: Technically the member function 'ClientChannel::handleSplitChecksum' can be const. nx-libs-3.5.0.32/nxcomp/PutImage.h:99:3: style: Class 'PutImageStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:116:3: style: Class 'PutPackedImageStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/ClientReadBuffer.h:42:24: style: The function 'suggestedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:91:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientReadBuffer.h:42:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientReadBuffer.h:44:15: style: The function 'locateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:93:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientReadBuffer.h:44:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:65:15: style: The function 'handleRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:113:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:65:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:68:15: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:122:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:68:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:70:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:130:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:70:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:74:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:134:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:74:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:81:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:138:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:81:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:83:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:140:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:83:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:88:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:142:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:88:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:90:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:144:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:90:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:92:15: style: The function 'handleMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:146:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:92:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:97:15: style: The function 'handleCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:148:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:97:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:102:15: style: The function 'handleConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:150:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:102:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:104:15: style: The function 'handleFinish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:152:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:104:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:106:15: style: The function 'handleAsyncEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:106:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:111:15: style: The function 'needSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:252:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:111:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:124:15: style: The function 'needMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:259:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:124:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:129:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:266:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientChannel.h:129:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:103:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:103:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:108:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:108:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:113:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:113:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:124:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:124:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:129:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:129:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:134:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:134:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:139:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:139:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:143:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:143:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:147:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:147:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:150:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:150:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:153:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:157:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:157:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:160:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:160:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutImage.h:163:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutImage.h:163:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:120:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:120:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:125:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:125:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:130:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:130:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:169:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:169:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:174:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:174:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:179:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:179:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:184:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:184:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:188:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:188:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:192:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:192:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:195:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:195:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:198:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:198:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:202:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:202:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:205:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:205:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:208:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:208:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2446:27: style: Condition 'xDiff0Abs<0' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2442:15: note: Assignment 'xDiff0=x-clientCache_->polySegmentLastX[0]', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2441:33: note: xDiff0 is assigned 'x-clientCache_->polySegmentLastX[0]' here. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2445:29: note: Assignment 'xDiff0Abs=(int)xDiff0', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2446:27: note: Condition 'xDiff0Abs<0' is always false nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2449:27: style: Condition 'xDiff1Abs<0' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2444:15: note: Assignment 'xDiff1=x-clientCache_->polySegmentLastX[1]', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2443:33: note: xDiff1 is assigned 'x-clientCache_->polySegmentLastX[1]' here. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2448:29: note: Assignment 'xDiff1Abs=(int)xDiff1', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2449:27: note: Condition 'xDiff1Abs<0' is always false nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2459:27: style: Condition 'yDiff0Abs<0' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2455:15: note: Assignment 'yDiff0=y-clientCache_->polySegmentLastY[0]', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2454:33: note: yDiff0 is assigned 'y-clientCache_->polySegmentLastY[0]' here. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2458:29: note: Assignment 'yDiff0Abs=(int)yDiff0', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2459:27: note: Condition 'yDiff0Abs<0' is always false nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2462:27: style: Condition 'yDiff1Abs<0' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2457:15: note: Assignment 'yDiff1=y-clientCache_->polySegmentLastY[1]', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2456:33: note: yDiff1 is assigned 'y-clientCache_->polySegmentLastY[1]' here. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2461:29: note: Assignment 'yDiff1Abs=(int)yDiff1', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2462:27: note: Condition 'yDiff1Abs<0' is always false nx-libs-3.5.0.32/nxcomp/PutImage.h:136:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:181:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2601:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:2605:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7596:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7598:5: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7599:5: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7623:46: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7634:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7638:11: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7696:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7700:7: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:262:7: style: The scope of the variable 'hit' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6104:12: style: The scope of the variable 'splitMessage' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7176:10: style: The scope of the variable 'splitMessage' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:7338:10: style: The scope of the variable 'splitMessage' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5537:45: style:inconclusive: Function 'handleSplitSend' argument 3 names different: declaration 'total' definition 'splits'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:258:32: note: Function 'handleSplitSend' argument 3 names different: declaration 'total' definition 'splits'. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5537:45: note: Function 'handleSplitSend' argument 3 names different: declaration 'total' definition 'splits'. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5780:72: style:inconclusive: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/ClientChannel.h:88:67: note: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5780:72: note: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:720:24: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:720:24: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:1439:24: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:1439:24: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:1454:24: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:1454:24: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3765:30: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3286:75: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3765:30: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3813:32: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3286:75: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3813:32: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:4074:32: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3286:75: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:4074:32: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:4085:32: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:3286:75: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:4085:32: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:8211:18: style: Local variable 'value' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:8199:16: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:8211:18: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5352:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:5714:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6109:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClientChannel.cpp:6369:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ClientProxy.h:34:3: style: Class 'ClientProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/ClientProxy.h:38:16: style: The function 'handleDisplayConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:258:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:38:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:41:16: style: The function 'handlePortConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:261:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:41:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:50:15: style: The function 'handleNewConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:268:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:50:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:52:15: style: The function 'handleNewConnectionFromProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:270:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:52:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:54:15: style: The function 'handleNewAgentConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:272:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:54:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:56:15: style: The function 'handleNewXConnection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:274:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:56:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:58:15: style: The function 'handleNewXConnectionFromProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:276:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:58:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:65:15: style: The function 'handleLoad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:311:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:65:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:66:15: style: The function 'handleSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:313:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:66:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:68:15: style: The function 'handleAsyncEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:443:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:68:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:70:15: style: The function 'handleLoadFromProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:987:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:70:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:71:15: style: The function 'handleSaveFromProxy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:988:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:73:15: style: The function 'handleSaveAllStores' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:995:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:73:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:76:15: style: The function 'handleLoadAllStores' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:1004:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:76:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:85:15: style: The function 'checkLocalChannelMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Proxy.h:1043:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ClientProxy.h:85:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericReadBuffer.h:42:24: style: The function 'suggestedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:91:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericReadBuffer.h:42:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericReadBuffer.h:44:15: style: The function 'locateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:93:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericReadBuffer.h:44:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:55:15: style: The function 'handleRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:113:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:55:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:58:15: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:122:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:58:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:61:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:130:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:61:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:68:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:134:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:68:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:76:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:138:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:76:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:81:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:140:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:81:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:86:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:142:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:86:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:91:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:144:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:91:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:96:15: style: The function 'handleMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:146:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:96:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:101:15: style: The function 'handleCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:148:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:101:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:103:15: style: The function 'handleConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:150:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:103:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:105:15: style: The function 'handleFinish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:152:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:105:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:107:15: style: The function 'handleAsyncEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:107:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:112:15: style: The function 'needSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:252:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:112:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:117:15: style: The function 'needMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:259:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:117:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:266:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:138:15: style: The function 'isCongested' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:470:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:138:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:143:15: style: The function 'isReliable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:477:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:143:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:205:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:205:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:210:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:210:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:220:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:220:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:225:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:225:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:248:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:248:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:253:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:253:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:263:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:263:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:268:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:268:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:291:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:291:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:300:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:300:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:312:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:312:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:317:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:317:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:340:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:340:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:345:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:345:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:355:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:355:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:360:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:360:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:383:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:383:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:388:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:388:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:398:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:398:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:403:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:403:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:426:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:122:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:426:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:431:15: style: The function 'isCompressed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:153:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:431:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:436:15: style: The function 'isPrioritized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:436:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:441:16: style: The function 'addProtocolBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/GenericChannel.h:167:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericChannel.h:441:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ClientProxy.cpp:42:30: style:inconclusive: Function 'ClientProxy' argument 1 names different: declaration 'proxyFD' definition 'proxyFd'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/ClientProxy.h:34:19: note: Function 'ClientProxy' argument 1 names different: declaration 'proxyFD' definition 'proxyFd'. nx-libs-3.5.0.32/nxcomp/ClientProxy.cpp:42:30: note: Function 'ClientProxy' argument 1 names different: declaration 'proxyFD' definition 'proxyFd'. nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::propagate' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::code' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::byte_data' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::sequence' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SendEvent.h:59:3: warning: Member variable 'SendEventMessage::int_data' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreateGC.h:59:3: warning: Member variable 'CreateGCMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreateGC.h:59:3: warning: Member variable 'CreateGCMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreateGC.h:59:3: warning: Member variable 'CreateGCMessage::value_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:59:3: warning: Member variable 'CreatePixmapMessage::depth' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:59:3: warning: Member variable 'CreatePixmapMessage::id' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:59:3: warning: Member variable 'CreatePixmapMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:59:3: warning: Member variable 'CreatePixmapMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:59:3: warning: Member variable 'CreatePixmapMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:59:3: warning: Member variable 'SetClipRectanglesMessage::ordering' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:59:3: warning: Member variable 'SetClipRectanglesMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:59:3: warning: Member variable 'SetClipRectanglesMessage::x_origin' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:59:3: warning: Member variable 'SetClipRectanglesMessage::y_origin' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::src_drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::dst_drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::src_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::src_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::dst_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::dst_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CopyArea.h:59:3: warning: Member variable 'CopyAreaMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyLine.h:59:3: warning: Member variable 'PolyLineMessage::mode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyLine.h:59:3: warning: Member variable 'PolyLineMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyLine.h:59:3: warning: Member variable 'PolyLineMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolySegment.h:59:3: warning: Member variable 'PolySegmentMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolySegment.h:59:3: warning: Member variable 'PolySegmentMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:59:3: warning: Member variable 'PolyFillRectangleMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:59:3: warning: Member variable 'PolyFillRectangleMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::src_window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::dst_window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::src_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::src_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::r_same_screen' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::r_child_window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::r_dst_x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:59:3: warning: Member variable 'TranslateCoordsMessage::r_dst_y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::format' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetImage.h:59:3: warning: Member variable 'GetImageMessage::plane_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:59:3: warning: Member variable 'ConfigureWindowMessage::window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:59:3: warning: Member variable 'ConfigureWindowMessage::value_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:61:3: warning: Member variable 'ShapeExtensionMessage::opcode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:61:3: warning: Member variable 'ShapeExtensionMessage::data' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText8.h:59:3: warning: Member variable 'PolyText8Message::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText8.h:59:3: warning: Member variable 'PolyText8Message::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText8.h:59:3: warning: Member variable 'PolyText8Message::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText8.h:59:3: warning: Member variable 'PolyText8Message::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText16.h:59:3: warning: Member variable 'PolyText16Message::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText16.h:59:3: warning: Member variable 'PolyText16Message::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText16.h:59:3: warning: Member variable 'PolyText16Message::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyText16.h:59:3: warning: Member variable 'PolyText16Message::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText8.h:59:3: warning: Member variable 'ImageText8Message::len' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText8.h:59:3: warning: Member variable 'ImageText8Message::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText8.h:59:3: warning: Member variable 'ImageText8Message::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText8.h:59:3: warning: Member variable 'ImageText8Message::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText8.h:59:3: warning: Member variable 'ImageText8Message::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText16.h:59:3: warning: Member variable 'ImageText16Message::len' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText16.h:59:3: warning: Member variable 'ImageText16Message::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText16.h:59:3: warning: Member variable 'ImageText16Message::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText16.h:59:3: warning: Member variable 'ImageText16Message::x' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ImageText16.h:59:3: warning: Member variable 'ImageText16Message::y' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:59:3: warning: Member variable 'PolyPointMessage::mode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:59:3: warning: Member variable 'PolyPointMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:59:3: warning: Member variable 'PolyPointMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:59:3: warning: Member variable 'PolyFillArcMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:59:3: warning: Member variable 'PolyFillArcMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyArc.h:59:3: warning: Member variable 'PolyArcMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/PolyArc.h:59:3: warning: Member variable 'PolyArcMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::shape' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::mode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::gcontext' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::x_origin' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/FillPoly.h:61:3: warning: Member variable 'FillPolyMessage::y_origin' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/InternAtom.h:59:3: warning: Member variable 'InternAtomMessage::only_if_exists' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/InternAtom.h:59:3: warning: Member variable 'InternAtomMessage::name_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::property_delete' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::window' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::property' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::type' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::long_offset' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GetProperty.h:59:3: warning: Member variable 'GetPropertyMessage::long_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_1_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_4_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_8_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_16_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_24_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::depth_32_bpp' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::red_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::green_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:59:3: warning: Member variable 'SetUnpackGeometryMessage::blue_mask' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:64:3: warning: Member variable 'SetUnpackColormapMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:64:3: warning: Member variable 'SetUnpackColormapMessage::method' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:64:3: warning: Member variable 'SetUnpackColormapMessage::src_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:64:3: warning: Member variable 'SetUnpackColormapMessage::dst_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:65:3: warning: Member variable 'SetUnpackAlphaMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:65:3: warning: Member variable 'SetUnpackAlphaMessage::method' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:65:3: warning: Member variable 'SetUnpackAlphaMessage::src_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:65:3: warning: Member variable 'SetUnpackAlphaMessage::dst_length' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GenericRequest.h:61:3: warning: Member variable 'GenericRequestMessage::opcode' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/GenericRequest.h:61:3: warning: Member variable 'GenericRequestMessage::data' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:59:3: warning: Member variable 'CreatePixmapCompatMessage::depth' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:59:3: warning: Member variable 'CreatePixmapCompatMessage::id' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:59:3: warning: Member variable 'CreatePixmapCompatMessage::drawable' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:59:3: warning: Member variable 'CreatePixmapCompatMessage::width' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:59:3: warning: Member variable 'CreatePixmapCompatMessage::height' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:59:3: warning: Member variable 'SetUnpackColormapCompatMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:59:3: warning: Member variable 'SetUnpackColormapCompatMessage::entries' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:59:3: warning: Member variable 'SetUnpackAlphaCompatMessage::client' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:59:3: warning: Member variable 'SetUnpackAlphaCompatMessage::entries' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ClientStore.cpp:134:3: warning: Class 'ClientStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/ClientStore.cpp:134:3: warning: Class 'ClientStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/SendEvent.h:163:16: style: Virtual function 'destroy' is called from destructor '~SendEventStore()' at line 126. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SendEvent.h:126:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SendEvent.h:163:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/CreateGC.h:154:16: style: Virtual function 'destroy' is called from destructor '~CreateGCStore()' at line 117. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/CreateGC.h:117:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/CreateGC.h:154:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:155:16: style: Virtual function 'destroy' is called from destructor '~SetClipRectanglesStore()' at line 118. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:118:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:155:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/CopyArea.h:160:16: style: Virtual function 'destroy' is called from destructor '~CopyAreaStore()' at line 123. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/CopyArea.h:123:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/CopyArea.h:160:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyLine.h:154:16: style: Virtual function 'destroy' is called from destructor '~PolyLineStore()' at line 117. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyLine.h:117:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyLine.h:154:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolySegment.h:153:16: style: Virtual function 'destroy' is called from destructor '~PolySegmentStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolySegment.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolySegment.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:153:16: style: Virtual function 'destroy' is called from destructor '~PolyFillRectangleStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:160:16: style: Virtual function 'destroy' is called from destructor '~TranslateCoordsStore()' at line 123. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:123:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:160:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/GetImage.h:158:16: style: Virtual function 'destroy' is called from destructor '~GetImageStore()' at line 121. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/GetImage.h:121:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/GetImage.h:158:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:153:16: style: Virtual function 'destroy' is called from destructor '~ConfigureWindowStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyText8.h:156:16: style: Virtual function 'destroy' is called from destructor '~PolyText8Store()' at line 119. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyText8.h:119:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyText8.h:156:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyText16.h:156:16: style: Virtual function 'destroy' is called from destructor '~PolyText16Store()' at line 119. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyText16.h:119:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyText16.h:156:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ImageText8.h:158:16: style: Virtual function 'destroy' is called from destructor '~ImageText8Store()' at line 121. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ImageText8.h:121:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ImageText8.h:158:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ImageText16.h:158:16: style: Virtual function 'destroy' is called from destructor '~ImageText16Store()' at line 121. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ImageText16.h:121:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ImageText16.h:158:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyPoint.h:154:16: style: Virtual function 'destroy' is called from destructor '~PolyPointStore()' at line 117. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:117:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyPoint.h:154:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:153:16: style: Virtual function 'destroy' is called from destructor '~PolyFillArcStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PolyArc.h:153:16: style: Virtual function 'destroy' is called from destructor '~PolyArcStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PolyArc.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PolyArc.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/FillPoly.h:165:16: style: Virtual function 'destroy' is called from destructor '~FillPolyStore()' at line 128. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/FillPoly.h:128:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/FillPoly.h:165:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/InternAtom.h:153:16: style: Virtual function 'destroy' is called from destructor '~InternAtomStore()' at line 116. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/InternAtom.h:116:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/InternAtom.h:153:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/GetProperty.h:158:16: style: Virtual function 'destroy' is called from destructor '~GetPropertyStore()' at line 121. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/GetProperty.h:121:7: note: Calling destroy nx-libs-3.5.0.32/nxcomp/GetProperty.h:158:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:86:3: style: Class 'ShapeExtensionStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:325:3: style: Class 'RenderExtensionStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:92:3: style: Class 'SetUnpackGeometryStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:90:3: style: Class 'SetUnpackColormapStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:91:3: style: Class 'SetUnpackAlphaStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/GenericRequest.h:86:3: style: Class 'GenericRequestStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:82:3: style: Class 'SetUnpackColormapCompatStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:82:3: style: Class 'SetUnpackAlphaCompatStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/SendEvent.h:132:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:132:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:137:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:137:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:142:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:142:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:153:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:153:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:158:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:158:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:163:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:163:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:168:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:168:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:171:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:171:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:174:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:178:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:178:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:181:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:181:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:184:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SendEvent.h:184:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:123:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:123:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:128:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:128:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:133:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:133:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:144:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:144:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:149:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:149:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:154:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:154:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:159:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:159:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:162:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:162:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:165:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:165:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:172:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:172:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreateGC.h:175:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreateGC.h:175:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:91:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:91:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:96:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:96:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:101:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:101:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:112:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:112:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:117:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:117:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:122:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:122:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:127:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:127:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:131:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:131:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:135:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:135:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:138:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:138:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:141:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:141:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:145:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:145:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:148:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:148:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:151:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:151:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:124:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:124:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:129:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:129:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:134:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:134:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:145:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:145:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:150:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:150:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:155:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:155:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:160:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:160:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:163:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:163:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:166:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:166:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:170:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:170:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:173:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:173:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:176:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:176:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:129:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:129:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:134:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:134:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:139:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:139:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:150:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:150:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:155:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:155:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:160:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:160:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:165:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:165:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:168:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:168:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:171:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:175:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:175:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:178:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:178:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CopyArea.h:181:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CopyArea.h:181:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:123:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:123:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:128:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:128:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:133:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:133:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:144:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:144:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:149:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:149:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:154:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:154:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:159:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:159:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:162:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:162:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:165:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:165:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:172:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:172:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyLine.h:175:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyLine.h:175:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:164:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:168:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:171:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolySegment.h:174:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolySegment.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:164:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:168:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:171:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:174:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:129:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:129:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:134:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:134:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:139:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:139:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:150:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:150:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:155:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:155:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:160:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:160:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:165:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:165:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:168:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:168:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:171:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:174:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:127:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:127:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:132:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:132:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:137:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:137:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:153:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:153:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:158:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:158:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:163:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:163:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:166:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:166:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:173:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:173:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:176:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:176:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetImage.h:179:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetImage.h:179:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:164:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:167:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:90:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:90:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:95:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:95:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:100:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:100:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:111:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:111:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:116:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:116:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:121:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:121:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:126:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:126:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:130:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:130:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:134:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:134:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:137:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:137:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:140:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:140:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:144:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:144:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:147:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:147:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:150:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:150:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:329:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:329:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:334:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:334:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:339:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:339:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:350:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:350:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:355:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:355:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:360:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:360:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:370:15: style: The function 'validateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:441:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:370:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:377:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:452:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:377:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:379:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:379:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:383:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:383:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:387:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:387:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:390:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:390:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:393:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:393:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:397:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:397:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:400:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:400:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:403:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:403:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1049:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1051:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:426:15: style: The function 'encodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1053:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:426:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:430:15: style: The function 'decodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1060:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:430:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:434:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1079:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:434:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:437:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1082:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:437:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:440:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1085:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:440:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:444:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1091:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:444:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:447:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1096:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderExtension.h:447:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:125:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:125:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:130:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:130:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:135:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:135:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:146:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:146:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:151:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:151:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:156:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:156:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:161:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:164:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:164:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:167:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:171:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:174:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText8.h:177:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText8.h:177:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:125:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:125:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:130:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:130:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:135:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:135:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:146:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:146:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:151:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:151:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:156:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:156:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:161:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:164:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:164:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:167:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:171:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:174:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyText16.h:177:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyText16.h:177:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:127:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:127:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:132:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:132:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:137:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:137:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:153:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:153:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:158:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:158:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:163:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:163:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:166:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:166:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:173:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:173:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:176:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:176:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText8.h:179:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText8.h:179:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:127:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:127:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:132:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:132:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:137:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:137:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:153:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:153:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:158:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:158:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:163:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:163:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:166:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:166:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:173:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:173:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:176:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:176:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ImageText16.h:179:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ImageText16.h:179:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:123:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:123:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:128:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:128:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:133:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:133:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:144:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:144:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:149:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:149:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:154:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:154:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:159:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:159:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:162:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:162:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:165:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:165:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:169:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:172:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:172:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:175:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyPoint.h:175:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:164:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:168:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:171:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:174:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:164:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:168:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:168:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:171:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:171:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/PolyArc.h:174:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/PolyArc.h:174:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:134:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:134:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:139:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:139:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:144:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:144:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:155:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:155:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:160:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:160:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:165:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:165:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:170:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:452:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:170:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:179:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:179:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:182:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:182:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:185:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:185:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:189:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:189:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:192:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:192:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/FillPoly.h:195:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/FillPoly.h:195:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:122:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:122:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:127:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:127:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:132:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:132:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:143:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:143:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:153:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:158:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:158:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:161:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:161:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:164:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:164:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/InternAtom.h:167:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/InternAtom.h:167:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:127:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:127:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:132:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:132:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:137:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:137:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:148:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:148:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:153:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:153:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:158:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:158:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:163:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:163:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:166:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:166:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:169:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:169:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GetProperty.h:172:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GetProperty.h:172:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:96:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:96:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:101:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:101:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:106:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:106:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:117:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:117:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:122:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:122:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:127:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:127:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:132:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:132:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:136:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:136:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:140:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:140:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:143:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:143:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:146:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:146:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:150:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:150:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:153:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:153:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:156:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:156:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:94:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:94:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:99:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:99:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:104:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:104:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:115:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:115:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:120:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:120:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:125:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:125:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:130:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:130:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:134:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:134:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:138:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:138:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:141:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:141:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:144:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:144:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:148:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:148:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:151:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:151:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:154:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:154:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:95:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:95:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:100:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:100:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:105:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:105:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:116:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:116:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:121:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:121:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:126:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:126:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:131:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:131:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:135:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:135:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:139:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:139:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:142:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:142:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:145:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:145:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:149:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:149:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:152:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:152:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:155:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:155:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:90:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:90:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:95:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:95:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:100:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:100:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:111:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:111:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:116:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:116:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:121:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:121:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:126:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:126:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:130:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:130:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:134:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:134:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:137:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:137:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:140:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:140:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:144:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:144:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:147:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:147:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:150:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/GenericRequest.h:150:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:91:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:91:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:96:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:96:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:101:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:101:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:112:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:112:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:117:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:117:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:122:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:122:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:127:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:127:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:131:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:131:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:135:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:135:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:138:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:138:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:141:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:141:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:145:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:145:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:148:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:148:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:151:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:151:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:86:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:86:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:91:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:91:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:96:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:96:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:107:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:107:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:112:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:112:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:117:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:117:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:122:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:122:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:126:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:126:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:130:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:130:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:133:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:133:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:136:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:136:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:140:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:140:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:143:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:143:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:146:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:146:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:86:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:86:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:91:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:91:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:96:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:96:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:107:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:107:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:112:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:112:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:117:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:117:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:122:15: style: The function 'encodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:468:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:122:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:126:15: style: The function 'decodeIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:475:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:126:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:130:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:130:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:133:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:133:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:136:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:487:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:136:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:140:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:497:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:140:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:143:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:143:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:146:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:146:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/SendEvent.h:165:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.h:156:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:124:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:157:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.h:162:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.h:156:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:162:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/GetImage.h:160:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:123:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:362:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.h:158:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.h:158:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ImageText8.h:160:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ImageText16.h:160:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:156:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.h:167:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/InternAtom.h:155:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/GetProperty.h:160:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:129:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:127:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:128:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/GenericRequest.h:123:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:124:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:119:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:119:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.h:113:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SendEvent.h:124:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CreateGC.h:104:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CreateGC.h:115:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:105:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.h:116:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CopyArea.h:110:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CopyArea.h:121:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyLine.h:104:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyLine.h:115:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolySegment.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolySegment.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:110:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/TranslateCoords.h:121:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/GetImage.h:108:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/GetImage.h:119:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyText8.h:106:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyText8.h:117:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyText16.h:106:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyText16.h:117:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ImageText8.h:108:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ImageText8.h:119:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ImageText16.h:108:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ImageText16.h:119:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:104:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyPoint.h:115:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyFillArc.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyArc.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PolyArc.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/FillPoly.h:115:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/FillPoly.h:126:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/InternAtom.h:103:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/InternAtom.h:114:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/GetProperty.h:108:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/GetProperty.h:119:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.cpp:42:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.cpp:66:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.cpp:95:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ConfigureWindow.cpp:67:25: style: Variable 'value' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Control.cpp:356:10: warning: Member variable 'Control::StoreHitsStartup' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Control.h:714:7: style:inconclusive: Technically the member function 'Control::getProtoStep' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Control.cpp:773:14: note: Technically the member function 'Control::getProtoStep' can be const. nx-libs-3.5.0.32/nxcomp/Control.h:714:7: note: Technically the member function 'Control::getProtoStep' can be const. nx-libs-3.5.0.32/nxcomp/Control.cpp:392:3: warning: Class 'Control' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Control.cpp:392:3: warning: Class 'Control' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:38:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:66:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:117:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:118:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:120:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:153:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CopyArea.cpp:155:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:42:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:68:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:99:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:144:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:145:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:147:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:187:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:189:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreateGC.cpp:69:25: style: Variable 'value' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:122:16: style: Virtual function 'destroy' is called from destructor '~CreatePixmapStore()' at line 72. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:72:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/CreatePixmap.h:122:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:86:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:117:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:164:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:187:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:230:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:231:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:233:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:253:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:255:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:59:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CreatePixmap.cpp:70:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:122:16: style: Virtual function 'destroy' is called from destructor '~CreatePixmapCompatStore()' at line 72. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:72:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.h:122:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:86:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:116:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:162:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:185:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:228:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:229:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:231:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:255:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:257:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:59:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/CreatePixmapCompat.cpp:70:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/EncodeBuffer.cpp:48:3: warning: Class 'EncodeBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/EncodeBuffer.cpp:48:3: warning: Class 'EncodeBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/EncodeBuffer.cpp:65:3: error: Mismatching address is deleted. The address you get from new must be deleted without offset. [invalidFree] nx-libs-3.5.0.32/nxcomp/EncodeBuffer.cpp:87:5: error: Mismatching address is deleted. The address you get from new must be deleted without offset. [invalidFree] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:42:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:76:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:131:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:132:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:134:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:182:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/FillPoly.cpp:184:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Fork.cpp:83:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Fork.cpp:75:16: style: Condition 'iShmemClientSize' is reassigned a value before the old one has been used. [redundantAssignment] nx-libs-3.5.0.32/nxcomp/Loop.cpp:12301:34: note: control->ShmemClientSize is assigned nx-libs-3.5.0.32/nxcomp/Loop.cpp:12342:30: note: control->ShmemClientSize is overwritten nx-libs-3.5.0.32/nxcomp/Loop.cpp:12341:26: style: Variable 'control->ShmemServer' is reassigned a value before the old one has been used. [redundantAssignment] nx-libs-3.5.0.32/nxcomp/Loop.cpp:12322:28: note: control->ShmemServer is assigned nx-libs-3.5.0.32/nxcomp/Loop.cpp:12341:26: note: control->ShmemServer is overwritten nx-libs-3.5.0.32/nxcomp/Loop.cpp:11885:13: style: The comparison 'limit == 0' is always true. [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Loop.cpp:11836:24: note: 'limit' is assigned value '0' here. nx-libs-3.5.0.32/nxcomp/Loop.cpp:11885:13: note: The comparison 'limit == 0' is always true. nx-libs-3.5.0.32/nxcomp/Loop.cpp:1872:11: style: The scope of the variable 'base' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1874:9: style: The scope of the variable 'length' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:2209:7: style: The scope of the variable 'result' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:2244:11: style: The scope of the variable 'base' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:2246:9: style: The scope of the variable 'length' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:7539:9: style: The scope of the variable 'entries' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:8076:7: style: The scope of the variable 'ret' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9379:9: style: The scope of the variable 'value' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9395:7: style: The scope of the variable 'hasLimit' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9396:7: style: The scope of the variable 'hasRender' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9397:7: style: The scope of the variable 'hasTaint' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9399:7: style: The scope of the variable 'hasStrict' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9400:7: style: The scope of the variable 'hasShseg' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9958:9: style: The scope of the variable 'value' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:14958:19: style: The scope of the variable 'slept' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:15320:7: style: The scope of the variable 'mode' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:15870:11: style: The scope of the variable 'local' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1136:48: style:inconclusive: Function 'NXTransProxy' argument 3 names different: declaration 'display' definition 'options'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:424:55: note: Function 'NXTransProxy' argument 3 names different: declaration 'display' definition 'options'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:1136:48: note: Function 'NXTransProxy' argument 3 names different: declaration 'display' definition 'options'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:1605:37: style:inconclusive: Function 'NXTransContinue' argument 1 names different: declaration 'timeout' definition 'selectTs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:133:44: note: Function 'NXTransContinue' argument 1 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:1605:37: note: Function 'NXTransContinue' argument 1 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2450:32: style:inconclusive: Function 'NXTransChannel' argument 2 names different: declaration 'channelfd' definition 'channelFd'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:389:39: note: Function 'NXTransChannel' argument 2 names different: declaration 'channelfd' definition 'channelFd'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2450:32: note: Function 'NXTransChannel' argument 2 names different: declaration 'channelfd' definition 'channelFd'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2675:25: style:inconclusive: Function 'NXTransPrepare' argument 1 names different: declaration 'maxfds' definition 'setFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:107:32: note: Function 'NXTransPrepare' argument 1 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2675:25: note: Function 'NXTransPrepare' argument 1 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2675:41: style:inconclusive: Function 'NXTransPrepare' argument 2 names different: declaration 'readfds' definition 'readSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:107:48: note: Function 'NXTransPrepare' argument 2 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2675:41: note: Function 'NXTransPrepare' argument 2 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2676:32: style:inconclusive: Function 'NXTransPrepare' argument 3 names different: declaration 'writefds' definition 'writeSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:108:39: note: Function 'NXTransPrepare' argument 3 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2676:32: note: Function 'NXTransPrepare' argument 3 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2676:58: style:inconclusive: Function 'NXTransPrepare' argument 4 names different: declaration 'timeout' definition 'selectTs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:108:65: note: Function 'NXTransPrepare' argument 4 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2676:58: note: Function 'NXTransPrepare' argument 4 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:24: style:inconclusive: Function 'NXTransSelect' argument 1 names different: declaration 'result' definition 'resultFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:115:31: note: Function 'NXTransSelect' argument 1 names different: declaration 'result' definition 'resultFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:24: note: Function 'NXTransSelect' argument 1 names different: declaration 'result' definition 'resultFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:40: style:inconclusive: Function 'NXTransSelect' argument 2 names different: declaration 'error' definition 'errorFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:115:44: note: Function 'NXTransSelect' argument 2 names different: declaration 'error' definition 'errorFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:40: note: Function 'NXTransSelect' argument 2 names different: declaration 'error' definition 'errorFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:55: style:inconclusive: Function 'NXTransSelect' argument 3 names different: declaration 'maxfds' definition 'setFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:115:56: note: Function 'NXTransSelect' argument 3 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:55: note: Function 'NXTransSelect' argument 3 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:71: style:inconclusive: Function 'NXTransSelect' argument 4 names different: declaration 'readfds' definition 'readSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:115:72: note: Function 'NXTransSelect' argument 4 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2800:71: note: Function 'NXTransSelect' argument 4 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2801:31: style:inconclusive: Function 'NXTransSelect' argument 5 names different: declaration 'writefds' definition 'writeSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:116:38: note: Function 'NXTransSelect' argument 5 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2801:31: note: Function 'NXTransSelect' argument 5 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2801:57: style:inconclusive: Function 'NXTransSelect' argument 6 names different: declaration 'timeout' definition 'selectTs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:116:64: note: Function 'NXTransSelect' argument 6 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:2801:57: note: Function 'NXTransSelect' argument 6 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:25: style:inconclusive: Function 'NXTransExecute' argument 1 names different: declaration 'result' definition 'resultFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:125:32: note: Function 'NXTransExecute' argument 1 names different: declaration 'result' definition 'resultFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:25: note: Function 'NXTransExecute' argument 1 names different: declaration 'result' definition 'resultFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:41: style:inconclusive: Function 'NXTransExecute' argument 2 names different: declaration 'error' definition 'errorFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:125:45: note: Function 'NXTransExecute' argument 2 names different: declaration 'error' definition 'errorFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:41: note: Function 'NXTransExecute' argument 2 names different: declaration 'error' definition 'errorFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:56: style:inconclusive: Function 'NXTransExecute' argument 3 names different: declaration 'maxfds' definition 'setFDs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:125:57: note: Function 'NXTransExecute' argument 3 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:56: note: Function 'NXTransExecute' argument 3 names different: declaration 'maxfds' definition 'setFDs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:72: style:inconclusive: Function 'NXTransExecute' argument 4 names different: declaration 'readfds' definition 'readSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:125:73: note: Function 'NXTransExecute' argument 4 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3003:72: note: Function 'NXTransExecute' argument 4 names different: declaration 'readfds' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3004:32: style:inconclusive: Function 'NXTransExecute' argument 5 names different: declaration 'writefds' definition 'writeSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:126:39: note: Function 'NXTransExecute' argument 5 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3004:32: note: Function 'NXTransExecute' argument 5 names different: declaration 'writefds' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3004:58: style:inconclusive: Function 'NXTransExecute' argument 6 names different: declaration 'timeout' definition 'selectTs'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/NX.h:126:65: note: Function 'NXTransExecute' argument 6 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:3004:58: note: Function 'NXTransExecute' argument 6 names different: declaration 'timeout' definition 'selectTs'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:10073:26: style:inconclusive: Function 'GetLastCache' argument 1 names different: declaration 'list' definition 'listBuffer'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Loop.cpp:651:33: note: Function 'GetLastCache' argument 1 names different: declaration 'list' definition 'listBuffer'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:10073:26: note: Function 'GetLastCache' argument 1 names different: declaration 'list' definition 'listBuffer'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:10073:50: style:inconclusive: Function 'GetLastCache' argument 2 names different: declaration 'path' definition 'searchPath'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Loop.cpp:651:51: note: Function 'GetLastCache' argument 2 names different: declaration 'path' definition 'searchPath'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:10073:50: note: Function 'GetLastCache' argument 2 names different: declaration 'path' definition 'searchPath'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:13827:28: style:inconclusive: Function 'ParseListenOption' argument 1 names different: declaration 'interface' definition 'address'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Loop.cpp:526:35: note: Function 'ParseListenOption' argument 1 names different: declaration 'interface' definition 'address'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:13827:28: note: Function 'ParseListenOption' argument 1 names different: declaration 'interface' definition 'address'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:16627:46: style:inconclusive: Function 'handleSetListenersInLoop' argument 1 names different: declaration 'writeSet' definition 'readSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Loop.cpp:677:53: note: Function 'handleSetListenersInLoop' argument 1 names different: declaration 'writeSet' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Loop.cpp:16627:46: note: Function 'handleSetListenersInLoop' argument 1 names different: declaration 'writeSet' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Timestamp.h:241:8: style: Local variable 'diffTs' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1024:5: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Timestamp.h:241:8: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.h:947:9: style: Local variable 'diffTs' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1024:5: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.h:947:9: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.h:974:9: style: Local variable 'diffTs' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1024:5: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.h:974:9: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Loop.cpp:6520:9: style: Local variable 'diffTs' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1024:5: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Loop.cpp:6520:9: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Loop.cpp:6669:7: style: Local variable 'proxyFD' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:865:12: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Loop.cpp:6669:7: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Loop.cpp:6964:7: style: Local variable 'proxyFD' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:865:12: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Loop.cpp:6964:7: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Loop.cpp:15016:11: style: Local variable 'diffTs' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1024:5: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Loop.cpp:15016:11: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Loop.cpp:16581:69: style: Parameter 'nowTs' can be declared as reference to const [constParameter] nx-libs-3.5.0.32/nxcomp/Loop.cpp:1429:22: style: Parameter 'fd' can be declared as const array [constParameter] nx-libs-3.5.0.32/nxcomp/Loop.cpp:2209:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:8076:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9395:17: style: Variable 'hasLimit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9396:17: style: Variable 'hasRender' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9397:17: style: Variable 'hasTaint' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9399:17: style: Variable 'hasStrict' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9400:17: style: Variable 'hasShseg' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9625:16: style: Variable 'hasLimit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9638:17: style: Variable 'hasRender' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9651:16: style: Variable 'hasTaint' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9684:17: style: Variable 'hasStrict' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Loop.cpp:9706:16: style: Variable 'hasShseg' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/MD5.c:210:11: style: Variable 'xbuf[i]' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Message.h:687:8: performance:inconclusive: Technically the member function 'MessageStore::dumpData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.cpp:510:20: note: Technically the member function 'MessageStore::dumpData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:687:8: note: Technically the member function 'MessageStore::dumpData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:775:7: style:inconclusive: Technically the member function 'MessageStore::clean' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Message.cpp:567:19: note: Technically the member function 'MessageStore::clean' can be const. nx-libs-3.5.0.32/nxcomp/Message.h:775:7: note: Technically the member function 'MessageStore::clean' can be const. nx-libs-3.5.0.32/nxcomp/Message.h:782:7: performance:inconclusive: Technically the member function 'MessageStore::touch' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.cpp:1526:19: note: Technically the member function 'MessageStore::touch' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:782:7: note: Technically the member function 'MessageStore::touch' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:783:7: performance:inconclusive: Technically the member function 'MessageStore::untouch' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.cpp:1546:19: note: Technically the member function 'MessageStore::untouch' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:783:7: note: Technically the member function 'MessageStore::untouch' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:980:8: performance:inconclusive: Technically the member function 'MessageStore::printStorageSize' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Message.cpp:2325:20: note: Technically the member function 'MessageStore::printStorageSize' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.h:980:8: note: Technically the member function 'MessageStore::printStorageSize' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Message.cpp:143:3: warning: Class 'MessageStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Message.cpp:143:3: warning: Class 'MessageStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/Message.cpp:816:22: style: Condition 'checksumAction==use_checksum' is always true [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Message.cpp:662:22: note: Assuming that condition 'checksumAction!=use_checksum' is not redundant nx-libs-3.5.0.32/nxcomp/Message.cpp:797:38: note: Assuming condition is false nx-libs-3.5.0.32/nxcomp/Message.cpp:816:22: note: Condition 'checksumAction==use_checksum' is always true nx-libs-3.5.0.32/nxcomp/Message.cpp:1612:60: style:inconclusive: Function 'saveStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Message.h:956:48: note: Function 'saveStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. nx-libs-3.5.0.32/nxcomp/Message.cpp:1612:60: note: Function 'saveStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. nx-libs-3.5.0.32/nxcomp/Message.cpp:1613:46: style:inconclusive: Function 'saveStore' argument 3 names different: declaration 'md5_state_client' definition 'md5StateClient'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Message.h:957:34: note: Function 'saveStore' argument 3 names different: declaration 'md5_state_client' definition 'md5StateClient'. nx-libs-3.5.0.32/nxcomp/Message.cpp:1613:46: note: Function 'saveStore' argument 3 names different: declaration 'md5_state_client' definition 'md5StateClient'. nx-libs-3.5.0.32/nxcomp/Message.cpp:1868:60: style:inconclusive: Function 'loadStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Message.h:960:48: note: Function 'loadStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. nx-libs-3.5.0.32/nxcomp/Message.cpp:1868:60: note: Function 'loadStore' argument 2 names different: declaration 'md5_state_stream' definition 'md5StateStream'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1849:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nx-libs-3.5.0.32/nxcomp/Misc.cpp:1872:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] nx-libs-3.5.0.32/nxcomp/Misc.cpp:473:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:518:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:557:7: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:584:7: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:633:15: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:651:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:1146:42: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Misc.cpp:1773:36: style:inconclusive: Function 'DumpData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:198:36: note: Function 'DumpData' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1773:36: note: Function 'DumpData' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1773:57: style:inconclusive: Function 'DumpData' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:198:55: note: Function 'DumpData' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1773:57: note: Function 'DumpData' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1793:40: style:inconclusive: Function 'DumpChecksum' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:200:40: note: Function 'DumpChecksum' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1793:40: note: Function 'DumpChecksum' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1793:61: style:inconclusive: Function 'DumpChecksum' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:200:59: note: Function 'DumpChecksum' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1793:61: note: Function 'DumpChecksum' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1818:46: style:inconclusive: Function 'DumpBlockChecksums' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:201:46: note: Function 'DumpBlockChecksums' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1818:46: note: Function 'DumpBlockChecksums' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1819:42: style:inconclusive: Function 'DumpBlockChecksums' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:201:65: note: Function 'DumpBlockChecksums' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1819:42: note: Function 'DumpBlockChecksums' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1840:39: style:inconclusive: Function 'DumpHexData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:199:39: note: Function 'DumpHexData' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1840:39: note: Function 'DumpHexData' argument 1 names different: declaration 'data' definition 'buffer'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1840:60: style:inconclusive: Function 'DumpHexData' argument 2 names different: declaration 'length' definition 'size'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Misc.h:199:58: note: Function 'DumpHexData' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1840:60: note: Function 'DumpHexData' argument 2 names different: declaration 'length' definition 'size'. nx-libs-3.5.0.32/nxcomp/Misc.cpp:1846:25: style: Variable 'linescan' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Misc.cpp:1847:28: style: Variable 'index_ascii' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:320:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:321:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:403:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:432:17: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:554:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:582:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:584:17: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:629:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:697:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:728:17: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pgn.cpp:794:10: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pipe.cpp:98:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nx-libs-3.5.0.32/nxcomp/Pipe.cpp:138:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nx-libs-3.5.0.32/nxcomp/Pipe.cpp:186:15: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pipe.cpp:357:10: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Pipe.cpp:344:18: style:inconclusive: Function 'Pclose' argument 1 names different: declaration 'file' definition 'iop'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Pipe.h:27:25: note: Function 'Pclose' argument 1 names different: declaration 'file' definition 'iop'. nx-libs-3.5.0.32/nxcomp/Pipe.cpp:344:18: note: Function 'Pclose' argument 1 names different: declaration 'file' definition 'iop'. nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:42:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:61:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:98:35: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:99:35: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:101:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:125:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyArc.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:42:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:61:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:98:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:99:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:101:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:125:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillArc.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:42:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:61:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:98:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:99:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:101:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:125:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyFillRectangle.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:42:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:63:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:106:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:107:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:109:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:138:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyLine.cpp:140:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:42:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:63:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:106:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:107:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:109:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:138:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyPoint.cpp:140:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:42:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:61:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:98:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:99:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:101:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:125:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolySegment.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:42:35: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:136:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:138:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:160:35: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:202:41: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:203:41: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:205:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:253:35: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText16.cpp:255:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:42:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:136:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:138:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:160:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:202:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:203:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:205:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:253:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PolyText8.cpp:255:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3881:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3896:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5048:16: portability: Non reentrant function 'tempnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'tempnam_r'. [prohibitedtempnamCalled] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5052:16: portability: Non reentrant function 'tempnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'tempnam_r'. [prohibitedtempnamCalled] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:144:8: warning: Member variable 'Proxy::controlCodes_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/ServerReadBuffer.h:30:3: warning: Member variable 'ServerReadBuffer::bigEndian_' is not initialized in the constructor. [uninitMemberVar] nx-libs-3.5.0.32/nxcomp/Proxy.h:288:7: performance:inconclusive: Technically the member function 'Proxy::handleNewSlaveConnectionFromProxy' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:6344:12: note: Technically the member function 'Proxy::handleNewSlaveConnectionFromProxy' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:288:7: note: Technically the member function 'Proxy::handleNewSlaveConnectionFromProxy' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:419:7: performance:inconclusive: Technically the member function 'Proxy::handleNegotiation' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2956:12: note: Technically the member function 'Proxy::handleNegotiation' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:419:7: note: Technically the member function 'Proxy::handleNegotiation' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:421:7: performance:inconclusive: Technically the member function 'Proxy::handleNegotiationFromProxy' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2970:12: note: Technically the member function 'Proxy::handleNegotiationFromProxy' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:421:7: note: Technically the member function 'Proxy::handleNegotiationFromProxy' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:594:15: performance:inconclusive: Technically the member function 'Proxy::getTypeName' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:690:20: note: Technically the member function 'Proxy::getTypeName' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:594:15: note: Technically the member function 'Proxy::getTypeName' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:600:15: performance:inconclusive: Technically the member function 'Proxy::getComputerName' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:729:20: note: Technically the member function 'Proxy::getComputerName' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:600:15: note: Technically the member function 'Proxy::getComputerName' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:998:7: performance:inconclusive: Technically the member function 'Proxy::handleSaveVersion' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4924:12: note: Technically the member function 'Proxy::handleSaveVersion' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:998:7: note: Technically the member function 'Proxy::handleSaveVersion' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1000:8: performance:inconclusive: Technically the member function 'Proxy::handleFailOnSave' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4882:13: note: Technically the member function 'Proxy::handleFailOnSave' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1000:8: note: Technically the member function 'Proxy::handleFailOnSave' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1006:7: performance:inconclusive: Technically the member function 'Proxy::handleLoadVersion' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4954:12: note: Technically the member function 'Proxy::handleLoadVersion' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1006:7: note: Technically the member function 'Proxy::handleLoadVersion' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1008:8: performance:inconclusive: Technically the member function 'Proxy::handleFailOnLoad' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4903:13: note: Technically the member function 'Proxy::handleFailOnLoad' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1008:8: note: Technically the member function 'Proxy::handleFailOnLoad' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1014:7: performance:inconclusive: Technically the member function 'Proxy::handleResetPersistentCache' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3775:12: note: Technically the member function 'Proxy::handleResetPersistentCache' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.h:1014:7: note: Technically the member function 'Proxy::handleResetPersistentCache' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Proxy.cpp:146:5: warning: Class 'Proxy' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:146:5: warning: Class 'Proxy' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/ServerReadBuffer.h:50:24: style: The function 'suggestedLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:91:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerReadBuffer.h:50:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerReadBuffer.h:52:15: style: The function 'locateMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:93:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerReadBuffer.h:52:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:67:15: style: The function 'handleRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:113:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:67:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:70:15: style: The function 'handleWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:122:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:70:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:72:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:130:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:72:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:79:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:134:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:79:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:83:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:138:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:83:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:88:15: style: The function 'handleSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:140:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:88:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:90:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:142:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:90:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:92:15: style: The function 'handleSplitEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:144:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:92:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:103:15: style: The function 'handleMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:146:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:103:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:105:15: style: The function 'handleCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:148:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:105:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:110:15: style: The function 'handleConfiguration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:150:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:110:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:112:15: style: The function 'handleFinish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:152:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:112:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:114:15: style: The function 'handleAsyncEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:160:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:114:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:116:15: style: The function 'needSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:252:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:116:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:121:15: style: The function 'needMotion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:259:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:121:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:126:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Channel.h:266:26: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/ServerChannel.h:126:26: note: Function in derived class nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3085:14: style: The statement 'if (alert_!=0) alert_=0' is logically equivalent to 'alert_=0'. [duplicateConditionalAssign] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3092:12: note: Assignment 'alert_=0' nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3085:14: note: Condition 'alert_!=0' is redundant nx-libs-3.5.0.32/nxcomp/Proxy.cpp:747:16: style: Condition 'hostname==NULL' is always true [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:739:26: note: Assignment 'hostname=NULL', assigned value is 0 nx-libs-3.5.0.32/nxcomp/Proxy.cpp:747:16: note: Condition 'hostname==NULL' is always true nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1446:21: style: Condition 'channelId>=0' is always true [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1444:23: note: Assignment 'channelId=*(message+2)', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1446:21: note: Condition 'channelId>=0' is always true nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1466:21: style: Condition 'channelId>=0' is always true [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1464:23: note: Assignment 'channelId=*(message+2)', assigned value is greater than -1 nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1466:21: note: Condition 'channelId>=0' is always true nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1749:67: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2751:34: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2763:32: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2886:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2911:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2945:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5233:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5526:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:6183:16: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1892:16: style: The comparison 'result >= 0' is always true. [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1886:18: note: 'result' is assigned value '0' here. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1892:16: note: The comparison 'result >= 0' is always true. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:381:7: style: The scope of the variable 'fd' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:759:47: style:inconclusive: Function 'handleRead' argument 2 names different: declaration 'fdSet' definition 'readSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Proxy.h:213:42: note: Function 'handleRead' argument 2 names different: declaration 'fdSet' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:759:47: note: Function 'handleRead' argument 2 names different: declaration 'fdSet' definition 'readSet'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:844:48: style:inconclusive: Function 'handleFlush' argument 2 names different: declaration 'fdSet' definition 'writeSet'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Proxy.h:215:43: note: Function 'handleFlush' argument 2 names different: declaration 'fdSet' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:844:48: note: Function 'handleFlush' argument 2 names different: declaration 'fdSet' definition 'writeSet'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2653:48: style:inconclusive: Function 'handleStatistics' argument 2 names different: declaration 'statofs' definition 'stream'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/Proxy.h:233:43: note: Function 'handleStatistics' argument 2 names different: declaration 'statofs' definition 'stream'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2653:48: note: Function 'handleStatistics' argument 2 names different: declaration 'statofs' definition 'stream'. nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1092:15: style: Local variable 'result' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:946:9: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1092:15: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5538:25: style: Local variable 'i' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5529:12: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5538:25: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5546:25: style: Local variable 'i' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5529:12: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5546:25: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5792:13: style: Local variable 'channelId' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5770:33: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5792:13: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5839:13: style: Local variable 'channelId' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5817:34: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5839:13: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4771:48: style: Parameter 'token' can be declared as reference to const [constParameter] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2181:20: error: Uninitialized variable: temp [uninitvar] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2161:10: note: Assuming condition is false nx-libs-3.5.0.32/nxcomp/Proxy.cpp:2181:20: note: Uninitialized variable: temp nx-libs-3.5.0.32/nxcomp/Proxy.cpp:548:10: style: Variable 'fd' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:433:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:553:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:662:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:769:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:884:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:1810:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3027:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3098:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:3742:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4021:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5790:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Proxy.cpp:5837:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PutImage.h:134:16: style: Virtual function 'destroy' is called from destructor '~PutImageStore()' at line 83. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:83:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PutImage.h:134:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PutImage.cpp:97:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:149:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:213:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:241:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:305:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:306:37: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:308:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:360:31: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:362:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:70:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PutImage.cpp:81:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:179:16: style: Virtual function 'destroy' is called from destructor '~PutPackedImageStore()' at line 78. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:78:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/PutPackedImage.h:179:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:92:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:177:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:294:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:335:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:434:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:435:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:437:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:520:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:522:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:65:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/PutPackedImage.cpp:76:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:112:16: style: Virtual function 'destroy' is called from destructor '~QueryFontReplyStore()' at line 72. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/QueryFontReply.cpp:72:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:112:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:77:3: style: Class 'QueryFontReplyStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:81:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:383:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:81:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:86:25: style: The function 'opcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:385:25: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:86:25: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:91:24: style: The function 'storage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:387:24: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:91:24: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:102:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:395:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:102:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:107:20: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:397:20: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:107:20: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:112:16: style: The function 'destroy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:399:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:112:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:117:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:526:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:117:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:120:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:529:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:120:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:123:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:532:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:123:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:126:16: style: The function 'dumpIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:535:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:126:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/QueryFontReply.h:114:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/QueryFontReply.cpp:89:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/QueryFontReply.cpp:59:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/QueryFontReply.cpp:70:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:99:18: performance:inconclusive: Technically the member function 'ReadBuffer::allocateBuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ReadBuffer.cpp:543:28: note: Technically the member function 'ReadBuffer::allocateBuffer' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:99:18: note: Technically the member function 'ReadBuffer::allocateBuffer' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ReadBuffer.cpp:128:15: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ReadBuffer.cpp:487:50: style:inconclusive: Function 'setSize' argument 2 names different: declaration 'initialbufferSize' definition 'maximumBufferSize'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/ReadBuffer.h:63:40: note: Function 'setSize' argument 2 names different: declaration 'initialbufferSize' definition 'maximumBufferSize'. nx-libs-3.5.0.32/nxcomp/ReadBuffer.cpp:487:50: note: Function 'setSize' argument 2 names different: declaration 'initialbufferSize' definition 'maximumBufferSize'. nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:40:14: style: The function 'encodeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1067:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:40:14: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:44:14: style: The function 'decodeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1073:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:44:14: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:50:13: style: The function 'encodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:426:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:50:13: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:54:13: style: The function 'decodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:430:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:54:13: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:58:13: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:434:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:58:13: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:61:13: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:437:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:61:13: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:64:14: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:440:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:64:14: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:68:14: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:444:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:68:14: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:71:14: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:447:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderMinorExtensionMethods.h:71:14: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:56:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:74:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:92:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:142:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:160:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:185:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:186:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:188:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:207:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderAddGlyphs.cpp:209:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderChangePicture.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderChangePicture.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderChangePicture.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:56:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:74:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:89:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:150:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:167:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:190:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:191:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:193:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:212:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderChangePicture.cpp:214:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderComposite.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderComposite.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderComposite.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:111:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:204:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:236:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:283:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:284:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:286:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:347:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderComposite.cpp:349:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:71:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:103:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:146:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:171:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:200:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:223:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:259:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:260:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:262:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:300:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeCompat.cpp:302:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.h:75:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.h:75:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.h:80:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.h:80:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:62:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:85:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:203:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:342:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:376:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:439:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:440:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:442:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:584:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphs.cpp:586:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:67:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:90:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:145:18: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:155:18: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:189:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:258:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:334:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:410:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:444:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:518:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:519:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:521:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:567:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCompositeGlyphsCompat.cpp:569:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:62:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:90:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:108:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:133:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:134:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:136:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:157:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSet.cpp:159:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:72:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:88:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:153:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:170:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:193:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:194:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:196:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:216:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreateGlyphSetCompat.cpp:218:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:56:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:74:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:100:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:162:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:183:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:211:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:212:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:214:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:247:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePicture.cpp:249:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:56:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:74:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:99:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:160:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:181:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:209:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:210:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:212:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:244:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderCreatePictureCompat.cpp:246:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:457:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::encodeLongData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:267:33: note: Technically the member function 'RenderMinorExtensionStore::encodeLongData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:457:8: note: Technically the member function 'RenderMinorExtensionStore::encodeLongData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:461:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::encodeIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:299:33: note: Technically the member function 'RenderMinorExtensionStore::encodeIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:461:8: note: Technically the member function 'RenderMinorExtensionStore::encodeIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:465:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::encodeCharData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:331:33: note: Technically the member function 'RenderMinorExtensionStore::encodeCharData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:465:8: note: Technically the member function 'RenderMinorExtensionStore::encodeCharData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:469:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::decodeLongData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:365:33: note: Technically the member function 'RenderMinorExtensionStore::decodeLongData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:469:8: note: Technically the member function 'RenderMinorExtensionStore::decodeLongData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:473:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::decodeIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:401:33: note: Technically the member function 'RenderMinorExtensionStore::decodeIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:473:8: note: Technically the member function 'RenderMinorExtensionStore::decodeIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:477:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::decodeCharData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:437:33: note: Technically the member function 'RenderMinorExtensionStore::decodeCharData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:477:8: note: Technically the member function 'RenderMinorExtensionStore::decodeCharData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:487:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::parseIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:471:33: note: Technically the member function 'RenderMinorExtensionStore::parseIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:487:8: note: Technically the member function 'RenderMinorExtensionStore::parseIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:491:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::unparseIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:492:33: note: Technically the member function 'RenderMinorExtensionStore::unparseIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:491:8: note: Technically the member function 'RenderMinorExtensionStore::unparseIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:495:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:513:33: note: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:495:8: note: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:499:8: performance:inconclusive: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:541:33: note: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.h:499:8: note: Technically the member function 'RenderMinorExtensionStore::updateIntData' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:74:3: warning: Class 'RenderExtensionStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:74:3: warning: Class 'RenderExtensionStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:360:16: style: Virtual function 'destroy' is called from destructor '~RenderExtensionStore()' at line 157. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:157:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/RenderExtension.h:360:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:37:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:37:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:42:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:42:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:47:15: style: The function 'encodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:426:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:47:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:51:15: style: The function 'decodeMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:430:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:51:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:55:16: style: The function 'encodeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1067:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:55:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:59:16: style: The function 'decodeData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/Message.h:1073:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:59:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:63:15: style: The function 'parseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:434:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:63:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:66:15: style: The function 'unparseIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:437:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:66:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:69:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:440:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:69:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:73:16: style: The function 'updateIdentity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:444:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:73:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:76:16: style: The function 'identityChecksum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:447:16: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.h:76:16: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreePicture.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreePicture.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreePicture.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreePicture.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureClip.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureClip.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureClip.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureClip.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderTriangles.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderTriangles.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderTriangles.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderTriangles.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.h:66:23: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:422:23: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.h:66:23: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.h:71:15: style: The function 'identitySize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] nx-libs-3.5.0.32/nxcomp/RenderExtension.h:424:15: note: Virtual function in base class nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.h:71:15: note: Function in derived class nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:190:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:205:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:222:19: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:236:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:243:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:283:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:315:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:347:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:381:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:417:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:453:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:475:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:496:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:517:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:518:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:520:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:545:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:547:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:134:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/RenderExtension.cpp:155:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:51:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:65:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:83:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:101:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:148:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:165:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:189:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:190:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:192:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:211:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFillRectangles.cpp:213:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:59:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:78:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:95:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:118:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:119:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:121:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:140:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreeGlyphSet.cpp:142:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:59:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:78:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:95:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:118:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:119:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:121:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:140:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePicture.cpp:142:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:60:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:80:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:97:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:120:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:121:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:123:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:143:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderFreePictureCompat.cpp:145:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:47:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:81:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:134:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:165:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:216:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderGenericRequest.cpp:242:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:50:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:64:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:82:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:105:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:162:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:182:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:213:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:214:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:216:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:260:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClip.cpp:262:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:56:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:74:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:97:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:154:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:174:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:201:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:202:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:204:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:223:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureClipCompat.cpp:225:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:62:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:85:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:103:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:153:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:179:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:200:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:230:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:231:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:233:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:252:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureFilter.cpp:254:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:66:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:81:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:126:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:143:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:166:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:167:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:169:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:188:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderPictureTransform.cpp:190:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:52:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:72:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:95:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:203:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:227:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:269:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:270:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:272:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:324:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTrapezoids.cpp:326:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:42:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:62:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:85:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:117:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:193:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:217:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:259:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:260:51: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:262:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:314:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/RenderTriangles.cpp:316:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:44:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:73:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:124:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:125:39: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:216:33: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SendEvent.cpp:218:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SequenceQueue.cpp:25:5: warning: Class 'SequenceQueue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/SequenceQueue.cpp:25:5: warning: Class 'SequenceQueue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2458:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2458:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2585:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2585:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2642:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2642:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2685:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2685:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3100:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3100:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3188:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3188:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3518:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3518:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3584:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3584:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: error: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. [danglingLifetime] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3672:40: note: Address of variable taken here. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3672:40: note: Calling function 'registerPointer', 1st argument '&outputMessage' value is lifetime=outputMessage nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2125:20: note: Variable created here. nx-libs-3.5.0.32/nxcomp/WriteBuffer.h:100:5: note: Non-local variable 'index_' will use pointer to local variable 'outputMessage'. nx-libs-3.5.0.32/nxcomp/ServerChannel.h:155:7: performance:inconclusive: Technically the member function 'ServerChannel::handleAuthorization' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6571:20: note: Technically the member function 'ServerChannel::handleAuthorization' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.h:155:7: note: Technically the member function 'ServerChannel::handleAuthorization' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.h:156:7: style:inconclusive: Technically the member function 'ServerChannel::handleAuthorization' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6615:20: note: Technically the member function 'ServerChannel::handleAuthorization' can be const. nx-libs-3.5.0.32/nxcomp/ServerChannel.h:156:7: note: Technically the member function 'ServerChannel::handleAuthorization' can be const. nx-libs-3.5.0.32/nxcomp/ServerChannel.h:273:7: performance:inconclusive: Technically the member function 'ServerChannel::handleFontReply' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7855:20: note: Technically the member function 'ServerChannel::handleFontReply' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.h:273:7: note: Technically the member function 'ServerChannel::handleFontReply' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.h:313:7: performance:inconclusive: Technically the member function 'ServerChannel::handleSplitChecksum' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:8012:20: note: Technically the member function 'ServerChannel::handleSplitChecksum' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.h:313:7: note: Technically the member function 'ServerChannel::handleSplitChecksum' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7393:34: style: The statement 'if (shmemState_->present!=0) shmemState_->present=0' is logically equivalent to 'shmemState_->present=0'. [duplicateConditionalAssign] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7401:32: note: Assignment 'shmemState_->present=0' nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7393:34: note: Condition 'shmemState_->present!=0' is redundant nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7800:32: style: The statement 'if (shmemState_->present!=0) shmemState_->present=0' is logically equivalent to 'shmemState_->present=0'. [duplicateConditionalAssign] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7808:30: note: Assignment 'shmemState_->present=0' nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7800:32: note: Condition 'shmemState_->present!=0' is redundant nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:813:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:820:26: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:827:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:834:26: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:855:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:862:26: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:886:34: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:893:26: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:992:41: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4013:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4027:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4055:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4090:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4102:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4106:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5424:13: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5448:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5467:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5529:18: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5668:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5727:18: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5917:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6706:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6708:5: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6751:46: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6762:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:6766:11: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7610:10: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:7877:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:8086:14: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:533:55: style: Same expression on both sides of '-'. [duplicateExpression] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:283:7: style: The scope of the variable 'hit' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2132:9: style: The scope of the variable 'hit' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4830:17: style: The scope of the variable 'resource' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5123:12: style: The scope of the variable 'splitMessage' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4989:72: style:inconclusive: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. [funcArgNamesDifferent] nx-libs-3.5.0.32/nxcomp/ServerChannel.h:90:67: note: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4989:72: note: Function 'handleSplitEvent' argument 2 names different: declaration 'split' definition 'splitMessage'. nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:507:17: style: Local variable 'result' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:291:7: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:507:17: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:807:30: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:263:48: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:807:30: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:930:30: style: Local variable 'length' shadows outer argument [shadowArgument] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:263:48: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:930:30: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1005:38: style: Local variable 'nextSrc' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:991:36: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1005:38: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1351:17: style: Local variable 'result' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:291:7: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1351:17: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1574:15: style: Local variable 'result' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:291:7: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1574:15: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1672:26: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1672:26: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1847:26: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1847:26: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1871:26: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1871:26: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1883:26: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:1883:26: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5996:16: style: Local variable 'timestamp' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Timestamp.h:66:20: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:5996:16: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:8259:18: style: Local variable 'value' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:8249:16: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:8259:18: note: Shadow variable nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2475:24: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:2677:15: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3132:26: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3218:26: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3558:22: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3646:22: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3734:22: style: Variable 'nextDest' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:3916:15: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4323:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4331:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4344:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4362:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4383:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4404:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerChannel.cpp:4569:17: style: Variable 'hit' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/ServerProxy.cpp:416:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:42:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:65:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:110:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:111:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:113:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:128:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetClipRectangles.cpp:130:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:126:16: style: Virtual function 'destroy' is called from destructor '~SetUnpackAlphaStore()' at line 78. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:78:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.h:126:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:92:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:172:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:190:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:237:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:238:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:240:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:251:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:253:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:65:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackAlpha.cpp:76:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:117:16: style: Virtual function 'destroy' is called from destructor '~SetUnpackAlphaCompatStore()' at line 73. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:73:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.h:117:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:87:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:110:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:143:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:159:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:196:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:197:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:199:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:228:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:230:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:60:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackAlphaCompat.cpp:71:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:125:16: style: Virtual function 'destroy' is called from destructor '~SetUnpackColormapStore()' at line 78. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:78:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.h:125:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:92:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:127:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:172:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:190:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:237:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:238:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:240:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:251:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:253:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:65:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackColormap.cpp:76:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:117:16: style: Virtual function 'destroy' is called from destructor '~SetUnpackColormapCompatStore()' at line 73. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:73:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.h:117:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:87:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:110:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:143:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:159:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:196:61: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:197:61: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:199:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:234:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:236:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:60:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackColormapCompat.cpp:71:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:127:16: style: Virtual function 'destroy' is called from destructor '~SetUnpackGeometryStore()' at line 73. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:73:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.h:127:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:87:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:119:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:179:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:204:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:261:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:262:55: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:264:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:281:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:283:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:60:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/SetUnpackGeometry.cpp:71:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:121:16: style: Virtual function 'destroy' is called from destructor '~ShapeExtensionStore()' at line 80. Dynamic binding is not used. [virtualCallInConstructor] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:80:5: note: Calling destroy nx-libs-3.5.0.32/nxcomp/ShapeExtension.h:121:16: note: destroy is a virtual function nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:98:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:133:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:168:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:200:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:256:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:257:49: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:259:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:278:43: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:280:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:67:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/ShapeExtension.cpp:78:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/Socket.cpp:715:19: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] nx-libs-3.5.0.32/nxcomp/Socket.cpp:743:15: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Split.cpp:1420:7: style: Obsolescent function 'utime' called. It is recommended to use 'utimensat' instead. [prohibitedutimeCalled] nx-libs-3.5.0.32/nxcomp/Split.h:422:8: performance:inconclusive: Technically the member function 'SplitStore::dump' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.cpp:442:18: note: Technically the member function 'SplitStore::dump' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:422:8: note: Technically the member function 'SplitStore::dump' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:451:15: performance:inconclusive: Technically the member function 'SplitStore::name' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.cpp:1148:25: note: Technically the member function 'SplitStore::name' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:451:15: note: Technically the member function 'SplitStore::name' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:518:7: performance:inconclusive: Technically the member function 'CommitStore::update' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.cpp:1748:18: note: Technically the member function 'CommitStore::update' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:518:7: note: Technically the member function 'CommitStore::update' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:532:7: performance:inconclusive: Technically the member function 'CommitStore::validate' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Split.cpp:1806:18: note: Technically the member function 'CommitStore::validate' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.h:532:7: note: Technically the member function 'CommitStore::validate' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Split.cpp:121:3: warning: Class 'SplitStore' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/Split.cpp:121:3: warning: Class 'SplitStore' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/Split.cpp:1191:17: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Split.cpp:1196:18: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Split.cpp:155:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] nx-libs-3.5.0.32/nxcomp/StaticCompressor.cpp:321:13: style: Redundant initialization for 'checkSize'. The initialized value is overwritten before it is read. [redundantInitialization] nx-libs-3.5.0.32/nxcomp/StaticCompressor.cpp:315:26: note: checkSize is initialized nx-libs-3.5.0.32/nxcomp/StaticCompressor.cpp:321:13: note: checkSize is overwritten nx-libs-3.5.0.32/nxcomp/Statistics.h:579:7: performance:inconclusive: Technically the member function 'Statistics::getServerOverallStats' can be static (but you may consider moving to unnamed namespace). [functionStatic] nx-libs-3.5.0.32/nxcomp/Statistics.cpp:1722:17: note: Technically the member function 'Statistics::getServerOverallStats' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/Statistics.h:579:7: note: Technically the member function 'Statistics::getServerOverallStats' can be static (but you may consider moving to unnamed namespace). nx-libs-3.5.0.32/nxcomp/TranslateCoords.cpp:42:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/TranslateCoords.cpp:64:45: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Transport.h:522:7: style:inconclusive: Technically the member function 'AgentTransport::dequeuable' can be const. [functionConst] nx-libs-3.5.0.32/nxcomp/Transport.cpp:2901:21: note: Technically the member function 'AgentTransport::dequeuable' can be const. nx-libs-3.5.0.32/nxcomp/Transport.h:522:7: note: Technically the member function 'AgentTransport::dequeuable' can be const. nx-libs-3.5.0.32/nxcomp/Transport.cpp:864:24: style: Condition 'available==0' is always true [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Transport.cpp:853:19: note: Assuming that condition 'available!=0' is not redundant nx-libs-3.5.0.32/nxcomp/Transport.cpp:864:24: note: Condition 'available==0' is always true nx-libs-3.5.0.32/nxcomp/Transport.cpp:1248:37: style: Condition 'r_buffer_.length_>((int)size)' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1234:20: note: Assuming that condition '(int)size((int)size)' is always false nx-libs-3.5.0.32/nxcomp/Transport.cpp:1550:35: style: Condition 'r_buffer_.length_>((int)size)' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1531:18: note: Assuming that condition '(int)size((int)size)' is always false nx-libs-3.5.0.32/nxcomp/Transport.cpp:2468:35: style: Condition 'r_buffer_.length_>((int)size)' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Transport.cpp:2455:20: note: Assuming that condition '(int)size((int)size)' is always false nx-libs-3.5.0.32/nxcomp/Transport.cpp:1325:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1654:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1515:16: style: Variable 'diffTotalIn' is reassigned a value before the old one has been used. [redundantAssignment] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1434:18: note: diffTotalIn is assigned nx-libs-3.5.0.32/nxcomp/Transport.cpp:1515:16: note: diffTotalIn is overwritten nx-libs-3.5.0.32/nxcomp/Transport.cpp:1848:16: style: Variable 'diffTotalIn' is reassigned a value before the old one has been used. [redundantAssignment] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1768:18: note: diffTotalIn is assigned nx-libs-3.5.0.32/nxcomp/Transport.cpp:1848:16: note: diffTotalIn is overwritten nx-libs-3.5.0.32/nxcomp/Transport.cpp:2214:16: style: Variable 'diffTotalIn' is reassigned a value before the old one has been used. [redundantAssignment] nx-libs-3.5.0.32/nxcomp/Transport.cpp:2134:18: note: diffTotalIn is assigned nx-libs-3.5.0.32/nxcomp/Transport.cpp:2214:16: note: diffTotalIn is overwritten nx-libs-3.5.0.32/nxcomp/Transport.cpp:291:9: style: The scope of the variable 'diffTs' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:464:7: style: The scope of the variable 'diffTs' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:618:7: style: The scope of the variable 'diffTs' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:626:7: style: The scope of the variable 'result' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:837:8: style: The scope of the variable 'available' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:840:7: style: The scope of the variable 'diffTs' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1403:9: style: Local variable 'result' shadows outer variable [shadowVariable] nx-libs-3.5.0.32/nxcomp/Transport.cpp:1287:7: note: Shadowed declaration nx-libs-3.5.0.32/nxcomp/Transport.cpp:1403:9: note: Shadow variable nx-libs-3.5.0.32/nxcomp/Transport.cpp:616:21: style: Variable 'nowTs' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Transport.cpp:837:18: style: Variable 'available' is assigned a value that is never used. [unreadVariable] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:205:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:206:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:284:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:285:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:398:30: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:400:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:401:29: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:437:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:451:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:501:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:503:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:504:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:639:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:653:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:654:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:782:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:783:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:825:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:826:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:940:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:941:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:942:27: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:980:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1023:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1024:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1025:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1146:10: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1160:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1205:28: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1206:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1207:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1215:23: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1219:21: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1223:26: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1231:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1354:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1355:25: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1498:12: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:802:16: style: The scope of the variable 'value' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1209:18: style: The scope of the variable 'pixel16' can be reduced. [variableScope] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:757:55: style: Parameter 'end' can be declared as pointer to const [constParameter] nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1330:56: style: Parameter 'end' can be declared as pointer to const [constParameter] nx-libs-3.5.0.32/nxcomp/Version.c:60:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nx-libs-3.5.0.32/nxcomp/Version.c:83:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] nx-libs-3.5.0.32/nxcomp/WriteBuffer.cpp:36:3: warning: Class 'WriteBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] nx-libs-3.5.0.32/nxcomp/WriteBuffer.cpp:36:3: warning: Class 'WriteBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] nx-libs-3.5.0.32/nxcomp/Z.cpp:115:27: style: Condition 'stream->avail_out!=*destLen' is always false [knownConditionTrueFalse] nx-libs-3.5.0.32/nxcomp/Z.cpp:113:23: note: stream->avail_out is assigned '*destLen' here. nx-libs-3.5.0.32/nxcomp/Z.cpp:115:27: note: Condition 'stream->avail_out!=*destLen' is always false nx-libs-3.5.0.32/nxcomp/Z.cpp:43:24: style: C-style pointer casting [cstyleCast] nx-libs-3.5.0.32/nxcomp/Z.cpp:85:24: style: C-style pointer casting [cstyleCast] diff: head nx-libs-3.5.0.32/nxcomp/Agent.cpp:33:18: style: Parameter 'fd' can be declared as const array [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Agent.cpp:33:18: style: Parameter 'fd' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Agent.h:59:29: style: Parameter 'readSet' can be declared as pointer to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Agent.h:59:29: style: Parameter 'readSet' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Agent.h:64:30: style: Parameter 'writeSet' can be declared as pointer to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Agent.h:64:30: style: Parameter 'writeSet' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Loop.cpp:1429:22: style: Parameter 'fd' can be declared as const array [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Loop.cpp:1429:22: style: Parameter 'fd' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Loop.cpp:16581:69: style: Parameter 'nowTs' can be declared as reference to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Loop.cpp:16581:69: style: Parameter 'nowTs' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4771:48: style: Parameter 'token' can be declared as reference to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Proxy.cpp:4771:48: style: Parameter 'token' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Timestamp.h:170:68: style: Parameter 'ts2' can be declared as reference to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Timestamp.h:170:68: style: Parameter 'ts2' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1138:36: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1152:36: style: Parameter 'end' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1330:56: style: Parameter 'end' can be declared as pointer to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1330:56: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:1461:55: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:185:56: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:239:56: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:444:57: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:598:57: style: Parameter 'end' can be declared with const [constParameter] head nx-libs-3.5.0.32/nxcomp/Unpack.cpp:757:55: style: Parameter 'end' can be declared as pointer to const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:757:55: style: Parameter 'end' can be declared with const [constParameter] 2.8 nx-libs-3.5.0.32/nxcomp/Unpack.cpp:972:80: style: Parameter 'end' can be declared with const [constParameter] DONE