2024-03-25 10:05 ftp://ftp.de.debian.org/debian/pool/main/q/qtbase-opensource-src/qtbase-opensource-src_5.15.13+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: fd7bd50 (2024-03-25 07:57:46 +0100) count: 9771 9758 elapsed-time: 91.6 117.7 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 0.255799s (avg. 0.255799s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.117542s (avg. 0.0391807s - 3 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.065464s (avg. 0.0218213s - 3 result(s)) valueFlowForLoop(tokenlist, symboldatabase, errorLogger, settings): 0.031185s (avg. 0.010395s - 3 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.01552s (avg. 0.01552s - 1 result(s)) Overall time: 0.328118s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 0.169752s (avg. 0.169752s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.106037s (avg. 0.0353457s - 3 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.020742s (avg. 0.006914s - 3 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.013491s (avg. 0.013491s - 1 result(s)) UnusedVar::runChecks: 0.010332s (avg. 0.010332s - 1 result(s)) Overall time: 0.234379s head results: qtbase-everywhere-src-5.15.13/src/corelib/global/qprocessordetection.h:364:0: error: #error "Unable to determine byte order!" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/config.tests/avx512/avx512.cpp:43:0: error: #error "There doesn't seem to be AVX-512 support in this compiler" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/doc/src/snippets/code/doc_src_examples_simpledommodel.cpp:54:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/doc/src/snippets/code/src_corelib_tools_qqueue.cpp:56:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/doc/src/snippets/code/src_corelib_tools_qvector.cpp:68:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/doc/src/snippets/code/src_network_access_qhttp.cpp:77:1: error: There is an unknown macro here somewhere. Configuration is required. If requestStarted is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/doc/src/snippets/code/src_sql_kernel_qsqlindex.cpp:54:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/doc/src/snippets/quiloader/main.cpp:67:12: warning: Uninitialized variable: myWidget [uninitvar] qtbase-everywhere-src-5.15.13/doc/src/snippets/quiloader/main.cpp:64:34: note: Assuming condition is false qtbase-everywhere-src-5.15.13/doc/src/snippets/quiloader/main.cpp:67:12: note: Uninitialized variable: myWidget qtbase-everywhere-src-5.15.13/examples/corelib/ipc/localfortuneclient/client.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/ipc/localfortuneserver/server.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/ipc/sharedmemory/dialog.h:66:10: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/mimetypes/mimetypebrowser/mainwindow.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/mimetypes/mimetypebrowser/mimetypemodel.cpp:61:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/cbordump/main.cpp:144:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:77:16: style: Class 'DummyIterator < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:108:12: style: Redundant initialization for 'v1size'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:107:16: note: v1size is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:108:12: note: v1size is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:110:16: style: Redundant initialization for 'v1capacity'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:109:20: note: v1capacity is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:110:16: note: v1capacity is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:114:16: style: Redundant initialization for 'v1notfound'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:113:21: note: v1notfound is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:114:16: note: v1notfound is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:118:13: style: Redundant initialization for 'v1found'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:117:18: note: v1found is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:118:13: note: v1found is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:123:12: style: Redundant initialization for 'v2size'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:122:16: note: v2size is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:123:12: note: v2size is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:131:12: style: Redundant initialization for 'm1size'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:130:16: note: m1size is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:131:12: note: m1size is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:135:15: style: Redundant initialization for 'first'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:134:19: note: first is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:135:15: note: first is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:137:16: style: Redundant initialization for 'second'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:136:23: note: second is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:137:16: note: second is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:141:12: style: Redundant initialization for 'm2size'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:140:16: note: m2size is initialized qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:141:12: note: m2size is overwritten qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:108:12: style: Variable 'v1size' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:110:16: style: Variable 'v1capacity' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:114:16: style: Variable 'v1notfound' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:118:13: style: Variable 'v1found' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:123:12: style: Variable 'v2size' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:131:12: style: Variable 'm1size' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:135:15: style: Variable 'first' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:137:16: style: Variable 'second' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:141:12: style: Variable 'm2size' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/config.tests/stl/stltest.cpp:144:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/converter.h:101:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_OPERATORS_FOR_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/converter.h:63:5: style: Class 'VariantOrderedMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/datastreamconverter.cpp:117:20: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/cborconverter.cpp:140:30: style: Local variable 'v' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/cborconverter.cpp:135:54: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/cborconverter.cpp:140:30: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/serialization/savegame/character.h:67:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/mandelbrotwidget.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/threads/queuedcustomtype/renderthread.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/threads/waitconditions/waitconditions.cpp:73:5: style: Class 'Producer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/corelib/threads/waitconditions/waitconditions.cpp:102:5: style: Class 'Consumer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/corelib/tools/contiguouscache/randomlistmodel.h:62:5: style: Class 'RandomListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:289:16: style: Redundant initialization for 'id'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:287:16: note: id is initialized qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:289:16: note: id is overwritten qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:333:30: style: Local variable 'v' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:327:65: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/serialization/convert/xmlconverter.cpp:333:30: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/tools/customtypesending/window.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/chat/chat.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/complexpingpong/complexpong.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/complexpingpong/complexping.h:61:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/pingpong/pong.h:59:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/remotecontrolledcar/car/car.h:64:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/dbus/remotecontrolledcar/controller/controller.h:67:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:69:5: style: Class 'RenderThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:103:22: style: Local variable 'devicePixelRatio' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:89:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:103:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:104:21: style: Local variable 'resultSize' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:90:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:104:21: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:106:22: style: Local variable 'scaleFactor' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:88:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:106:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:107:22: style: Local variable 'centerX' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:86:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:107:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:108:22: style: Local variable 'centerY' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.h:87:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/corelib/threads/mandelbrot/renderthread.cpp:108:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/embedded/digiflip/digiflip.cpp:382:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/flightinfo/flightinfo.cpp:144:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/lightmaps/lightmaps.h:67:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/lightmaps/mapzoom.h:65:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.cpp:108:5: warning: Class 'Flickable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.cpp:108:5: warning: Class 'Flickable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.cpp:59:5: style: Class 'FlickableTicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.cpp:121:34: style:inconclusive: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.h:68:27: note: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.cpp:121:34: note: Function 'setThreshold' argument 1 names different: declaration 'threshold' definition 'th'. qtbase-everywhere-src-5.15.13/examples/embedded/lightmaps/slippymap.h:80:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/main.cpp:90:5: style: Class 'ColorList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/main.cpp:117:20: style: The function 'scrollOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.h:78:20: note: Virtual function in base class qtbase-everywhere-src-5.15.13/examples/embedded/flickable/main.cpp:117:20: note: Function in derived class qtbase-everywhere-src-5.15.13/examples/embedded/flickable/main.cpp:122:18: style: The function 'setScrollOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/examples/embedded/flickable/flickable.h:79:18: note: Virtual function in base class qtbase-everywhere-src-5.15.13/examples/embedded/flickable/main.cpp:122:18: note: Function in derived class qtbase-everywhere-src-5.15.13/examples/embedded/styleexample/stylewidget.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/gui/openglwindow/openglwindow.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/gui/rasterwindow/rasterwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/blockingclient.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/broadcastreceiver/receiver.h:68:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.h:64:5: style: Class 'FortuneThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/network/broadcastsender/sender.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.cpp:106:18: style: Local variable 'error' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.h:72:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.cpp:106:18: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.cpp:118:22: style: Local variable 'error' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.h:72:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/network/blockingfortuneclient/fortunethread.cpp:118:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/network/download/main.cpp:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/dnslookup/dnslookup.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/downloadmanager.h:72:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/fortuneclient/client.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:98:49: style:inconclusive: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.h:61:36: note: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:98:49: note: Function 'setMessage' argument 1 names different: declaration 'message' definition 'm'. qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:103:40: style:inconclusive: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.h:62:27: note: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:103:40: note: Function 'setStatus' argument 1 names different: declaration 'value' definition 'val'. qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:103:52: style:inconclusive: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.h:62:41: note: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. qtbase-everywhere-src-5.15.13/examples/network/downloadmanager/textprogressbar.cpp:103:52: note: Function 'setStatus' argument 2 names different: declaration 'maximum' definition 'max'. qtbase-everywhere-src-5.15.13/examples/network/fortuneserver/server.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/googlesuggest/googlesuggest.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/googlesuggest/searchbox.h:66:11: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/http/httpwindow.h:79:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/loopback/dialog.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multicastreceiver/receiver.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multicastsender/sender.h:65:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multistreamclient/chatconsumer.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multistreamclient/client.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multistreamclient/movieconsumer.h:71:13: style: Class 'MovieConsumer' is unsafe, 'MovieConsumer::label' can leak by wrong usage. [unsafeClassCanLeak] qtbase-everywhere-src-5.15.13/examples/network/multistreamclient/timeconsumer.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multistreamserver/server.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/multistreamserver/movieprovider.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/network-chat/client.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/network-chat/connection.h:97:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/securesocketclient/certificateinfo.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/securesocketclient/sslclient.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/secureudpclient/association.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/secureudpclient/mainwindow.h:82:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/secureudpserver/server.h:82:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/threadedfortuneserver/fortuneserver.h:63:5: style: Class 'FortuneServer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/network/threadedfortuneserver/dialog.h:67:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/network/torrent/addtorrentdialog.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/torrent/connectionmanager.cpp:58:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/torrent/filemanager.h:92:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/torrent/torrentclient.h:163:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:56:16: warning: Member variable 'BencodeParser::index' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:56:16: warning: Member variable 'BencodeParser::infoStart' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:56:16: warning: Member variable 'BencodeParser::infoLength' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:175:36: style: Local variable 'dictionary' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.h:71:32: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:175:36: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:221:36: style: Local variable 'dictionary' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:196:63: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/network/torrent/bencodeparser.cpp:221:36: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/network/torrent/metainfo.cpp:58:11: warning: Member variable 'MetaInfo::metaInfoFileForm' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/network/torrent/metainfo.cpp:58:11: warning: Member variable 'MetaInfo::metaInfoSingleFile' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/network/torrent/peerwireclient.h:93:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/network/torrent/metainfo.cpp:225:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/opengl/2dpainting/glwidget.h:66:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/2dpainting/widget.h:66:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/contextinfo/widget.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/contextinfo/renderwindow.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/hellogl2/glwidget.h:77:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/hellogl2/mainwindow.h:63:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/hellogles3/glwindow.h:90:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/hellowindow/hellowindow.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/hellowindow/hellowindow.cpp:210:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/grabber/glwidget.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/framebufferobject2/glwidget.h:56:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/grabber/mainwindow.h:72:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/hellogl/glwidget.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/framebufferobject2/glwidget.cpp:236:51: style:inconclusive: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/framebufferobject2/glwidget.h:65:45: note: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/framebufferobject2/glwidget.cpp:236:51: note: Function 'drawCube' argument 3 names different: declaration 'ri' definition 'rotation'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/overpainting/glwidget.h:76:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/overpainting/bubble.h:67:12: performance:inconclusive: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/overpainting/bubble.cpp:83:16: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/examples/opengl/legacy/overpainting/bubble.h:67:12: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/examples/opengl/legacy/pbuffers/cube.h:125:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_PROPERTY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/pbuffers/glwidget.h:66:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/pbuffers2/glwidget.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/samplebuffers/glwidget.h:56:5: style: Class 'GLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/opengl/paintedwindow/paintedwindow.h:80:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:91:14: style:inconclusive: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. [initializerList] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:164:6: note: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:91:14: note: Member variable 'Patch::start' uses an uninitialized argument 'count' due to the order of declarations. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:83:5: style: Class 'Patch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:303:76: style:inconclusive: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:300:69: note: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:303:76: note: Function 'RectTorus' argument 5 names different: declaration 'numSectors' definition 'k'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:339:37: style:inconclusive: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.h:66:42: note: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:339:37: note: Function 'QtLogo' argument 2 names different: declaration 'd' definition 'divisions'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:339:54: style:inconclusive: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.h:66:56: note: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:339:54: note: Function 'QtLogo' argument 3 names different: declaration 's' definition 'scale'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:359:32: style:inconclusive: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.h:71:28: note: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:359:32: note: Function 'buildGeometry' argument 1 names different: declaration 'd' definition 'divisions'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:359:49: style:inconclusive: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.h:71:37: note: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. qtbase-everywhere-src-5.15.13/examples/opengl/legacy/shared/qtlogo.cpp:359:49: note: Function 'buildGeometry' argument 2 names different: declaration 's' definition 'scale'. qtbase-everywhere-src-5.15.13/examples/opengl/qopenglwidget/glwidget.h:77:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/qopenglwidget/bubble.h:75:12: performance:inconclusive: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/examples/opengl/qopenglwidget/bubble.cpp:107:16: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/examples/opengl/qopenglwidget/bubble.h:75:12: note: Technically the member function 'Bubble::randomColor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/examples/opengl/qopenglwidget/mainwindow.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/textures/window.h:65:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/threadedqopenglwidget/glwidget.cpp:138:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/opengl/threadedqopenglwidget/glwidget.h:82:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qmake/precompile/mydialog.h:61:5: style: Class 'MyDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/qmake/tutorial/hello.h:56:5: style: Class 'MyPushButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/qmake/precompile/util.cpp:56:5: style: Variable 'x' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/examples/qpa/windows/window.h:57:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/qpa/windows/window.h:58:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/qtconcurrent/imagescaling/imagescaling.h:62:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qtconcurrent/progressdialog/main.cpp:81:46: style: Parameter 'iteration' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/examples/qtestlib/tutorial1/testqstring.cpp:57:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qtestlib/tutorial2/testqstring.cpp:58:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qtestlib/tutorial3/testgui.cpp:59:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qtestlib/tutorial4/testgui.cpp:59:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/qtconcurrent/wordcount/main.cpp:75:15: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/qtconcurrent/wordcount/main.cpp:79:15: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/qtestlib/tutorial5/benchmarking.cpp:57:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/books/bookwindow.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/books/bookdelegate.h:64:5: style: Class 'BookDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/sql/cachedtable/tableeditor.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/drilldown/imageitem.h:75:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/drilldown/informationwindow.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/drilldown/view.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/masterdetail/mainwindow.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/masterdetail/dialog.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/querymodel/customsqlmodel.h:62:5: style: Class 'CustomSqlModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/sql/querymodel/customsqlmodel.cpp:61:50: style:inconclusive: Function 'data' argument 1 names different: declaration 'item' definition 'index'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/sql/querymodel/customsqlmodel.h:64:38: note: Function 'data' argument 1 names different: declaration 'item' definition 'index'. qtbase-everywhere-src-5.15.13/examples/sql/querymodel/customsqlmodel.cpp:61:50: note: Function 'data' argument 1 names different: declaration 'item' definition 'index'. qtbase-everywhere-src-5.15.13/examples/sql/querymodel/editablesqlmodel.h:61:5: style: Class 'EditableSqlModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/sql/sqlbrowser/browser.h:78:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/sqlbrowser/connectionwidget.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/sqlbrowser/qsqlconnectiondialog.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/sql/sqlwidgetmapper/window.h:77:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkancubes/vulkanwindow.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkancubes/camera.h:60:5: style: Class 'Camera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkancubes/mesh.h:76:5: warning: Member variable 'Mesh::m_data' is not initialized. [uninitMemberVarPrivate] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkantexture/main.cpp:56:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkanwidget/hellovulkanwidget.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/shared/trianglerenderer.h:56:5: style: Class 'TriangleRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkanwidget/main.cpp:59:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkanwindow/hellovulkanwindow.cpp:60:17: warning: Member variable 'VulkanRenderer::m_devFuncs' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkanwindow/hellovulkanwindow.h:57:5: style: Class 'VulkanRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkanwindow/main.cpp:56:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/animation/animatedtiles/main.cpp:61:5: style: Class 'Pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/animatedtiles/main.cpp:72:5: style: Class 'Button' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/animatedtiles/main.cpp:134:5: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/animatedtiles/main.cpp:96:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:73:5: style: Class 'Raycasting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:259:13: style: Condition 'touchDevice' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:258:23: note: Assignment 'touchDevice=false', assigned value is 0 qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:259:13: note: Condition 'touchDevice' is always false qtbase-everywhere-src-5.15.13/examples/widgets/animation/easing/window.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:132:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/embedded/raycasting/raycasting.cpp:134:15: style: Variable 'finish' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/animation/moveblocks/main.cpp:58:5: warning: Member variable 'StateSwitchEvent::m_rand' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/widgets/animation/moveblocks/main.cpp:93:5: style: Class 'StateSwitchTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/moveblocks/main.cpp:119:5: style: Class 'StateSwitcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/moveblocks/main.cpp:172:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/states/main.cpp:57:5: style: Class 'Pixmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/states/main.cpp:78:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/animation.cpp:179:13: style: Local variable 'nodeCount' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/animation.h:75:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/animation.cpp:179:13: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/animation.cpp:129:12: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/animation.cpp:141:12: style: Variable 'frame' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/stickman.h:87:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/animation/stickman/rectbutton.h:60:5: style: Class 'RectButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/sub-attaq/animationmanager.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/animation/sub-attaq/qanimationstate.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/animation/sub-attaq/mainwindow.h:65:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/animation/sub-attaq/graphicsscene.h:104:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/animation/sub-attaq/progressitem.h:60:5: style: Class 'ProgressItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/desktop/screenshot/screenshot.h:79:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/desktop/systray/window.h:86:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:70:5: style: Class 'ClassWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:82:5: style: Class 'IntroPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:95:5: style: Class 'ClassInfoPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:117:5: style: Class 'CodeStylePage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:138:5: style: Class 'OutputFilesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/classwizard/classwizard.h:157:5: style: Class 'ConclusionPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/extension/finddialog.h:71:5: style: Class 'FindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/findfiles/window.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/licensewizard/licensewizard.h:77:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/dialogs/standarddialogs/dialog.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/draganddrop/dropsite/droparea.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/draganddrop/dropsite/dropsitewindow.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/draganddrop/puzzle/mainwindow.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/effects/blurpicker/blureffect.h:60:5: style: Class 'BlurEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/draganddrop/puzzle/puzzlewidget.cpp:59:15: warning: Member variable 'PuzzleWidget::inPlace' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/widgets/effects/blurpicker/blurpicker.h:66:5: style: Class 'BlurPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/effects/fademessage/fademessage.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/vulkan/shared/trianglerenderer.cpp:72:19: warning: Member variable 'TriangleRenderer::m_devFuncs' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/widgets/gallery/widgetgallery.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/gestures/imagegestures/imagewidget.cpp:58:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/gestures/imagegestures/mainwidget.h:66:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/basicgraphicslayouts/window.h:61:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/basicgraphicslayouts/layoutitem.h:62:5: style: Class 'LayoutItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.h:152:10: style:inconclusive: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:83:28: note: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.h:152:10: note: Technically the member function 'GLExtensionFunctions::fboSupported' can be const. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.h:153:10: style:inconclusive: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:96:28: note: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.h:153:10: note: Technically the member function 'GLExtensionFunctions::openGL15Supported' can be const. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:59:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:60:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:61:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:62:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:63:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:64:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:65:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:66:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:67:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:68:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:70:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:71:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:73:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:74:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:75:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:76:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:77:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glextensions.cpp:78:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/scene.h:78:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:105:20: style: Parameter 'vec' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/3rdparty/fbm.c:108:42: style: Variable 'q' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:291:10: style:inconclusive: Technically the member function 'GLVertexBuffer::failed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:361:10: style:inconclusive: Technically the member function 'GLIndexBuffer::failed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:131:5: style: Class 'GLTextureCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:144:5: style: Class 'GLRenderTargetCube' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:200:5: style: Class 'GLVertexBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:307:5: style: Class 'GLIndexBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:224:69: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:228:71: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:232:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:236:68: error: Pointer addition with NULL pointer. [nullPointerArithmetic] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/qtbox.cpp:103:14: style: Variable 'delAction' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/qtbox.cpp:104:14: style: Variable 'newAction' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/qtbox.cpp:105:14: style: Variable 'growAction' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/qtbox.cpp:106:14: style: Variable 'shrinkAction' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/qtbox.cpp:108:14: style: Variable 'selectedAction' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/chip.cpp:80:69: style:inconclusive: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/chip.h:64:67: note: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/chip.cpp:80:69: note: Function 'paint' argument 2 names different: declaration 'item' definition 'option'. qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/chip.cpp:110:84: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/mainwindow.h:65:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/chip/view.h:88:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:361:10: style:inconclusive: Technically the member function 'GLIndexBuffer < unsigned short >::failed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:291:10: style:inconclusive: Technically the member function 'GLVertexBuffer < P3T2N3Vertex >::failed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:307:5: style: Class 'GLIndexBuffer < unsigned short >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/boxes/glbuffers.h:200:5: style: Class 'GLVertexBuffer < P3T2N3Vertex >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkantexture/hellovulkantexture.cpp:82:17: warning: Member variable 'VulkanRenderer::m_devFuncs' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/vulkan/hellovulkantexture/hellovulkantexture.h:57:5: style: Class 'VulkanRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/diagramscene/diagramscene.h:87:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/diagramscene/mainwindow.h:83:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/dragdroprobot/robot.h:65:5: style: Class 'RobotPart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/dragdroprobot/robot.h:81:5: style: Class 'RobotHead' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/dragdroprobot/robot.h:110:5: style: Class 'RobotLimb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/dragdroprobot/robot.h:121:5: style: Class 'Robot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/elasticnodes/graphwidget.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/elasticnodes/node.h:64:5: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/embeddeddialogs/customproxy.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/embeddeddialogs/embeddeddialog.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/flowlayout/window.h:57:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/flowlayout/flowlayout.h:56:5: style: Class 'FlowLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/padnavigator/splashitem.cpp:59:5: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/addressbook/adddialog.h:69:5: style: Class 'AddDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/addressbook/newaddresstab.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:82:5: style: Class 'PixmapWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:141:5: style: Class 'PlaceWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:247:12: style: Redundant initialization for 'anchor'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:246:29: note: anchor is initialized qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:247:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:253:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:252:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:253:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:255:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:253:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:255:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:264:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:263:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:264:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:266:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:264:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:266:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:272:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:271:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:272:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:274:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:272:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:274:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:275:12: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:274:12: note: anchor is assigned qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:275:12: note: anchor is overwritten qtbase-everywhere-src-5.15.13/examples/widgets/graphicsview/weatheranchorlayout/main.cpp:275:12: style: Variable 'anchor' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/basicsortfiltermodel/window.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/chart/mainwindow.h:68:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/addressbook/tablemodel.h:85:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/addressbook/tablemodel.h:86:5: style: Class 'TableModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/chart/pieview.h:68:11: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/coloreditorfactory/colorlisteditor.h:68:5: style: Class 'ColorListEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/coloreditorfactory/colorlisteditor.cpp:80:16: style: Local variable 'color' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/coloreditorfactory/colorlisteditor.h:71:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/coloreditorfactory/colorlisteditor.cpp:80:16: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/combowidgetmapper/window.h:75:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/customsortfiltermodel/window.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/customsortfiltermodel/filterwidget.h:64:1: style: The class 'FilterWidget' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/customsortfiltermodel/mysortfilterproxymodel.h:63:5: style: Class 'MySortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/customsortfiltermodel/filterwidget.cpp:130:46: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/fetchmore/filelistmodel.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:121:27: style: Local variable 'data' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.h:67:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:121:27: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:139:20: style: Local variable 'child' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.h:64:15: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:139:20: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:174:20: style: Local variable 'child' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.h:64:15: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treeitem.cpp:174:20: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/fetchmore/window.h:67:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treemodel.cpp:296:23: style: Local variable 'parent' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treemodel.cpp:252:68: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treemodel.cpp:296:23: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/editabletreemodel/treemodel.cpp:92:15: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/frozencolumn/freezetablewidget.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/interview/model.h:83:9: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/pixelator/imagemodel.h:63:5: style: Class 'ImageModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/pixelator/mainwindow.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/pixelator/pixeldelegate.h:80:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/puzzle/mainwindow.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/puzzle/puzzlewidget.cpp:55:15: warning: Member variable 'PuzzleWidget::inPlace' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpledommodel/mainwindow.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpledommodel/dommodel.cpp:191:14: style: Variable 'parentItem' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simplewidgetmapper/window.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.cpp:60:61: style:inconclusive: Function 'TreeItem' argument 2 names different: declaration 'parentItem' definition 'parent'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.h:61:64: note: Function 'TreeItem' argument 2 names different: declaration 'parentItem' definition 'parent'. qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.cpp:60:61: note: Function 'TreeItem' argument 2 names different: declaration 'parentItem' definition 'parent'. qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.cpp:73:38: style:inconclusive: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.h:64:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treeitem.cpp:73:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/spinboxdelegate/delegate.h:62:5: style: Class 'SpinBoxDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treemodel.cpp:97:15: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/simpletreemodel/treemodel.cpp:163:15: style: Variable 'parentItem' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/spreadsheet/spreadsheet.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/spreadsheet/printview.h:66:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/spreadsheet/spreadsheetdelegate.h:68:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/stardelegate/stardelegate.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/stardelegate/starrating.h:83:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/storageview/storagemodel.h:86:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/itemviews/stardelegate/stareditor.h:63:5: style: Class 'StarEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/layouts/borderlayout/borderlayout.h:63:5: style: Class 'BorderLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/layouts/dynamiclayouts/dialog.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/application/mainwindow.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/layouts/borderlayout/borderlayout.h:75:18: style: Virtual function 'takeAt' is called from destructor '~BorderLayout()' at line 69. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/layouts/borderlayout/borderlayout.cpp:69:17: note: Calling takeAt qtbase-everywhere-src-5.15.13/examples/widgets/layouts/borderlayout/borderlayout.h:75:18: note: takeAt is a virtual function qtbase-everywhere-src-5.15.13/examples/widgets/layouts/flowlayout/flowlayout.h:76:18: style: Virtual function 'takeAt' is called from destructor '~FlowLayout()' at line 72. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/layouts/flowlayout/flowlayout.cpp:72:20: note: Calling takeAt qtbase-everywhere-src-5.15.13/examples/widgets/layouts/flowlayout/flowlayout.h:76:18: note: takeAt is a virtual function qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/dockwidgets/mainwindow.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mainwindow/mainwindow.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mainwindow/colorswatch.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mainwindow/mainwindow.cpp:94:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mdi/mainwindow.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mainwindow/toolbar.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/menus/mainwindow.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/mdi/mdichild.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/mainwindows/sdi/mainwindow.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/affine/xform.h:105:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/basicdrawing/window.h:72:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/basicdrawing/renderarea.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/composition/composition.h:79:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/concentriccircles/circlewidget.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/deform/pathdeform.h:87:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/fontsampler/mainwindow.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/gradients/gradients.h:109:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/imagecomposition/imagecomposer.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/painterpaths/window.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/painterpaths/renderarea.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/pathstroke/pathstroke.h:85:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/shared/arthurwidgets.h:85:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/transformations/window.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/painting/shared/fbopaintdevice.h:63:5: style: Class 'QFboPaintDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/painting/transformations/renderarea.h:73:5: style: Class 'RenderArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/calendar/mainwindow.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/orderform/detailsdialog.h:76:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/orderform/mainwindow.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/syntaxhighlighter/mainwindow.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/textedit/textedit.h:77:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/richtext/syntaxhighlighter/highlighter.h:68:5: style: Class 'Highlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/eventtransitions/main.cpp:62:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/factorial/main.cpp:98:5: style: Class 'FactorialLoopTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/factorial/main.cpp:128:5: style: Class 'FactorialDoneTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/scroller/graphicsview/main.cpp:137:9: performance: Variable 'm_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/examples/widgets/scroller/graphicsview/main.cpp:113:5: style: Class 'ViewObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/scroller/graphicsview/main.cpp:230:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/scroller/graphicsview/main.cpp:122:18: style: Consider using std::any_of, std::all_of, std::none_of, or std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/pingpong/main.cpp:74:5: style: Class 'Pinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/trafficlight/main.cpp:78:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/codecs/encodingdialog.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/codecs/mainwindow.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/codecs/previewform.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/completer/fsmodel.h:65:5: style: Class 'FileSystemModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tools/completer/mainwindow.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/customcompleter/mainwindow.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/echoplugin/echowindow/echowindow.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/customcompleter/textedit.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/echoplugin/plugin/echoplugin.h:62:70: error: There is an unknown macro here somewhere. Configuration is required. If FILE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/i18n/languagechooser.h:77:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/plugandpaint/app/main.cpp:57:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_IMPORT_PLUGIN is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/i18n/mainwindow.h:70:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tools/plugandpaint/app/mainwindow.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/plugandpaint/app/interfaces.h:116:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_INTERFACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/plugandpaint/plugins/basictools/basictoolsplugin.h:72:84: error: There is an unknown macro here somewhere. Configuration is required. If FILE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/plugandpaint/plugins/extrafilters/extrafiltersplugin.h:65:85: error: There is an unknown macro here somewhere. Configuration is required. If FILE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/regexp/regexpdialog.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/regularexpression/regularexpressiondialog.h:73:5: style: Class 'RegularExpressionDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tools/settingseditor/mainwindow.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/regularexpression/regularexpressiondialog.cpp:78:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/settingseditor/locationdialog.h:78:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/settingseditor/settingstree.h:79:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/styleplugin/plugin/simplestyleplugin.h:60:70: error: There is an unknown macro here somewhere. Configuration is required. If FILE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/rogue/movementtransition.h:64:5: style: Class 'MovementTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/rogue/window.cpp:104:9: style: The scope of the variable 'xPos' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/examples/widgets/statemachine/rogue/window.cpp:71:48: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/examples/widgets/tools/treemodelcompleter/mainwindow.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/treemodelcompleter/treemodelcompleter.h:67:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/mainwindow.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:91:5: style: Class 'Document' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:102:46: style:inconclusive: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.h:83:44: note: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:102:46: note: Function 'DeleteCommand' argument 1 names different: declaration 'graphicsScene' definition 'scene'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:130:40: style:inconclusive: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.h:98:66: note: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:130:40: note: Function 'AddCommand' argument 2 names different: declaration 'graphicsScene' definition 'scene'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:169:63: style:inconclusive: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.h:112:63: note: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:169:63: note: Function 'createCommandString' argument 2 names different: declaration 'point' definition 'pos'. qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/commands.cpp:169:42: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/diagramscene.h:69:5: style: Class 'DiagramScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undoframework/mainwindow.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/touch/fingerpaint/mainwindow.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/touch/fingerpaint/scribblearea.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:189:12: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:189:12: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:204:12: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:204:12: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:233:15: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:233:15: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:249:22: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:249:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:290:22: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:290:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:314:18: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:314:18: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:357:22: style: Local variable 'shape' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.h:95:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/examples/widgets/tools/undo/document.cpp:357:22: note: Shadow variable qtbase-everywhere-src-5.15.13/examples/widgets/touch/pinchzoom/graphicsview.h:59:5: style: Class 'GraphicsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part1/addressbook.h:68:5: style: Class 'AddressBook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part2/addressbook.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part3/addressbook.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part4/addressbook.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part5/finddialog.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part6/finddialog.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/addressbook/part7/finddialog.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/gettingStarted/gsQt/part3/main.cpp:60:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/gettingStarted/gsQt/part4/main.cpp:60:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/gettingStarted/gsQt/part5/main.cpp:60:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/1_readonly/mymodel.h:62:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/2_formatting/mymodel.h:60:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/3_changingmodel/mymodel.h:67:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/4_headers/mymodel.h:60:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/5_edit/mainwindow.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/6_treeview/mainwindow.h:73:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/7_selections/mainwindow.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/notepad/notepad.h:81:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/tutorials/modelview/5_edit/mymodel.h:67:5: style: Class 'MyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/analogclock/analogclock.h:62:5: style: Class 'AnalogClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/calculator/calculator.h:69:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/calendarwidget/window.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/charactermap/mainwindow.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/charactermap/characterwidget.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/charactermap/mainwindow.cpp:73:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/codeeditor/codeeditor.h:80:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/digitalclock/digitalclock.h:64:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/testwidget.h:71:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/groupbox/window.h:66:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/elidedlabel.h:58:1: style: The class 'ElidedLabel' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/elidedlabel.cpp:68:42: style:inconclusive: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/elidedlabel.h:67:33: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/elidedlabel.cpp:68:42: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newText'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/elidedlabel/elidedlabel.cpp:100:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/icons/imagedelegate.h:73:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/icons/mainwindow.h:81:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/imageviewer/imageviewer.h:81:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/icons/iconpreviewarea.cpp:66:24: style: The comparison 'NumStates == 2' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/icons/iconpreviewarea.cpp:72:23: style: The comparison 'NumModes == 4' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/lineedits/window.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/movie/movieplayer.h:76:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/scribble/mainwindow.h:70:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/scribble/scribblearea.h:76:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:56:49: style:inconclusive: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.h:65:42: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:56:49: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:68:51: style:inconclusive: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.h:66:44: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:68:51: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/shapedclock/shapedclock.h:62:5: style: Class 'ShapedClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:81:55: style:inconclusive: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.h:67:48: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/mousebuttons/buttontester.cpp:81:55: note: Function 'mouseDoubleClickEvent' argument 1 names different: declaration 'event' definition 'e'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/sliders/window.h:72:5: style: Class 'Window' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/sliders/slidersgroup.h:74:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/spinboxes/window.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/styles/widgetgallery.h:86:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/stylesheet/mainwindow.h:67:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/stylesheet/stylesheeteditor.h:65:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/tablet/tabletcanvas.h:75:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/tetrix/tetrixwindow.h:69:5: style: Class 'TetrixWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/tetrix/tetrixboard.h:76:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/tooltips/sortingbox.h:80:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/styles/norwegianwoodstyle.cpp:291:53: style:inconclusive: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/styles/norwegianwoodstyle.h:79:37: note: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/styles/norwegianwoodstyle.cpp:291:53: note: Function 'drawControl' argument 1 names different: declaration 'control' definition 'element'. qtbase-everywhere-src-5.15.13/examples/widgets/widgets/validators/ledwidget.h:63:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/validators/validatorwidget.h:61:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/validators/localeselector.h:66:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/wiggly/wigglywidget.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/windowflags/controllerwindow.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/xml/dombookmarks/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/widgets/widgets/windowflags/previewwindow.h:67:5: style: Class 'PreviewWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/examples/xml/rsslisting/rsslisting.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/xml/dombookmarks/xbeltree.cpp:57:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/xml/streambookmarks/mainwindow.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/mkspecs/devices/linux-arm-amlogic-8726M-g++/qeglfshooks_8726m.cpp:78:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/examples/xml/streambookmarks/xbelreader.h:67:5: style: Class 'XbelReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/doc/snippets/code/doc_src_qmake-manual.cpp:64:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/examples/xml/streambookmarks/xbelreader.cpp:131:25: warning: Possible null pointer dereference: item [nullPointer] qtbase-everywhere-src-5.15.13/examples/xml/streambookmarks/xbelreader.cpp:108:27: note: Calling function 'readSeparator', 1st argument '0' value is 0 qtbase-everywhere-src-5.15.13/examples/xml/streambookmarks/xbelreader.cpp:131:25: note: Null pointer dereference qtbase-everywhere-src-5.15.13/qmake/doc/snippets/qmake/paintwidget_unix.cpp:51:26: style: Parameter 'argv' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/qmake/generators/makefile.h:284:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_OPERATORS_FOR_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake2.cpp:1486:43: error: There is an unknown macro here somewhere. Configuration is required. If QMAKE_VERSION_STR is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:481:42: style: Local variable 'lflags' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:402:31: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:481:42: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:541:26: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:404:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/unix/unixmake.cpp:541:26: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.h:36:1: style: The class 'ProjectBuilderMakefileGenerator' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:388:5: style: Class 'ProjectBuilderSources' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1881:62: style:inconclusive: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.h:51:41: note: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1881:62: note: Function 'fixForOutput' argument 1 names different: declaration 'file' definition 'values'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1901:72: style:inconclusive: Function 'fixListForOutput' argument 1 names different: declaration 'list' definition 'l'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.h:53:57: note: Function 'fixListForOutput' argument 1 names different: declaration 'list' definition 'l'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1901:72: note: Function 'fixListForOutput' argument 1 names different: declaration 'list' definition 'l'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1910:56: style:inconclusive: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.h:49:35: note: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1910:56: note: Function 'keyFor' argument 1 names different: declaration 'file' definition 'block'. qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:127:25: style: Local variable 'subdir' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:115:17: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:127:25: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:920:41: style: Local variable 'tmp' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:565:19: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:920:41: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1701:26: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1573:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1701:26: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1719:30: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1573:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1719:30: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1722:30: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1573:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1722:30: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1729:30: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1573:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1729:30: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1732:30: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1573:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:1732:30: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:458:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:463:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/generators/mac/pbuilder_pbx.cpp:468:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:857:5: warning: Member variable 'VCWinDeployQtTool::ExcludedFromBuild' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:857:5: warning: Member variable 'VCWinDeployQtTool::config' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:920:7: performance: Variable 'file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1036:9: performance:inconclusive: Technically the member function 'TreeNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1087:9: performance:inconclusive: Technically the member function 'FlatNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:65:9: performance:inconclusive: Technically the member function 'XTreeNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:117:9: performance:inconclusive: Technically the member function 'XFlatNode::pathIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1063:10: style: Virtual function 'removeElements' is called from destructor '~TreeNode()' at line 1034. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1034:27: note: Calling removeElements qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1063:10: note: removeElements is a virtual function qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1109:10: style: Virtual function 'removeElements' is called from destructor '~FlatNode()' at line 1085. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1085:27: note: Calling removeElements qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1109:10: note: removeElements is a virtual function qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:92:10: style: Virtual function 'removeElements' is called from destructor '~XTreeNode()' at line 63. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:63:28: note: Calling removeElements qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:92:10: note: removeElements is a virtual function qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:139:10: style: Virtual function 'removeElements' is called from destructor '~XFlatNode()' at line 115. Dynamic binding is not used. [virtualCallInConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:115:28: note: Calling removeElements qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:139:10: note: removeElements is a virtual function qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:822:5: style: Class 'VCEventTool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:919:5: style: Struct 'VCFilterFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1034:14: style: The destructor '~TreeNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1017:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1034:14: note: Destructor in derived class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1085:14: style: The destructor '~FlatNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1017:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1085:14: note: Destructor in derived class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:63:14: style: The destructor '~XTreeNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:45:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:63:14: note: Destructor in derived class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:115:14: style: The destructor '~XFlatNode' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:45:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:115:14: note: Destructor in derived class qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:2021:16: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:2027:11: note: Found duplicate branches for 'if' and 'else'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:2021:16: note: Found duplicate branches for 'if' and 'else'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:381:40: style:inconclusive: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:143:95: note: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:381:40: note: Function 'generateXML' argument 4 names different: declaration 'proj' definition 'tool'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:1803:92: style:inconclusive: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:176:85: note: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:1803:92: note: Function 'addFilters' argument 3 names different: declaration 'filterName' definition 'filtername'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:1993:56: style:inconclusive: Function 'outputFileConfig' argument 3 names different: declaration 'fileName' definition 'filePath'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.h:183:87: note: Function 'outputFileConfig' argument 3 names different: declaration 'fileName' definition 'filePath'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msbuild_objectmodel.cpp:1993:56: note: Function 'outputFileConfig' argument 3 names different: declaration 'fileName' definition 'filePath'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/winmakefile.cpp:83:5: style: Class 'LibrarySearchPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/win32/winmakefile.cpp:88:5: style: Class 'LibrarySearchPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:75:13: style:inconclusive: Technically the member function 'XmlOutput::indentString' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.cpp:51:20: note: Technically the member function 'XmlOutput::indentString' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:75:13: note: Technically the member function 'XmlOutput::indentString' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:77:9: style:inconclusive: Technically the member function 'XmlOutput::indentLevel' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.cpp:61:16: note: Technically the member function 'XmlOutput::indentLevel' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:77:9: note: Technically the member function 'XmlOutput::indentLevel' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:80:14: style:inconclusive: Technically the member function 'XmlOutput::state' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.cpp:76:32: note: Technically the member function 'XmlOutput::state' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:80:14: note: Technically the member function 'XmlOutput::state' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:103:13: style:inconclusive: Technically the member function 'XmlOutput::doConversion' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.cpp:104:20: note: Technically the member function 'XmlOutput::doConversion' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:103:13: note: Technically the member function 'XmlOutput::doConversion' can be const. qtbase-everywhere-src-5.15.13/qmake/generators/xmloutput.h:70:5: style: Class 'XmlOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/library/ioutils.cpp:68:45: style:inconclusive: Function 'isRelativePath' argument 1 names different: declaration 'fileName' definition 'path'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/library/ioutils.h:54:47: note: Function 'isRelativePath' argument 1 names different: declaration 'fileName' definition 'path'. qtbase-everywhere-src-5.15.13/qmake/library/ioutils.cpp:68:45: note: Function 'isRelativePath' argument 1 names different: declaration 'fileName' definition 'path'. qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:417:15: style:inconclusive: Technically the member function 'ProFile::getStr' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:501:20: note: Technically the member function 'ProFile::getStr' can be const. qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:417:15: note: Technically the member function 'ProFile::getStr' can be const. qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:418:12: style:inconclusive: Technically the member function 'ProFile::getHashStr' can be const. [functionConst] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:510:17: note: Technically the member function 'ProFile::getHashStr' can be const. qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:418:12: note: Technically the member function 'ProFile::getHashStr' can be const. qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:146:14: warning: The class 'ProKey' defines member function with name 'setValue' also defined in its parent class 'ProString'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:109:17: note: Parent function 'ProString::setValue' qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:146:14: note: Derived function 'ProKey::setValue' qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:269:14: warning: The class 'ProStringRwUser' defines member function with name 'set' also defined in its parent class 'ProStringRoUser'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:252:14: note: Parent function 'ProStringRoUser::set' qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:269:14: note: Derived function 'ProStringRwUser::set' qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:48:5: style: Class 'ProItemRefCount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:239:5: style: Class 'ProStringRoUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:265:5: style: Class 'ProStringRwUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:286:5: style: Class 'ProStringList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:148:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:149:58: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:200:51: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:201:64: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:178:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:189:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:302:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:360:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:215:9: style: Local variable 'size' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:111:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/qmake/library/proitems.cpp:215:9: note: Shadow variable qtbase-everywhere-src-5.15.13/qmake/library/qmakevfs.h:76:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:118:18: warning: Member variable 'VcprojGenerator::autogenPrecompSource' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:118:18: warning: Member variable 'VcprojGenerator::usePCH' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:118:18: warning: Member variable 'VcprojGenerator::projectTarget' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:118:18: warning: Member variable 'VcprojGenerator::vcProject' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:246:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:1156:21: style: The scope of the variable 'tool' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:1426:22: style: The scope of the variable 'conf' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_vcproj.cpp:614:35: style: Variable 'vc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/qmake/library/qmakevfs.cpp:157:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/library/registry.cpp:150:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/project.h:43:5: style: Class 'QMakeProject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/option.h:156:9: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/option.cpp:614:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/qmake/main.cpp:514:13: error: Non-local variable 'proFileCache' will use pointer to local variable 'proFileCache'. [danglingLifetime] qtbase-everywhere-src-5.15.13/qmake/main.cpp:514:28: note: Address of variable taken here. qtbase-everywhere-src-5.15.13/qmake/main.cpp:513:18: note: Variable created here. qtbase-everywhere-src-5.15.13/qmake/main.cpp:514:13: note: Non-local variable 'proFileCache' will use pointer to local variable 'proFileCache'. qtbase-everywhere-src-5.15.13/qmake/main.cpp:516:13: error: Non-local variable 'parser' will use pointer to local variable 'parser'. [danglingLifetime] qtbase-everywhere-src-5.15.13/qmake/main.cpp:516:22: note: Address of variable taken here. qtbase-everywhere-src-5.15.13/qmake/main.cpp:515:17: note: Variable created here. qtbase-everywhere-src-5.15.13/qmake/main.cpp:516:13: note: Non-local variable 'parser' will use pointer to local variable 'parser'. qtbase-everywhere-src-5.15.13/qmake/cachekeys.h:49:9: performance: Variable 'hash' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/cachekeys.h:50:9: performance: Variable 'pwd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/cachekeys.h:76:9: performance: Variable 'hash' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:188:10: warning: The class 'ProKey' defines member function with name 'setValue' also defined in its parent class 'ProString'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:76:10: note: Parent function 'ProString::setValue' qtbase-everywhere-src-5.15.13/qmake/library/proitems.h:188:10: note: Derived function 'ProKey::setValue' qtbase-everywhere-src-5.15.13/qmake/cachekeys.h:74:5: style: Struct 'FileInfoCacheKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/project.cpp:125:47: style:inconclusive: Function 'expand' argument 1 names different: declaration 'v' definition 'expr'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/project.h:55:37: note: Function 'expand' argument 1 names different: declaration 'v' definition 'expr'. qtbase-everywhere-src-5.15.13/qmake/project.cpp:125:47: note: Function 'expand' argument 1 names different: declaration 'v' definition 'expr'. qtbase-everywhere-src-5.15.13/qmake/project.cpp:125:68: style:inconclusive: Function 'expand' argument 2 names different: declaration 'file' definition 'where'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/project.h:55:55: note: Function 'expand' argument 2 names different: declaration 'file' definition 'where'. qtbase-everywhere-src-5.15.13/qmake/project.cpp:125:68: note: Function 'expand' argument 2 names different: declaration 'file' definition 'where'. qtbase-everywhere-src-5.15.13/qmake/project.cpp:158:21: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:357:19: warning: Member variable 'VCCLCompilerTool::DefaultCharIsUnsigned' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:357:19: warning: Member variable 'VCCLCompilerTool::config' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:1252:15: warning: Member variable 'VCLinkerTool::config' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:1862:13: warning: Member variable 'VCMIDLTool::config' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2172:20: warning: Member variable 'VCCustomBuildTool::config' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2223:18: warning: Member variable 'VCConfiguration::suppressUnknownOptionWarnings' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2223:18: warning: Member variable 'VCConfiguration::CompilerVersion' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2240:11: warning: Member variable 'VCFilter::Project' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2174:5: performance: Variable 'ToolName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2190:5: performance: Variable 'DeploymentTag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2191:5: performance: Variable 'RemoteDirectory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2197:5: performance: Variable 'EventName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2198:5: performance: Variable 'ToolName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:95:9: style: Condition '!DebugAnnotationsActive()' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:95:32: note: Calling function 'DebugAnnotationsActive' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:95:9: note: Condition '!DebugAnnotationsActive()' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:141:9: style: Condition '!ShouldCreateLogMessage(severity)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:141:32: note: Calling function 'ShouldCreateLogMessage' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/debug.cpp:141:9: note: Condition '!ShouldCreateLogMessage(severity)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/system_utils_linux.cpp:71:11: style: Variable 'result' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/string_utils.cpp:196:12: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/system_utils_mac.cpp:76:11: style: Variable 'result' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/system_utils_mac.cpp:27:17: style: Unused variable: result [unusedVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/base/anglebase/sha1.cc:63:18: style: class member 'SecureHashAlgorithm::W' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/base/anglebase/sha1.cc:64:17: style: class member 'SecureHashAlgorithm::M' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:186:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:302:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:317:4: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:268:12: style: The scope of the variable 'k1' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:266:37: style:inconclusive: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.h:55:39: note: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/third_party/smhasher/src/PMurHash.cpp:266:37: note: Function 'PMurHash32_Result' argument 1 names different: declaration 'h1' definition 'h'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/tls.cpp:75:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/tls.cpp:105:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/tls.cpp:137:5: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:1312:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/common/utilities.cpp:778:26: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:1307:18: style: The scope of the variable 'k' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2561:83: style:inconclusive: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.h:1113:73: note: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. qtbase-everywhere-src-5.15.13/qmake/generators/win32/msvc_objectmodel.cpp:2561:83: note: Function 'generateXML' argument 3 names different: declaration 'proj' definition 'tool'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/fuzz/translator_fuzzer.cpp:122:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/fuzz/translator_fuzzer.cpp:122:10: style: Variable 'size' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/preprocessor/MacroExpander.cpp:28:5: style: Class 'TokenLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/preprocessor/MacroExpander.cpp:57:5: style: Class 'ScopedMacroReenabler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ArrayReturnValueToOutParameter.cpp:62:5: style: Class 'ArrayReturnValueToOutParameterTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ArrayReturnValueToOutParameter.cpp:119:49: performance: Searching before insertion is not necessary. Instead of 'mReturnValueIds[functionId.get()]=new TSymbolUniqueId(mSymbolTable)' consider using 'mReturnValueIds.try_emplace(functionId.get(), new TSymbolUniqueId(mSymbolTable));'. [stlFindInsert] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ArrayReturnValueToOutParameter.cpp:46:31: style: Consider using std::copy algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Cache.cpp:24:5: style: Class 'TScopedAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/BuiltInFunctionEmulator.cpp:19:5: style: Class 'BuiltInFunctionEmulationMarker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/CallDAG.cpp:25:5: style: Class 'CallDAGCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:175:5: style: Class 'TScopedPoolAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:193:5: style: Class 'TScopedSymbolTableLevel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:1142:24: style: The scope of the variable 'sink' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:895:15: style: Variable 'record' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:897:20: style: Variable 'calleeIndex' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:919:28: style: Variable 'calleeIndex' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Compiler.cpp:899:19: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/CollectVariables.cpp:781:83: style:inconclusive: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/CollectVariables.cpp:147:60: note: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/CollectVariables.cpp:781:83: note: Function 'findNamedInterfaceBlock' argument 1 names different: declaration 'name' definition 'blockName'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/CollectVariables.cpp:158:50: style: class member 'CollectVariablesTraverser::mInterfaceBlockFields' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ExpandIntegerPowExpressions.cpp:28:5: style: Class 'Traverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:262:9: error: Using object that is a temporary. [danglingTemporaryLifetime] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:258:66: note: Pointer to container is created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:258:66: note: Passed to 'getTypeString'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:258:58: note: Temporary created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:262:9: note: Using object that is a temporary. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:294:13: error: Using object that is a temporary. [danglingTemporaryLifetime] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:292:66: note: Pointer to container is created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:292:66: note: Passed to 'getTypeString'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:292:58: note: Temporary created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:294:13: note: Using object that is a temporary. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:470:60: error: Using object that is a temporary. [danglingTemporaryLifetime] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:466:52: note: Pointer to container is created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:466:44: note: Temporary created here. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:470:60: note: Using object that is a temporary. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:50:5: style: Class 'RoundingHelperWriterGLSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:68:5: style: Class 'RoundingHelperWriterESSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:80:5: style: Class 'RoundingHelperWriterHLSL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:473:58: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:480:19: style: Variable 'blockParent' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:726:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:728:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:730:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/EmulatePrecision.cpp:732:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/InitializeVariables.cpp:86:24: style: Variable 'element' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/InitializeVariables.cpp:110:20: style: Variable 'element' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IntermNode_util.cpp:146:24: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IsASTDepthBelowLimit.cpp:21:5: style: Class 'MaxDepthTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputTree.cpp:33:5: style: Class 'TOutputTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.h:80:10: performance:inconclusive: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:188:27: note: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.h:80:10: note: Technically the member function 'QMakeSourceFileInfo::dependTreeWalker' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:108:9: performance:inconclusive: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:151:18: note: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:108:9: note: Technically the member function 'SourceFiles::hash' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.h:50:5: style: Class 'QMakeLocalFileName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.h:89:5: style: Class 'QMakeSourceFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:101:13: error: Common realloc mistake: 'children' nulled but not freed upon failure [memleakOnRealloc] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:347:9: error: Common realloc mistake: 'spare_buffer' nulled but not freed upon failure [memleakOnRealloc] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:101:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:134:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:347:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:567:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:174:62: style:inconclusive: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:116:62: note: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:174:62: note: Function 'addFile' argument 3 names different: declaration 'own' definition 'own_file'. qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:254:57: style:inconclusive: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.h:89:40: note: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:254:57: note: Function 'QMakeSourceFileInfo' argument 1 names different: declaration 'cachefile' definition 'cf'. qtbase-everywhere-src-5.15.13/qmake/generators/makefiledeps.cpp:316:20: style: Variable 'file' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/PoolAlloc.cpp:293:55: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/PruneNoOps.cpp:118:22: style: Variable 'statements' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IntermNode.cpp:1650:66: warning: Either the condition 'divisor<0' is redundant or there is division by zero at line 1650. [zerodivcond] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IntermNode.cpp:1637:56: note: Assuming that condition 'divisor<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IntermNode.cpp:1650:66: note: Division by zero qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/IntermNode.cpp:557:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:2879:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:2935:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:2984:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:3031:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:409:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:420:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:495:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/OutputHLSL.cpp:1953:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RecordConstantPrecision.cpp:31:5: style: Class 'RecordConstantPrecisionTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RecordConstantPrecision.cpp:107:26: style: Variable 'parameters' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/QualifierTypes.cpp:269:10: style:inconclusive: Technically the member function 'sh::::QualifierComparator::operator()' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveNoOpCasesFromEndOfSwitchStatements.cpp:91:5: style: Class 'RemoveNoOpCasesFromEndOfSwitchTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveSwitchFallThrough.cpp:232:20: style: Variable 'lastStatementAsBranch' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:281:72: style:inconclusive: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:133:38: note: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:281:72: note: Function 'traverseBlock' argument 1 names different: declaration 'block' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:313:70: style:inconclusive: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:134:36: note: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveUnreferencedVariables.cpp:313:70: note: Function 'traverseLoop' argument 1 names different: declaration 'loop' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveDynamicIndexing.cpp:331:16: style: Variable 'type' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveDynamicIndexing.cpp:336:16: style: Variable 'type' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveDynamicIndexing.cpp:333:20: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RemoveDynamicIndexing.cpp:338:20: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteDoWhile.cpp:47:5: style: Class 'DoWhileRewriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:26:5: style: Class 'ElseBlockRewriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:43:89: style:inconclusive: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:29:74: note: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:43:89: note: Function 'visitFunctionDefinition' argument 2 names different: declaration 'aggregate' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:50:63: style:inconclusive: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:30:48: note: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/RewriteElseBlocks.cpp:50:63: note: Function 'visitBlock' argument 2 names different: declaration 'block' definition 'node'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/SeparateExpressionsReturningArrays.cpp:27:5: style: Class 'SeparateExpressionsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ShaderLang.cpp:502:44: style: Parameter 'indexOut' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/SimplifyLoopConditions.cpp:135:9: style: Condition '!mFoundLoopToChange' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/SimplifyLoopConditions.cpp:133:44: note: Assignment 'mFoundLoopToChange=false', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/SimplifyLoopConditions.cpp:135:9: note: Condition '!mFoundLoopToChange' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/UnfoldShortCircuitToIf.cpp:27:5: style: Class 'UnfoldShortCircuitTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Types.cpp:582:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Types.cpp:665:17: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/Types.cpp:675:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/UniformHLSL.cpp:470:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateGlobalInitializer.cpp:21:5: style: Class 'ValidateGlobalInitializerTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/StructureHLSL.cpp:559:16: style: Variable 'declaration' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/StructureHLSL.cpp:564:16: style: Variable 'structure' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/StructureHLSL.cpp:569:16: style: Variable 'constructor' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateLimitations.cpp:43:5: style: Class 'ValidateConstIndexExpr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateSwitch.cpp:74:88: style:inconclusive: Function 'ValidateSwitch' argument 3 names different: declaration 'context' definition 'diagnostics'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateSwitch.cpp:43:76: note: Function 'ValidateSwitch' argument 3 names different: declaration 'context' definition 'diagnostics'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateSwitch.cpp:74:88: note: Function 'ValidateSwitch' argument 3 names different: declaration 'context' definition 'diagnostics'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.cpp:102:5: style: Class 'ValidateVaryingLocationsTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ValidateVaryingLocations.cpp:64:45: style: Parameter 'varyingVector' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VectorizeVectorScalarArithmetic.cpp:28:5: style: Class 'VectorizeVectorScalarArithmeticTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/WrapSwitchStatementsInBlocks.cpp:58:22: style: Variable 'statementList' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ParseContext.cpp:69:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ParseContext.cpp:162:13: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/ParseContext.cpp:4099:27: style: Variable 'token' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VariablePacker.cpp:94:1: style: The class 'VariablePacker' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VariablePacker.cpp:104:14: performance:inconclusive: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VariablePacker.cpp:129:26: note: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VariablePacker.cpp:104:14: note: Technically the member function 'sh::::VariablePacker::makeColumnFlags' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/compiler/translator/VariablePacker.cpp:216:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_libpci.cpp:19:0: error: #error SystemInfo_libpci.cpp compiled without GPU_INFO_USE_LIBPCI [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_win.cpp:27:0: error: #error "SystemInfo_win needs at least GPU_INFO_USE_SETUPAPI or GPU_INFO_USE_DXGI defined" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_x11.cpp:18:0: error: #error SystemInfo_x11.cpp compiled without GPU_INFO_USE_X11 [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_linux.cpp:74:9: style: Condition '!GetPCIDevicesWithLibPCI(&(info->gpus))' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_linux.cpp:74:33: note: Calling function 'GetPCIDevicesWithLibPCI' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_linux.cpp:74:9: note: Condition '!GetPCIDevicesWithLibPCI(&(info->gpus))' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_linux.cpp:59:53: style: Parameter 'version' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/gpu_info_util/SystemInfo_linux.cpp:66:58: style: Parameter 'devices' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:102:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:103:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:123:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:124:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:157:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:158:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:319:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:320:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:357:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:358:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:429:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:430:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:467:6: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/imageformats.cpp:468:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Caps.cpp:54:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:248:46: style: Parameter 'platform' can be declared as pointer to const. However it seems that 'Display_logInfo' is a callback function, if 'platform' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:266:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:248:46: note: Parameter 'platform' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:1073:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:1082:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:812:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:832:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Display.cpp:910:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Framebuffer.cpp:360:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Framebuffer.cpp:441:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Framebuffer.cpp:1557:13: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:2951:19: style: Redundant initialization for 'index'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:2947:26: note: index is initialized qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:2951:19: note: index is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:3018:19: style: Redundant initialization for 'index'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:3014:26: note: index is initialized qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Context.cpp:3018:19: note: index is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/ProgramLinkedResources.cpp:30:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Shader.cpp:522:13: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Shader.cpp:534:13: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:54:1: style: The struct 'ETC2Block' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:631:14: performance:inconclusive: Technically the member function 'angle::::ETC2Block::RGB8ToRGB565' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:638:14: performance:inconclusive: Technically the member function 'angle::::ETC2Block::matchBC1Bits' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/State.cpp:2036:19: style: Variable '*params' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/State.cpp:2034:19: note: $symbol is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/State.cpp:2036:19: note: $symbol is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/State.cpp:255:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:488:20: style: Variable 'distance' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:1249:13: style: Variable 'pixelIndices' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:1251:13: style: Variable 'pixelIndexCounts' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:212:35: style: struct member 'Anonymous7::TdummyB' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:214:35: style: struct member 'Anonymous7::TdummyA' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:223:26: style: struct member 'Anonymous7::Tflipbit' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:233:35: style: struct member 'Anonymous8::HdummyA' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:236:35: style: struct member 'Anonymous8::HdummyC' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:239:35: style: struct member 'Anonymous8::HdummyB' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:246:26: style: struct member 'Anonymous8::Hflipbit' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:261:27: style: struct member 'Anonymous9::PdummyA' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:265:27: style: struct member 'Anonymous9::PdummyB' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:268:27: style: struct member 'Anonymous9::PdummyD' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:270:27: style: struct member 'Anonymous9::PdummyC' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/image_util/loadimage_etc.cpp:273:18: style: struct member 'Anonymous9::Pflipbit' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:530:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:1748:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:1755:9: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:2734:13: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:2742:13: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/VaryingPacking.cpp:374:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/VaryingPacking.cpp:401:15: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/Program.cpp:2517:38: style: Variable 'memberName' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/queryutils.cpp:557:13: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/DisplayD3D.cpp:117:26: style: Checking if unsigned expression 'i' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/VertexDataManager.cpp:402:9: style: Class 'StreamingBufferUnmapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp:1437:5: style: Class 'GetPixelExecutableTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp:197:61: style: Parameter 'dataOut' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp:171:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/ProgramD3D.cpp:2102:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:190:5: style: Class 'EmulatedIndexedStorage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:337:12: warning:inconclusive: Possible null pointer dereference: systemMemoryStorage [nullPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:334:48: note: Assignment 'systemMemoryStorage=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:337:12: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:339:16: warning:inconclusive: Possible null pointer dereference: systemMemoryStorage [nullPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:334:48: note: Assignment 'systemMemoryStorage=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:339:16: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:658:12: warning:inconclusive: Possible null pointer dereference: nativeStorage [nullPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:655:42: note: Assignment 'nativeStorage=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:658:12: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:864:13: warning:inconclusive: Possible null pointer dereference: stagingBuffer [nullPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:859:40: note: Assignment 'stagingBuffer=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:864:13: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:787:30: style: Variable 'cacheEntry->lruCount' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:784:34: note: cacheEntry->lruCount is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Buffer11.cpp:787:30: note: cacheEntry->lruCount is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:281:40: portability: Casting between const unsigned char * and const float * which have an incompatible binary data representation. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:333:17: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:368:40: portability: Casting between const unsigned char * and const float * which have an incompatible binary data representation. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Blit11.cpp:370:17: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Framebuffer11.cpp:499:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp:422:15: style: Redundant initialization for 'error'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp:417:23: note: error is initialized qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Image11.cpp:422:15: note: error is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp:255:37: style: Parameter 'renderer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/ResourceManager11.cpp:255:77: style: Parameter 'texture' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp:215:57: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/SwapChain11.cpp:275:42: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:3003:58: warning:inconclusive: Possible null pointer dereference: soBuffers [nullPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:2999:52: note: Assignment 'soBuffers=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:3003:58: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/StateManager11.cpp:1581:15: style: Variable 'record' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/TextureStorage11.cpp:325:11: style: The scope of the variable 'otherLevelSRVs' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp:1883:64: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp:1886:60: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp:1891:69: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/renderer11_utils.cpp:2050:41: style: Parameter 'resource' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:753:8: style: Redundant initialization for 'hr'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:752:16: note: hr is initialized qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:753:8: note: hr is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:756:8: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:753:8: note: hr is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Blit9.cpp:756:8: note: hr is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:153:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:721:35: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:722:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:774:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:811:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Image9.cpp:829:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.cpp:919:64: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/StateManager9.cpp:922:54: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:321:72: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:358:54: style: C-style reference casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:1911:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:1927:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:2701:50: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/Renderer9.cpp:2712:64: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:39:41: style: Parameter 'output' can be declared as pointer to const. However it seems that 'UnimplementedLoadFunction' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:1542:42: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:39:41: note: Parameter 'output' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:52:39: style: Parameter 'output' can be declared as pointer to const. However it seems that 'UnreachableLoadFunction' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:1545:42: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/load_functions_table_autogen.cpp:52:39: note: Parameter 'output' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:401:5: debug: Failed to parse 'using ConversionFunction = void ( * ) ( gl :: ColorF * ) ;'. The checking continues anyway. [simplifyUsing] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:154:28: style: Parameter 'color' can be declared as pointer to const. However it seems that 'CopyColor' is a callback function, if 'color' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:402:45: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:154:28: note: Parameter 'color' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:207:35: style: Parameter 'color' can be declared as pointer to const. However it seems that 'ClipChannelsNoOp' is a callback function, if 'color' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:415:33: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/renderer_utils.cpp:207:35: note: Parameter 'color' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:608:17: style: The scope of the variable 'initialized' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:236:38: style: Parameter 'output' can be declared as pointer to const. However it seems that 'UnreachableLoad' is a callback function, if 'output' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:291:114: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/formatutils9.cpp:236:38: note: Parameter 'output' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1833:10: warning: Either the condition '!context' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1843:9: note: Assuming that condition '!context' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1833:10: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2023:16: style: Variable 'attributeIter' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:133:57: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:792:61: style: Parameter 'config' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1593:14: style: Variable 'owningDisplay' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2110:48: style: Parameter 'rects' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2156:36: style: Parameter 'numConfig' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2169:77: style: Parameter 'numConfig' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2221:44: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2222:46: style: Parameter 'keysize' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2223:44: style: Parameter 'binary' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:2224:46: style: Parameter 'binarysize' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:570:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:804:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:908:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1052:110: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationEGL.cpp:1311:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:2715:11: style: Variable 'syncObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:3025:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:3254:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:3333:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:3492:11: style: Variable 'clientWaitSync' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES3.cpp:3522:11: style: Variable 'waitSync' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:538:11: style: Variable 'xy' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:549:11: style: Variable 'xyz' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:561:11: style: Variable 'xyzw' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:576:12: style: Variable 'xy' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:587:12: style: Variable 'xyz' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:599:12: style: Variable 'xyzw' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:614:13: style: Variable 'xy' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:625:13: style: Variable 'xyz' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:637:13: style: Variable 'xyzw' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1183:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1345:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1428:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1561:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1614:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1714:40: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1720:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1726:44: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1735:44: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1735:91: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1741:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1747:49: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1750:49: style: Parameter 'length' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1751:48: style: Parameter 'infoLog' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1757:37: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES31.cpp:1763:45: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:3012:9: style: Condition '!programObject' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:1385:12: style: Variable 'masks' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:2971:22: style: Variable 'tex' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:3205:44: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:3222:42: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:4097:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:4690:17: style: Variable 'pixelUnpackBuffer' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES.cpp:4807:19: style: Variable 'renderbuffer' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libGLESv2/entry_points_egl.cpp:166:36: error: There is an unknown macro here somewhere. Configuration is required. If ANGLE_VERSION_STRING is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libGLESv2/entry_points_gles_2_0_ext.cpp:1247:24: style: Variable 'msg' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/bignum-dtoa.cc:328:40: debug: Function::addArguments found argument 'buffer' with varid 0. [varid0] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:901:17: portability:inconclusive: Casting from float * * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:902:17: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:903:17: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:337:9: style:inconclusive: Function 'XNVCTRLQueryTargetAttribute' argument 2 names different: declaration 'target_Type' definition 'target_type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrlLib.h:197:38: note: Function 'XNVCTRLQueryTargetAttribute' argument 2 names different: declaration 'target_Type' definition 'target_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:337:9: note: Function 'XNVCTRLQueryTargetAttribute' argument 2 names different: declaration 'target_Type' definition 'target_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:388:9: style:inconclusive: Function 'XNVCTRLQueryTargetAttribute64' argument 2 names different: declaration 'target_Type' definition 'target_type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrlLib.h:222:40: note: Function 'XNVCTRLQueryTargetAttribute64' argument 2 names different: declaration 'target_Type' definition 'target_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:388:9: note: Function 'XNVCTRLQueryTargetAttribute64' argument 2 names different: declaration 'target_Type' definition 'target_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:833:11: style: Parameter 'colorOffset' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/third_party/libXNVCtrl/NVCtrl.c:834:11: style: Parameter 'colorScale' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:434:33: style: The comparison 'kMinimalTargetExponent >= -60' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:42:44: note: 'kMinimalTargetExponent' is assigned value '-60' here. qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:434:33: note: The comparison 'kMinimalTargetExponent >= -60' is always true. qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:435:33: style: The comparison 'kMaximalTargetExponent <= -32' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:43:44: note: 'kMaximalTargetExponent' is assigned value '-32' here. qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/fast-dtoa.cc:435:33: note: The comparison 'kMaximalTargetExponent <= -32' is always true. qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/strtod.cc:445:19: style: Condition 'DoubleStrtod(trimmed,exponent,guess)' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/strtod.cc:445:19: note: Calling function 'DoubleStrtod' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/strtod.cc:445:19: note: Condition 'DoubleStrtod(trimmed,exponent,guess)' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/double-conversion/strtod.cc:492:10: style: The scope of the variable 'half_max_finite_infinity' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:836:26: style: Condition 'system_has_forkfd()' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:836:26: note: Calling function 'system_has_forkfd' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:836:26: note: Condition 'system_has_forkfd()' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:839:44: style: Condition 'ret!=-1' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:838:33: note: Calling function 'system_forkfd_wait' returns -1 qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:838:33: note: Assignment 'ret=system_forkfd_wait(ffd,info,options,rusage)', assigned value is -1 qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:839:44: note: Condition 'ret!=-1' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:880:63: style:inconclusive: Function 'system_forkfd_wait' argument 3 names different: declaration 'ffdwoptions' definition 'options'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:102:70: note: Function 'system_forkfd_wait' argument 3 names different: declaration 'ffdwoptions' definition 'options'. qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:880:63: note: Function 'system_forkfd_wait' argument 3 names different: declaration 'ffdwoptions' definition 'options'. qtbase-everywhere-src-5.15.13/src/3rdparty/freebsd/strtoll.c:132:27: error: Code 'C++ cast <...' is invalid C code. Use --std or --language to configure the language. [syntaxError] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd_linux.c:156:13: style: Condition 'pid==0' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd_linux.c:152:20: note: Calling function 'sys_clone' returns -1 qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd_linux.c:152:20: note: Assignment 'pid=sys_clone(cloneflags,&pidfd)', assigned value is -1 qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd_linux.c:156:13: note: Condition 'pid==0' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd_linux.c:68:53: style: Parameter 'ptid' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freebsd/strtoull.c:110:27: error: Code 'C++ cast <...' is invalid C code. Use --std or --language to configure the language. [syntaxError] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/builds/unix/ftsystem.c:107:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_CALLBACK_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/builds/windows/ftdebug.c:427:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/autofit/aftypes.h:85:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftadvanc.c:73:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftbbox.c:447:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DEFINE_OUTLINE_FUNCS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftbdf.c:27:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftbitmap.c:42:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftcalc.c:86:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftcid.c:26:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftcolor.c:116:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftdebug.c:373:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftfntfmt.c:26:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fterrors.c:25:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftgasp.c:23:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftfstype.c:26:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftgloadr.c:68:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftglyph.c:95:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_CALLBACK_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftgxval.c:36:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftinit.c:79:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftlcdfil.c:371:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:50:33: style: Parameter 'key' can be declared as pointer to const. However it seems that 'hash_str_lookup' is a callback function, if 'key' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:184:23: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:50:33: note: Parameter 'key' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:94:34: style: Parameter 'a' can be declared as pointer to const. However it seems that 'hash_num_compare' is a callback function, if 'a' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:180:23: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:94:34: note: Parameter 'a' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:95:34: style: Parameter 'b' can be declared as pointer to const. However it seems that 'hash_num_compare' is a callback function, if 'b' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:180:23: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:95:34: note: Parameter 'b' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftbase.h:30:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DECLARE_GLYPH is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:190:12: error: Uninitialized variable: error [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fthash.c:170:15: style: Variable 'error' is not assigned a value. [unassignedVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftmm.c:95:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftotval.c:27:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftoutln.c:42:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftobjs.c:114:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftpatent.c:29:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftpfr.c:40:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftpsprop.c:37:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_CALLBACK_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftrfork.c:170:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_COMPARE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftsnames.c:147:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftstream.c:33:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftsynth.c:46:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftstroke.c:34:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftsystem.c:70:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_CALLBACK_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fttype1.c:27:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/fttrigon.c:296:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftwinfnt.c:27:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/base/ftutil.c:48:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_BASE_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/bdf/bdf.h:233:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/bzip2/ftbzip2.c:517:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cache/ftcmru.h:71:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cff/cffcmap.h:46:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DECLARE_CMAP_CLASS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cff/cffgload.h:34:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cff/cffparse.h:75:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cff/cffobjs.h:31:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cid/cidparse.h:86:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/cid/cidobjs.h:114:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:2086:44: style: Parameter 'messageLog' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:2498:12: style: Variable 'masks' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:3010:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:3348:85: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4215:13: style: Variable 'buffer' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4481:44: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4823:44: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4832:45: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4837:46: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4842:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4851:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4856:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:4948:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5027:40: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5032:39: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5126:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5170:42: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5201:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5222:13: style: Variable 'shaderObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5281:13: style: Variable 'shaderObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5357:42: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5362:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5367:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5372:48: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5377:42: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5382:43: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5469:47: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5474:55: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5479:48: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5544:13: style: Variable 'shaderObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5585:45: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:5753:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/validationES2.cpp:6272:14: style: Variable 'programObject' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gxvalid/gxvalid.h:48:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/ftgzip.c:799:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/crc32.c:779:13: style: Condition '*(unsigned char*)&endian' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/crc32.c:778:18: note: Assignment 'endian=1', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/crc32.c:779:13: note: Condition '*(unsigned char*)&endian' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:528:81: style: Condition 'requestedMinorVersion>=3' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:526:65: note: Assuming that condition 'requestedMinorVersion==3' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:528:81: note: Condition 'requestedMinorVersion>=3' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:639:70: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:660:65: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:667:64: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:719:66: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:733:69: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:1410:50: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/infback.c:264:24: style: Variable 'from' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/Renderer11.cpp:3709:21: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inffast.c:56:32: style: Variable 'last' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inffast.c:58:24: style: Variable 'beg' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inffast.c:59:24: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/lzw/ftlzw.c:401:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_EXPORT_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inftrees.c:34:25: style: Parameter 'lens' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/lzw/ftzopen.h:150:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/otvalid/otvalid.h:40:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:110:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:1495:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:1604:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:1458:36: warning: Uninitialized variable: buf [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:1452:28: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/gzip/inflate.c:1458:36: note: Uninitialized variable: buf qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/pcf/pcf.h:241:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/pcf/pcfutil.h:42:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/pfr/pfrobjs.h:59:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/pfr/pfrgload.h:31:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/psarrst.h:66:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/afmparse.h:36:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/cffdecode.h:38:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/psauxmod.h:52:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DECLARE_MODULE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/psconv.h:34:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/psobjs.h:49:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/t1cmap.c:52:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_CALLBACK_DEF is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/psaux/t1decode.h:33:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/pshinter/pshglob.h:158:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftrend1.c:101:18: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:3279:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DEFINE_RASTER_FUNCS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sdf/ftsdfcommon.h:125:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sdf/ftsdfrend.h:94:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DECLARE_RENDERER is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sfnt/ttload.h:35:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sfnt/sfobjs.h:37:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sfnt/ttkern.h:35:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/sfnt/ttmtx.h:36:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftgrays.c:1898:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_DEFINE_OUTLINE_FUNCS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/svg/ftsvg.h:26:0: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:114:40: style: Parameter 'target' can be declared as pointer to const. However it seems that 'ft_smooth_lcd_spans' is a callback function, if 'target' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:144:38: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:114:40: note: Parameter 'target' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:130:38: style: Parameter 'bitmap' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:370:42: style: Parameter 'bitmap' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:374:17: style: Variable 'points_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/smooth/ftsmooth.c:436:18: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/test_afm.c:66:33: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'dummy_get_index' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/test_afm.c:100:24: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/test_afm.c:66:33: note: Parameter 'user_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/test_afm.c:137:25: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:199:43: error: Using pointer to local variable 'temp' that is out of scope. [invalidLifetime] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:194:33: note: Array decayed to pointer here. qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:184:15: note: Variable created here. qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:199:43: note: Using pointer to local variable 'temp' that is out of scope. qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:119:9: style: Variable 'n1' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:120:9: style: Variable 'n2' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/apinames.c:316:17: style: Variable 'name' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/truetype/ttobjs.h:356:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/truetype/ttpload.h:33:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/type1/t1objs.h:97:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/type1/t1parse.h:118:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/type42/t42objs.h:65:3: error: There is an unknown macro here somewhere. Configuration is required. If FT_LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.h:28:0: debug: Failed to parse 'typedef FT_BEGIN_HEADER struct WinMZ_HeaderRec_ { FT_UShort magic ; FT_UShort lfanew ; } WinMZ_HeaderRec ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:644:35: style: Parameter 'cmap' can be declared as pointer to const. However it seems that 'fnt_cmap_char_index' is a callback function, if 'cmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:694:28: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:644:35: note: Parameter 'cmap' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:660:35: style: Parameter 'cmap' can be declared as pointer to const. However it seems that 'fnt_cmap_char_next' is a callback function, if 'cmap' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:695:28: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:660:35: note: Parameter 'cmap' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:967:23: style: Variable 'bsize' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:1116:19: style: Variable 'limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:1135:15: style: Variable 'font' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:190:23: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:191:23: style: Variable 'stream' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:279:22: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:713:12: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:731:16: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/winfonts/winfnt.c:1092:18: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:274:19: warning: Member variable 'hb_auto_trace_t::plevel' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:274:19: warning: Member variable 'hb_auto_trace_t::what' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:274:19: warning: Member variable 'hb_auto_trace_t::obj' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:274:19: warning: Member variable 'hb_auto_trace_t::returned' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-object-private.hh:105:3: style: Unused private function: 'hb_object_header_t::_static_assertion_on_line_105' [unusedPrivateFunction] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:193:15: performance:inconclusive: Technically the member function 'hb_printer_t::print' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:198:15: performance:inconclusive: Technically the member function 'hb_printer_t < bool >::print' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:203:15: performance:inconclusive: Technically the member function 'hb_printer_t < const _hb_void_t * >::print' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:281:16: performance:inconclusive: Technically the member function 'hb_auto_trace_t::ret' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:288:16: performance:inconclusive: Technically the member function 'hb_no_trace_t::ret' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-mutex-private.hh:137:15: performance:inconclusive: Technically the member function 'hb_mutex_t::finish' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:889:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:890:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-object-private.hh:114:3: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-object-private.hh:123:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:129:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:465:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:416:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:422:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:672:52: style: Unsigned expression 'sizeof(hb_assert_unsigned_t)' can't be negative so it is unnecessary to test it. [unsignedPositive] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-object-private.hh:74:51: style: Parameter 'other' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:312:34: style: Parameter 'blob' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:329:32: style: Parameter 'blob' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:346:30: style: Parameter 'blob' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-blob.cc:388:45: style: Parameter 'blob' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:889:18: style: Variable 'a' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:890:18: style: Variable 'b' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:274:50: style: Parameter 'plevel_' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-object-private.hh:73:50: style: Parameter 'other_key' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:375:23: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:242:21: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:246:12: style: Variable 'pt' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:363:23: style: Variable 'ent' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:416:34: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:438:31: style: Parameter 'newfont' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/tools/ftrandom/ftrandom.c:557:17: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:1187:14: style: Variable 'start_arc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:3182:12: error: Uninitialized variable: error [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:311:13: style: union member 'Alignment_::l' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:312:13: style: union member 'Alignment_::p' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:313:13: style: union member 'Alignment_::f' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:3173:20: style: Variable 'error' is not assigned a value. [unassignedVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/freetype/src/raster/ftraster.c:3189:23: style: Variable 'memory' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:696:1: debug: Failed to instantiate template "CastP". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:633:3: debug: Failed to instantiate template "BEInt". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-private.hh:159:15: style:inconclusive: Technically the member function 'hb_buffer_t::assert_var' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-private.hh:282:15: style:inconclusive: Technically the member function 'hb_buffer_t::ensure_inplace' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-private.hh:295:15: style:inconclusive: Technically the member function 'hb_buffer_t::messaging' can be const. [functionConst] hb-buffer-deserialize-text.rl:121:12: style: Variable '*end_ptr' is reassigned a value before the old one has been used. [redundantAssignment] hb-buffer-deserialize-text.rl:67:11: note: *end_ptr is assigned hb-buffer-deserialize-text.rl:121:12: note: *end_ptr is overwritten hb-buffer-deserialize-text.rl:121:12: style: Variable '*end_ptr' is reassigned a value before the old one has been used. [redundantAssignment] hb-buffer-deserialize-text.rl:79:11: note: *end_ptr is assigned hb-buffer-deserialize-text.rl:121:12: note: *end_ptr is overwritten hb-buffer-deserialize-text.rl:121:12: style: Variable '*end_ptr' is reassigned a value before the old one has been used. [redundantAssignment] hb-buffer-deserialize-text.rl:91:11: note: *end_ptr is assigned hb-buffer-deserialize-text.rl:121:12: note: *end_ptr is overwritten hb-buffer-deserialize-text.rl:121:12: style: Variable '*end_ptr' is reassigned a value before the old one has been used. [redundantAssignment] hb-buffer-deserialize-text.rl:103:11: note: *end_ptr is assigned hb-buffer-deserialize-text.rl:121:12: note: *end_ptr is overwritten hb-buffer-deserialize-text.rl:121:12: style: Variable '*end_ptr' is reassigned a value before the old one has been used. [redundantAssignment] hb-buffer-deserialize-text.rl:115:11: note: *end_ptr is assigned hb-buffer-deserialize-text.rl:121:12: note: *end_ptr is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:672:52: style: Unsigned expression 'sizeof(hb_assert_unsigned_t)' can't be negative so it is unnecessary to test it. [unsignedPositive] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-serialize.cc:107:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-serialize.cc:108:24: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-serialize.cc:197:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer-serialize.cc:198:24: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:1021:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:888:37: style: Return value 'parse_feature_value_prefix(pp,end,feature)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:888:37: note: Calling function 'parse_feature_value_prefix' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:888:37: note: Return value 'parse_feature_value_prefix(pp,end,feature)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:892:15: style: Return value 'parse_space(pp,end)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:892:15: note: Calling function 'parse_space' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:892:15: note: Return value 'parse_space(pp,end)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:995:15: style: Return value 'parse_space(pp,end)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:995:15: note: Calling function 'parse_space' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:995:15: note: Return value 'parse_space(pp,end)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:189:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:190:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:232:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:235:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:236:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:243:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:275:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:286:8: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:373:12: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:945:37: style: Parameter 'feature' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-common.cc:1031:41: style: Parameter 'variation' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-utf-private.hh:126:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:137:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:138:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:150:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:168:17: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:205:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:338:12: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1599:42: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1559:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:882:42: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:924:50: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1091:48: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1129:35: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1164:43: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1204:54: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1270:48: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1356:36: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1729:18: style: Parameter 'source' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1845:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-buffer.cc:1894:16: style: Parameter 'reference' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:951:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-file-private.hh:145:79: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:589:1: style: The struct 'BEInt' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1087:1: style: The struct 'hb_lazy_loader_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1137:1: style: The struct 'hb_lazy_table_loader_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:192:22: performance:inconclusive: Technically the member function 'OT::hb_sanitize_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:200:8: performance:inconclusive: Technically the member function 'OT::hb_sanitize_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:405:15: style:inconclusive: Technically the member function 'OT::hb_serialize_context_t::end_serialize' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:683:3: performance:inconclusive: Technically the member function 'OT::LONGDATETIME::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1076:3: performance:inconclusive: Technically the member function 'OT::BinSearchHeader::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1146:15: style:inconclusive: Technically the member function 'OT::hb_lazy_table_loader_t::fini' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-file-private.hh:71:3: performance:inconclusive: Technically the member function 'OT::TableRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-head-table.hh:147:3: performance:inconclusive: Technically the member function 'OT::head::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-maxp-table.hh:65:3: performance:inconclusive: Technically the member function 'OT::maxp::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:761:3: performance:inconclusive: Technically the member function 'FixedVersion < UINT16 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < int32_t , 4 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < uint32_t , 4 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < uint16_t , 2 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < int16_t , 2 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_sanitize_context_t , bool , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-debug.hh:288:16: performance:inconclusive: Technically the member function 'hb_no_trace_t < bool >::ret' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: performance:inconclusive: Technically the member function 'Offset < IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:194:15: warning: The struct 'hb_sanitize_context_t' defines member function with name 'may_dispatch' also defined in its parent struct 'hb_dispatch_context_t < hb_sanitize_context_t , bool , 0 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: note: Parent function 'hb_dispatch_context_t < hb_sanitize_context_t , bool , 0 >::may_dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:194:15: note: Derived function 'hb_sanitize_context_t::may_dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:199:19: warning: The struct 'hb_sanitize_context_t' defines member function with name 'no_dispatch_return_value' also defined in its parent struct 'hb_dispatch_context_t < hb_sanitize_context_t , bool , 0 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:170:19: note: Parent function 'hb_dispatch_context_t < hb_sanitize_context_t , bool , 0 >::no_dispatch_return_value' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:199:19: note: Derived function 'hb_sanitize_context_t::no_dispatch_return_value' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetTable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:65:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:235:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:249:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:274:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:386:19: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:466:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:467:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:475:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:476:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:483:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:736:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1110:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1115:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1159:12: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:110:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:123:42: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:132:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:500:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:784:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:68:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:314:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:332:37: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:349:36: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:384:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:419:30: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-face.cc:463:37: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-file-private.hh:59:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-head-table.hh:55:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-maxp-table.hh:51:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:674:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1063:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:125:14: style:inconclusive: Technically the member function 'hb_font_t::dir_scale' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:135:24: style:inconclusive: Technically the member function 'hb_font_t::parent_scale_x_distance' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:140:24: style:inconclusive: Technically the member function 'hb_font_t::parent_scale_y_distance' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:535:24: style:inconclusive: Technically the member function 'hb_font_t::em_scale' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:542:24: style:inconclusive: Technically the member function 'hb_font_t::em_scalef' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:31:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:32:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:42:50: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:48:72: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:60:50: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:66:72: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:78:65: style: Parameter 'shape_plan' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-fallback-shape.cc:88:84: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:175:3: style: Variable 'funcs' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:164:20: style:inconclusive: Technically the member function 'hb_font_t::has_func' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:575:12: note: Technically the member function 'hb_font_t::has_func' can be const. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font-private.hh:164:20: note: Technically the member function 'hb_font_t::has_func' can be const. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1168:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1648:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1671:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1692:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1749:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1771:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1790:48: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1802:48: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:130:45: style: Parameter 'font' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_advance_nil' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:130:45: note: Parameter 'font' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:131:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_advance_nil' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:131:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:133:12: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_advance_nil' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:133:12: note: Parameter 'user_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:147:45: style: Parameter 'font' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_advance_nil' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:147:45: note: Parameter 'font' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:148:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_advance_nil' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:148:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:150:12: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_advance_nil' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:150:12: note: Parameter 'user_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:215:45: style: Parameter 'font' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_kerning_nil' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:215:45: note: Parameter 'font' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:216:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_kerning_nil' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:216:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:219:12: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_h_kerning_nil' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:219:12: note: Parameter 'user_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:234:45: style: Parameter 'font' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_kerning_nil' is a callback function, if 'font' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:234:45: note: Parameter 'font' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:235:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_kerning_nil' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:235:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:238:12: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hb_font_get_glyph_v_kerning_nil' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:362:7: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:238:12: note: Parameter 'user_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:537:46: style: Parameter 'ffuncs' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1340:34: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1382:32: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1424:30: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1529:31: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1570:30: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1607:30: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-font.cc:1711:47: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:92:24: debug: Failed to instantiate template "SortedArrayOf". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-math.h:28:0: error: #error "Include instead." [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:942:24: debug: Failed to instantiate template "ArrayOf". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:946:23: debug: Failed to instantiate template "OffsetArrayOf". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1323:26: debug: Failed to instantiate template "StructAfter". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-private.hh:133:1: style: The struct 'hb_ot_layout_lookup_accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1137:1: style: The struct 'hb_lazy_table_loader_t < OT :: MATH >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1137:1: style: The struct 'hb_lazy_table_loader_t < OT :: fvar >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1137:1: style: The struct 'hb_lazy_table_loader_t < OT :: avar >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:118:1: style: The struct 'hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t < unsigned long , 0 > , hb_set_digest_lowest_bits_t < unsigned long , 9 > >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:118:1: style: The struct 'hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t < unsigned long , 4 > , hb_set_digest_combiner_t < hb_set_digest_lowest_bits_t < unsigned long , 0 > , hb_set_digest_lowest_bits_t < unsigned long , 9 > > >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:49:1: style: The struct 'hb_set_digest_lowest_bits_t < unsigned long , 0 >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:49:1: style: The struct 'hb_set_digest_lowest_bits_t < unsigned long , 9 >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:49:1: style: The struct 'hb_set_digest_lowest_bits_t < unsigned long , 4 >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:761:3: performance:inconclusive: Technically the member function 'OT::FixedVersion::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-private.hh:142:15: performance:inconclusive: Technically the member function 'hb_ot_layout_lookup_accelerator_t::fini' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1146:15: style:inconclusive: Technically the member function 'hb_lazy_table_loader_t < OT :: MATH >::fini' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1146:15: style:inconclusive: Technically the member function 'hb_lazy_table_loader_t < OT :: fvar >::fini' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1146:15: style:inconclusive: Technically the member function 'hb_lazy_table_loader_t < OT :: avar >::fini' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo' defines member variable with name 'static_size' also defined in its parent struct 'Offset'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo' defines member variable with name 'min_size' also defined in its parent struct 'Offset'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo' defines member function with name 'get_size' also defined in its parent struct 'Offset'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:948:22: warning: The struct 'OffsetListOf' defines member function with name 'operator[]' also defined in its parent struct 'ArrayOf'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:843:22: note: Parent function 'ArrayOf::operator[]' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:948:22: note: Derived function 'OffsetListOf::operator[]' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:954:15: warning: The struct 'OffsetListOf' defines member function with name 'sanitize' also defined in its parent struct 'ArrayOf'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:877:15: note: Parent function 'ArrayOf::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:954:15: note: Derived function 'OffsetListOf::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map-private.hh:68:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map-private.hh:69:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map-private.hh:219:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map-private.hh:220:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:91:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-digest-private.hh:100:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map.cc:34:72: style:inconclusive: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map-private.hh:126:73: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-map.cc:34:72: note: Function 'collect_lookups' argument 2 names different: declaration 'lookups' definition 'lookups_out'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:752:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-private.hh:312:18: style: Variable 'gen_cat' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1149:14: debug: Failed to instantiate template "CastR". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:529:26: debug: Failed to instantiate template "hb_prealloced_array_t". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-private.hh:73:3: style: Struct 'hb_ot_shape_planner_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:653:12: error: Returning object that will be invalid when returning. [returnDanglingLifetime] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:653:12: note: Address of variable taken here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:653:12: note: Returning object that will be invalid when returning. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:131:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:244:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:250:72: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:503:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:592:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:507:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:376:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:95:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:461:1: style: The struct 'FeatureParams' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:359:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:85:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hmtx-table.hh:67:3: style: The struct 'accelerator_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1087:1: style: The struct 'hb_lazy_loader_t < OT :: glyf :: accelerator_t >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1087:1: style: The struct 'hb_lazy_loader_t < OT :: CBDT :: accelerator_t >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1087:1: style: The struct 'hb_lazy_loader_t < OT :: post :: accelerator_t >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:1087:1: style: The struct 'hb_lazy_loader_t < OT :: kern :: accelerator_t >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:803:1: style: The struct 'hb_vector_size_t < uint64_t , PAGE_BITS / 8 >' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::_instance_assertion_on_line_488' [unusedPrivateFunction] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:488:3: style: Unused private function: 'FeatureParams::get_size' [unusedPrivateFunction] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:67:3: performance:inconclusive: Technically the member function 'OT::CmapSubtableFormat0::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:216:3: performance:inconclusive: Technically the member function 'OT::CmapSubtableLongGroup::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:322:3: performance:inconclusive: Technically the member function 'OT::UnicodeValueRange::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:343:3: performance:inconclusive: Technically the member function 'OT::UVSMapping::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:388:3: performance:inconclusive: Technically the member function 'OT::VariationSelectorRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:492:3: performance:inconclusive: Technically the member function 'OT::EncodingRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:56:3: performance:inconclusive: Technically the member function 'OT::SmallGlyphMetrics::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: performance:inconclusive: Technically the member function 'OT::BigGlyphMetrics::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:89:3: performance:inconclusive: Technically the member function 'OT::SBitLineMetrics::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:109:3: performance:inconclusive: Technically the member function 'OT::IndexSubtableHeader::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:221:3: performance:inconclusive: Technically the member function 'OT::IndexSubtableRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:292:3: performance:inconclusive: Technically the member function 'OT::BitmapSizeTable::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:50:15: performance:inconclusive: Technically the member function 'OT::loca::sanitize' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:73:15: performance:inconclusive: Technically the member function 'OT::glyf::sanitize' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:92:5: performance:inconclusive: Technically the member function 'OT::glyf::GlyphHeader::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hhea-table.hh:84:3: performance:inconclusive: Technically the member function 'OT::_hea::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-os2-table.hh:99:3: performance:inconclusive: Technically the member function 'OT::os2::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-private.hh:572:23: performance:inconclusive: Technically the member function 'hb_set_t::get_major' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-private.hh:573:25: performance:inconclusive: Technically the member function 'hb_set_t::major_start' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-private.hh:176:11: performance:inconclusive: Technically the member function 'hb_set_t::page_t::mask' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:166:3: performance:inconclusive: Technically the member function 'OT::RangeRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:382:3: performance:inconclusive: Technically the member function 'OT::FeatureParamsSize::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:416:3: performance:inconclusive: Technically the member function 'OT::FeatureParamsStylisticSet::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:488:3: performance:inconclusive: Technically the member function 'OT::FeatureParams::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:726:17: style:inconclusive: Technically the member function 'OT::CoverageFormat1::Iter::more' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:728:27: style:inconclusive: Technically the member function 'OT::CoverageFormat1::Iter::get_glyph' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:729:25: style:inconclusive: Technically the member function 'OT::CoverageFormat1::Iter::get_coverage' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:837:17: style:inconclusive: Technically the member function 'OT::CoverageFormat2::Iter::more' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:853:27: style:inconclusive: Technically the member function 'OT::CoverageFormat2::Iter::get_glyph' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:854:25: style:inconclusive: Technically the member function 'OT::CoverageFormat2::Iter::get_coverage' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1264:3: performance:inconclusive: Technically the member function 'OT::VarRegionAxis::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1429:3: performance:inconclusive: Technically the member function 'OT::ConditionFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1498:3: performance:inconclusive: Technically the member function 'OT::FeatureTableSubstitutionRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1548:3: performance:inconclusive: Technically the member function 'OT::FeatureVariationRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1703:3: performance:inconclusive: Technically the member function 'OT::VariationDevice::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1714:3: performance:inconclusive: Technically the member function 'OT::DeviceHeader::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:138:3: performance:inconclusive: Technically the member function 'OT::HVARVVAR::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: performance:inconclusive: Technically the member function 'OT::VVAR::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hmtx-table.hh:53:3: performance:inconclusive: Technically the member function 'OT::LongMetric::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:70:3: performance:inconclusive: Technically the member function 'OT::KernPair::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:276:3: performance:inconclusive: Technically the member function 'OT::post::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hmtx-table.hh:59:15: performance:inconclusive: Technically the member function 'hmtxvmtx < hmtx >::sanitize' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hmtx-table.hh:59:15: performance:inconclusive: Technically the member function 'hmtxvmtx < vmtx >::sanitize' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:88:3: performance:inconclusive: Technically the member function 'Record < LangSys >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:88:3: performance:inconclusive: Technically the member function 'Record < Script >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:88:3: performance:inconclusive: Technically the member function 'Record < Feature >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < VarData , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < Condition , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < Feature , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: performance:inconclusive: Technically the member function 'Offset < IntType < uint16_t , 2 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < uint8_t , 1 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < uint32_t , 3 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: performance:inconclusive: Technically the member function 'IntType < int8_t , 1 >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint16_t , 2 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint16_t , 2 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint16_t , 2 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived variable 'Offset < IntType < uint16_t , 2 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint16_t , 2 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint16_t , 2 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint16_t , 2 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived variable 'Offset < IntType < uint16_t , 2 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: warning: The struct 'Offset < IntType < uint16_t , 2 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint16_t , 2 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint16_t , 2 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Derived function 'Offset < IntType < uint16_t , 2 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LangSys , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LangSys , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LangSys , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LangSys , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LangSys , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < LangSys , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureParams , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureParams , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureParams , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureParams , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureParams , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < FeatureParams , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < KernClassTable , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < KernClassTable , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < KernClassTable , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < KernClassTable , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < KernClassTable , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < KernClassTable , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IntType < int16_t , 2 > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IntType < int16_t , 2 > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IntType < int16_t , 2 > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IntType < int16_t , 2 > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IntType < int16_t , 2 > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IntType < int16_t , 2 > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarData , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarData , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarData , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarData , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VarData , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarData , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VarData , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Condition , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Condition , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Condition , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Condition , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Condition , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Condition , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Condition , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < SortedArrayOf < UnicodeValueRange , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < SortedArrayOf < UVSMapping , IntType < uint32_t , 4 > > , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < CmapSubtable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IndexSubtable , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IndexSubtableArray , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VarRegionList , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Feature , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Feature , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Feature , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Feature , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Feature , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Feature , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Feature , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ConditionSet , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < FeatureTableSubstitution , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < VariationStore , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < DeltaSetIndexMap , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: warning: The struct 'BigGlyphMetrics' defines member variable with name 'static_size' also defined in its parent struct 'SmallGlyphMetrics'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:56:3: note: Parent variable 'SmallGlyphMetrics::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: note: Derived variable 'BigGlyphMetrics::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: warning: The struct 'BigGlyphMetrics' defines member variable with name 'min_size' also defined in its parent struct 'SmallGlyphMetrics'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:56:3: note: Parent variable 'SmallGlyphMetrics::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: note: Derived variable 'BigGlyphMetrics::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: warning: The struct 'BigGlyphMetrics' defines member function with name 'get_size' also defined in its parent struct 'SmallGlyphMetrics'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:56:3: note: Parent function 'SmallGlyphMetrics::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:65:3: note: Derived function 'BigGlyphMetrics::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: warning: The struct 'VVAR' defines member variable with name 'static_size' also defined in its parent struct 'HVARVVAR'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:138:3: note: Parent variable 'HVARVVAR::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: note: Derived variable 'VVAR::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: warning: The struct 'VVAR' defines member variable with name 'min_size' also defined in its parent struct 'HVARVVAR'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:138:3: note: Parent variable 'HVARVVAR::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: note: Derived variable 'VVAR::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:147:15: warning: The struct 'VVAR' defines member function with name 'sanitize' also defined in its parent struct 'HVARVVAR'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:104:15: note: Parent function 'HVARVVAR::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:147:15: note: Derived function 'VVAR::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: warning: The struct 'VVAR' defines member function with name 'get_size' also defined in its parent struct 'HVARVVAR'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:138:3: note: Parent function 'HVARVVAR::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:159:3: note: Derived function 'VVAR::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:518:11: style: Condition '!subtable' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:513:42: note: Assignment 'subtable=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:518:11: note: Condition '!subtable' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:542:38: style: Condition 'closure' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1197:40: style: Return value 'u.format1.add_class(glyphs,klass)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1197:40: note: Calling function 'add_class' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1197:40: note: Return value 'u.format1.add_class(glyphs,klass)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:87:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:159:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:602:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:611:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:134:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:140:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set-private.hh:82:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:535:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:121:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:124:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:49:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:105:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:103:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:151:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:157:54: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:159:7: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:166:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:191:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:192:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:193:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:199:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:200:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:201:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:231:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:56:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:75:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:97:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:109:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:119:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:129:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:140:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:151:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:170:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:181:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:191:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:205:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:250:10: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:229:60: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:91:8: style: The scope of the variable 'tmp' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:118:25: style: The scope of the variable 'ch' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:180:3: style: Unsigned expression 'sizeof(*this)' can't be negative so it is unnecessary to test it. [unsignedPositive] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:91:11: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_nominal_glyph' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:235:50: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:91:11: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:103:13: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_variation_glyph' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:236:52: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:103:13: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:115:13: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_h_advance' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:237:52: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:115:13: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:125:13: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_v_advance' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:238:52: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:125:13: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:135:13: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_h_kerning' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:241:52: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:135:13: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:146:11: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_extents' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:243:50: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:146:11: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:165:29: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_name' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:245:47: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:165:29: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:176:34: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_glyph_from_name' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:246:52: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:176:34: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:187:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_font_h_extents' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:233:51: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:187:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:201:12: style: Parameter 'font_data' can be declared as pointer to const. However it seems that 'hb_ot_get_font_v_extents' is a callback function, if 'font_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:234:51: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-font.cc:201:12: note: Parameter 'font_data' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:54:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:204:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:312:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:334:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:509:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:36:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:70:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:99:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:156:48: style: Parameter 'extents' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:369:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:378:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-glyf-table.hh:97:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hmtx-table.hh:69:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:59:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-kern-table.hh:361:34: style: Parameter 'face' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:189:71: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'cmp_gids' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:157:44: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:189:71: note: Parameter 'arg' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:197:70: style: Parameter 'arg' can be declared as pointer to const. However it seems that 'cmp_key' is a callback function, if 'arg' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:166:98: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-post-table.hh:197:70: note: Parameter 'arg' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:91:14: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:105:28: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-dsalgs.hh:118:19: style: Variable 'xend' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-hhea-table.hh:47:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-os2-table.hh:46:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var-hvar-table.hh:38:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:147:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:276:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:388:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1251:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1270:10: style: Parameter 'coords' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1289:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1417:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1606:48: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1609:48: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1619:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:1685:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:355:38: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cmap-table.hh:359:44: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:265:5: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-cbdt-table.hh:274:17: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:827:12: warning: Uninitialized variable: r [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:825:32: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:827:12: note: Uninitialized variable: r qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc:81:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc:401:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc:247:22: style: The scope of the variable 'l' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1339:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1431:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1522:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1897:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2001:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2125:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:70:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:155:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:357:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:489:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:811:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:987:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh:115:3: performance:inconclusive: Technically the member function 'OT::CaretValueFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh:142:3: performance:inconclusive: Technically the member function 'OT::CaretValueFormat2::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh:170:3: performance:inconclusive: Technically the member function 'OT::CaretValueFormat3::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:45:22: performance:inconclusive: Technically the member function 'OT::hb_closure_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:50:8: performance:inconclusive: Technically the member function 'OT::hb_closure_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:84:22: performance:inconclusive: Technically the member function 'OT::hb_would_apply_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:88:8: performance:inconclusive: Technically the member function 'OT::hb_would_apply_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:111:22: performance:inconclusive: Technically the member function 'OT::hb_collect_glyphs_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:116:8: performance:inconclusive: Technically the member function 'OT::hb_collect_glyphs_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:408:22: performance:inconclusive: Technically the member function 'OT::hb_apply_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:413:8: performance:inconclusive: Technically the member function 'OT::hb_apply_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:957:3: performance:inconclusive: Technically the member function 'OT::LookupRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:120:3: performance:inconclusive: Technically the member function 'OT::SingleSubstFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: performance:inconclusive: Technically the member function 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_closure_context_t , const _hb_void_t * , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_would_apply_context_t , bool , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_collect_glyphs_context_t , const _hb_void_t * , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_apply_context_t , bool , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2244:3: performance:inconclusive: Technically the member function 'ExtensionFormat1 < ExtensionSubst >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Coverage , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Coverage , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Coverage , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Coverage , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Coverage , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Coverage , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Device , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Device , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Device , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Device , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Device , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Device , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CaretValue , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CaretValue , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CaretValue , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < CaretValue , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < CaretValue , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < CaretValue , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ClassDef , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ClassDef , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ClassDef , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ClassDef , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ClassDef , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ClassDef , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AttachList , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < AttachList , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AttachList , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < AttachList , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AttachList , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < AttachList , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigCaretList , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigCaretList , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigCaretList , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigCaretList , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigCaretList , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < LigCaretList , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkGlyphSets , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < MarkGlyphSets , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkGlyphSets , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < MarkGlyphSets , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkGlyphSets , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < MarkGlyphSets , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Script > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RecordListOf < Script > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Script > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RecordListOf < Script > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Script > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < RecordListOf < Script > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Feature > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RecordListOf < Feature > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Feature > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RecordListOf < Feature > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RecordListOf < Feature > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < RecordListOf < Feature > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < Lookup > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < Lookup > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < Lookup > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < Lookup > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < Lookup > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetListOf < Lookup > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetListOf < SubstLookup > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OT :: SubstLookup , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OT :: SubstLookup , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OT :: SubstLookup , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OT :: SubstLookup , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OT :: SubstLookup , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OT :: SubstLookup , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigGlyph , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigGlyph , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigGlyph , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigGlyph , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigGlyph , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < LigGlyph , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Rule , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Rule , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Rule , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Rule , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Rule , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Rule , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RuleSet , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RuleSet , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RuleSet , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < RuleSet , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < RuleSet , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < RuleSet , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRule , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ChainRule , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRule , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ChainRule , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRule , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ChainRule , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRuleSet , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ChainRuleSet , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRuleSet , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < ChainRuleSet , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < ChainRuleSet , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < ChainRuleSet , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Sequence , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Sequence , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Sequence , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Sequence , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Sequence , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Sequence , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Ligature , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Ligature , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Ligature , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Ligature , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Ligature , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Ligature , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigatureSet , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigatureSet , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigatureSet , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < LigatureSet , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < LigatureSet , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < LigatureSet , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'static_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member variable with name 'min_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent variable 'IntType < uint32_t , 4 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'Offset < IntType < uint32_t , 4 > >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >' defines member function with name 'get_size' also defined in its parent struct 'IntType < uint32_t , 4 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:635:3: note: Parent function 'IntType < uint32_t , 4 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < FeatureVariations , IntType < uint32_t , 4 > >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1262:39: warning: The struct 'SubstLookup' defines member function with name 'dispatch' also defined in its parent struct 'Lookup'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:618:39: note: Parent function 'Lookup::dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1262:39: note: Derived function 'SubstLookup::dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1265:15: warning: The struct 'SubstLookup' defines member function with name 'sanitize' also defined in its parent struct 'Lookup'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:649:15: note: Parent function 'Lookup::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1265:15: note: Derived function 'SubstLookup::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1298:29: warning: The struct 'GSUB' defines member function with name 'get_lookup' also defined in its parent struct 'GSUBGPOS'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2319:24: note: Parent function 'GSUBGPOS::get_lookup' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1298:29: note: Derived function 'GSUB::get_lookup' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1303:15: warning: The struct 'GSUB' defines member function with name 'sanitize' also defined in its parent struct 'GSUBGPOS'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2340:15: note: Parent function 'GSUBGPOS::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1303:15: note: Derived function 'GSUB::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:212:3: style: Struct 'hb_add_coverage_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1018:9: style: Condition '!delta' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1015:53: note: 'new_len' is assigned value 'buffer->backtrack_len()+buffer->lookahead_len()' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1011:54: note: 'orig_len' is assigned value 'buffer->backtrack_len()+buffer->lookahead_len()' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1016:25: note: Assignment 'delta=new_len-orig_len', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1018:9: note: Condition '!delta' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1165:85: style: Return value 'c->buffer->unsafe_to_break(c->buffer->idx,c->buffer->idx+match_length),apply_lookup(c,inputCount,match_positions,lookupCount,lookupRecord,match_length)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1088:3: note: Calling function 'ret' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1166:17: note: Calling function 'apply_lookup' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1165:85: note: Return value 'c->buffer->unsafe_to_break(c->buffer->idx,c->buffer->idx+match_length),apply_lookup(c,inputCount,match_positions,lookupCount,lookupRecord,match_length)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1701:77: style: Return value 'c->buffer->unsafe_to_break_from_outbuffer(start_index,end_index),apply_lookup(c,inputCount,match_positions,lookupCount,lookupRecord,match_length)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1088:3: note: Calling function 'ret' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1702:24: note: Calling function 'apply_lookup' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1701:77: note: Return value 'c->buffer->unsafe_to_break_from_outbuffer(start_index,end_index),apply_lookup(c,inputCount,match_positions,lookupCount,lookupRecord,match_length)' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:453:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:600:41: style: C-style reference casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:628:41: style: C-style reference casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:654:41: style: C-style reference casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1486:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1503:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1517:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1536:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2076:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2077:19: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2078:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2097:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2098:19: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2099:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2115:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2142:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1010:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1014:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1318:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1342:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:1349:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:80:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:129:55: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:300:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:263:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:282:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:379:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:401:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:412:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc:434:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1016:25: style: Same expression on both sides of '-' because 'new_len' and 'orig_len' represent the same value. [duplicateExpression] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1015:53: note: 'new_len' is assigned value 'buffer->backtrack_len()+buffer->lookahead_len()' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1011:54: note: 'orig_len' is assigned value 'buffer->backtrack_len()+buffer->lookahead_len()' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1016:25: note: Same expression on both sides of '-' because 'new_len' and 'orig_len' represent the same value. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:672:52: style: Unsigned expression 'sizeof(hb_assert_unsigned_t < unsigned char >)' can't be negative so it is unnecessary to test it. [unsignedPositive] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:672:52: style: Unsigned expression 'sizeof(hb_assert_unsigned_t < unsigned int >)' can't be negative so it is unnecessary to test it. [unsignedPositive] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:465:15: style: Local variable 'count' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:458:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:465:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1118:38: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1132:44: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1146:40: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1157:34: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1620:42: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1644:55: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1668:44: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:1685:45: style: Parameter 'lookup_context' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:225:60: style: Parameter 'fallback_plan' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:227:19: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh:339:53: style: Parameter 'fallback_plan' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:618:54: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:589:48: style: Parameter 'glyphs' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:593:48: style: Parameter 'glyphs' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:801:19: style: Parameter 'match_positions' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:946:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh:105:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh:132:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:601:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:629:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:655:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh:981:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable] hb-ot-shape-complex-myanmar-machine.rl:86:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:86:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:90:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:90:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:94:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:94:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:98:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:98:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:102:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:102:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:106:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:106:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:110:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:110:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:114:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-myanmar-machine.rl:114:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc:437:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:470:1: style: The struct 'would_substitute_feature_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] hb-ot-shape-complex-indic-machine.rl:88:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:88:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:92:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:92:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:96:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:96:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:100:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:100:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:104:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:104:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:108:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:108:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:112:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:112:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:116:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:116:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:120:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:120:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:124:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:124:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:128:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:128:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:132:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:132:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:136:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:136:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:140:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:140:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:144:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:144:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:148:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:148:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:152:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-indic-machine.rl:152:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:3:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:3:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:6:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:6:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:9:19: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] NONE:9:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:535:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:662:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:692:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1297:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1814:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1227:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1132:46: warning: Uninitialized variable: glyphs [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1130:34: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc:1132:46: note: Uninitialized variable: glyphs qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:295:28: style: Redundant condition: The condition '4 > 0' is redundant since '4 > 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:295:40: style: Redundant condition: The condition '4 > 0' is redundant since '4 > 2' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:295:52: style: Redundant condition: The condition '4 > 2' is redundant since '4 > 3' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:427:7: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] hb-ot-shape-complex-use-machine.rl:129:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:129:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:131:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:131:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:135:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:135:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:139:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:139:14: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:143:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:143:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:147:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:147:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:151:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:151:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:155:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:155:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:159:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:159:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:163:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:163:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:167:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:167:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:171:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:171:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:175:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] hb-ot-shape-complex-use-machine.rl:175:20: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:200:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:208:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:222:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:249:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:272:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:291:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:379:39: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-use.cc:495:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-normalize.cc:288:51: style:inconclusive: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh:47:68: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-normalize.cc:288:51: note: Function '_hb_ot_shape_normalize' argument 1 names different: declaration 'shaper' definition 'plan'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2244:3: performance:inconclusive: Technically the member function 'OT::ExtensionFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2230:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:531:3: warning: Member variable 'hb_prealloced_array_t::len' is not initialized in the constructor. Maybe it should be initialized directly in the class hb_prealloced_array_t? [uninitDerivedMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:531:3: warning: Member variable 'hb_prealloced_array_t::allocated' is not initialized in the constructor. Maybe it should be initialized directly in the class hb_prealloced_array_t? [uninitDerivedMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:531:3: warning: Member variable 'hb_prealloced_array_t::array' is not initialized in the constructor. Maybe it should be initialized directly in the class hb_prealloced_array_t? [uninitDerivedMemberVar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-tag.cc:885:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-tag.cc:886:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-tag.cc:975:17: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-tag.cc:1067:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-private.hh:589:13: style: Variable 'item' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-var.h:28:0: error: #error "Include instead." [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:131:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:150:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:177:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:881:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:899:3: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:155:44: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:161:60: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:418:16: style: Variable 'map' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:428:16: style: Variable 'map' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:665:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:697:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape.cc:944:20: style: Variable 'info' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-set.cc:383:26: style: Parameter 'set' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:143:42: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:145:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:547:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:554:8: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:124:41: style:inconclusive: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.h:60:41: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:124:41: note: Function 'hb_shape_plan_create2' argument 5 names different: declaration 'coords' definition 'orig_coords'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:36:41: style: Parameter 'shape_plan' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:316:30: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:575:44: style: Parameter 'shape_plan' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape-plan.cc:49:35: style: Variable 'shapers' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape.cc:77:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shape.cc:89:10: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-unicode.cc:149:0: error: #error "Could not find any Unicode functions implementation, you have to provide your own" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shaper.cc:62:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shaper.cc:67:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shaper.cc:69:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-shaper.cc:100:10: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-warning.cc:32:0: error: #error "Could not find any system to define atomic_int macros, library WILL NOT be thread-safe" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-buffer.c:129:27: style:inconclusive: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-buffer.h:78:27: note: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-buffer.c:129:27: note: Function 'hb_buffer_new' argument 1 names different: declaration 'buffer' definition 'pbuffer'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-buffer.c:271:21: style: Parameter 'glyph_data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1104:39: style:inconclusive: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:109:46: note: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1104:39: note: Function 'HB_ArabicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-dump.c:273:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-dump.c:70:31: style: Parameter 'array' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-dump.c:273:9: style: Variable 'indent' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:83:26: style:inconclusive: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.h:114:26: note: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:83:26: note: Function 'HB_Load_GDEF_Table' argument 2 names different: declaration 'gdef' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:1069:22: style:inconclusive: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef-private.h:114:24: note: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:1069:22: note: Function '_HB_GDEF_Check_Property' argument 2 names different: declaration 'item' definition 'gitem'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:1125:24: style:inconclusive: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef-private.h:120:24: note: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:1125:24: note: Function '_HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:790:24: style: Parameter 'glyph_array' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:791:24: style: Parameter 'class_array' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:798:25: style: Variable 'gcrr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gdef.c:1126:24: style: Parameter 'lo' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:72:18: style: Condition 'base<=0x1f69' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:71:25: note: Assuming that condition '(base^0x1f00)<0x100' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:72:18: note: Condition 'base<=0x1f69' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:74:18: style: Condition 'base==0x1fbf' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:71:25: note: Assuming that condition '(base^0x1f00)<0x100' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:72:28: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:74:18: note: Condition 'base==0x1fbf' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:113:18: style: Condition 'base<=0x1f69' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:112:25: note: Assuming that condition '(base^0x1f00)<0x100' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:113:18: note: Condition 'base<=0x1f69' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:115:18: style: Condition 'base==0x1fbf' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:112:25: note: Assuming that condition '(base^0x1f00)<0x100' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:113:28: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:115:18: note: Condition 'base==0x1fbf' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:278:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:484:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:682:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:995:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:1843:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:1912:8: style: Condition '!scs' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:1936:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:2007:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3046:9: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3075:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3094:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3182:8: style: Condition '!cscs' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3215:9: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3247:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3277:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3368:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3389:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3411:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3685:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3711:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:49:26: style:inconclusive: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.h:84:26: note: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:49:26: note: Function 'HB_Load_GSUB_Table' argument 2 names different: declaration 'gsub' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:954:18: style: Variable 'c' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:1879:22: style: Variable 'cl' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3005:21: style: Variable 'csr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3139:26: style: Variable 'bc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3140:26: style: Variable 'ic' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3141:26: style: Variable 'lc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3745:21: style: Variable 'sr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3823:23: style: Variable 'fi' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3826:22: style: Variable 'fr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:3964:23: style: Variable 'fi' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:4124:13: style: Variable 'properties' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gsub.c:4215:16: style: Variable 'index' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:240:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:1074:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:1769:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 2' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:1989:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:2416:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:2826:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:3151:33: style: Redundant condition: The condition 'context_length != 0xFFFF' is redundant since 'context_length < 1' is sufficient. [redundantCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:1727:8: style: Condition '!c1r' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:1787:10: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:4016:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:4087:8: style: Condition '!pcs' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:4111:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:4183:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5238:9: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5267:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5286:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5376:8: style: Condition '!cpcs' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5409:9: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5441:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5471:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5564:7: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5585:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5607:12: style: Condition 'error' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6268:8: style: Condition 'error' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6267:33: note: Calling function 'Position_CursiveChain' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6267:33: note: Assignment 'error=Position_CursiveChain(buffer)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6268:8: note: Condition 'error' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:80:26: style:inconclusive: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.h:91:47: note: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:80:26: note: Function 'HB_Load_GPOS_Table' argument 2 names different: declaration 'gpos' definition 'retptr'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:4053:22: style: Variable 'cl' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5197:21: style: Variable 'cpr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5332:26: style: Variable 'bc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5333:26: style: Variable 'ic' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5334:26: style: Variable 'lc' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5677:21: style: Variable 'sr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5755:23: style: Variable 'fi' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5758:22: style: Variable 'fr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:5896:23: style: Variable 'fi' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6062:13: style: Variable 'properties' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:6139:16: style: Variable 'index' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-gpos.c:240:7: style: Variable 'vr' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:194:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:213:39: style:inconclusive: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:110:46: note: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:213:39: note: Function 'HB_HangulShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:67:5: error: Memory leak: block2 [memleak] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:34:15: style:inconclusive: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.h:113:15: note: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:34:15: note: Function '_hb_alloc' argument 2 names different: declaration 'perror_' definition 'perror'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:54:18: style:inconclusive: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.h:118:18: note: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-impl.c:54:18: note: Function '_hb_realloc' argument 3 names different: declaration 'perror_' definition 'perror'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:154:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:370:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:470:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:518:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:695:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:759:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:900:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1059:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1162:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1275:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh:159:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh:165:76: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh:208:16: error: Reference to temporary returned. [returnTempReference] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:610:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:610:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:624:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1066:3: style: The struct 'hb_applicable_t' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:592:38: style:inconclusive: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:112:45: note: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:592:38: note: Function 'HB_KhmerShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:644:61: style:inconclusive: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:120:68: note: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:644:61: note: Function 'HB_KhmerAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:578:32: warning: Uninitialized variable: where [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:561:23: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-khmer.c:578:32: note: Uninitialized variable: where qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:478:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:478:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:492:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:461:40: style:inconclusive: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:111:47: note: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:461:40: note: Function 'HB_MyanmarShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:513:63: style:inconclusive: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:118:70: note: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:513:63: note: Function 'HB_MyanmarAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:447:32: warning: Uninitialized variable: where [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:430:23: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:447:32: note: Uninitialized variable: where qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-myanmar.c:471:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:254:3: performance:inconclusive: Technically the member function 'OT::AnchorFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:286:3: performance:inconclusive: Technically the member function 'OT::AnchorFormat2::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:323:3: performance:inconclusive: Technically the member function 'OT::AnchorFormat3::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:411:3: performance:inconclusive: Technically the member function 'OT::MarkRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:884:3: performance:inconclusive: Technically the member function 'OT::EntryExitRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1117:3: performance:inconclusive: Technically the member function 'OT::MarkBasePosFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1235:3: performance:inconclusive: Technically the member function 'OT::MarkLigPosFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1350:3: performance:inconclusive: Technically the member function 'OT::MarkMarkPosFormat1::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1448:15: performance:inconclusive: Technically the member function 'OT::PosLookup::is_reverse' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh:116:3: performance:inconclusive: Technically the member function 'OT::JstfPriority::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:75:3: performance:inconclusive: Technically the member function 'OT::NameRecord::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1084:22: performance:inconclusive: Technically the member function 'hb_get_subtables_context_t::get_name' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1094:8: performance:inconclusive: Technically the member function 'hb_get_subtables_context_t::stop_sublookup_iteration' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:88:3: performance:inconclusive: Technically the member function 'Record < JstfLangSys >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:88:3: performance:inconclusive: Technically the member function 'Record < JstfScript >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:169:15: performance:inconclusive: Technically the member function 'hb_dispatch_context_t < hb_get_subtables_context_t , const _hb_void_t * , 0 >::may_dispatch' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2244:3: performance:inconclusive: Technically the member function 'ExtensionFormat1 < ExtensionPos >::get_size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Anchor , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Anchor , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Anchor , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < Anchor , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < Anchor , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < Anchor , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkArray , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < MarkArray , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkArray , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < MarkArray , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < MarkArray , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < MarkArray , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AnchorMatrix , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < AnchorMatrix , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AnchorMatrix , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < AnchorMatrix , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < AnchorMatrix , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < AnchorMatrix , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetListOf < AnchorMatrix > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < OffsetListOf < PosLookup > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexArray , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexArray , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexArray , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < IndexArray , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < IndexArray , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < IndexArray , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < SortedArrayOf < IntType < uint16_t , 2 > , UINT16 > , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < JstfLangSys , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < JstfLangSys , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < JstfLangSys , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < JstfLangSys , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < JstfLangSys , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < JstfLangSys , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < PairSet , UINT16 >' defines member variable with name 'static_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < PairSet , UINT16 >::static_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < PairSet , UINT16 >' defines member variable with name 'min_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent variable 'Offset < UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived variable 'OffsetTo < PairSet , UINT16 >::min_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: warning: The struct 'OffsetTo < PairSet , UINT16 >' defines member function with name 'get_size' also defined in its parent struct 'Offset < UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:713:3: note: Parent function 'Offset < UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:814:3: note: Derived function 'OffsetTo < PairSet , UINT16 >::get_size' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1499:27: warning: The struct 'GPOS' defines member function with name 'get_lookup' also defined in its parent struct 'GSUBGPOS'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2319:24: note: Parent function 'GSUBGPOS::get_lookup' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1499:27: note: Derived function 'GPOS::get_lookup' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1506:15: warning: The struct 'GPOS' defines member function with name 'sanitize' also defined in its parent struct 'GSUBGPOS'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh:2340:15: note: Parent function 'GSUBGPOS::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1506:15: note: Derived function 'GPOS::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:450:15: warning: The struct 'MarkArray' defines member function with name 'sanitize' also defined in its parent struct 'ArrayOf < MarkRecord , UINT16 >'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-open-type-private.hh:877:15: note: Parent function 'ArrayOf < MarkRecord , UINT16 >::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:450:15: note: Derived function 'MarkArray::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1478:39: warning: The struct 'PosLookup' defines member function with name 'dispatch' also defined in its parent struct 'Lookup'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:618:39: note: Parent function 'Lookup::dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1478:39: note: Derived function 'PosLookup::dispatch' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1481:15: warning: The struct 'PosLookup' defines member function with name 'sanitize' also defined in its parent struct 'Lookup'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-common-private.hh:649:15: note: Parent function 'Lookup::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1481:15: note: Derived function 'PosLookup::sanitize' qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1031:3: style: Struct 'GSUBProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1045:3: style: Struct 'GPOSProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1096:3: style: Struct 'hb_get_subtables_context_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1556:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1619:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1626:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:47:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:48:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:65:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:94:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:100:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:109:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:49:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:176:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:177:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:220:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:226:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:232:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:535:74: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:609:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:613:14: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:830:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:836:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:909:7: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:912:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:914:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1032:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1033:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1046:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1047:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1060:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:202:24: style:inconclusive: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:49:21: note: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:202:24: note: Function '_HB_OPEN_Load_ScriptList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:354:26: style:inconclusive: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:52:26: note: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:354:26: note: Function '_HB_OPEN_Load_FeatureList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:579:24: style:inconclusive: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:55:24: note: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:579:24: note: Function '_HB_OPEN_Load_LookupList' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:778:20: style:inconclusive: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:60:20: note: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:778:20: note: Function '_HB_OPEN_Load_Coverage' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1080:27: style:inconclusive: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:64:27: note: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1080:27: note: Function '_HB_OPEN_Load_ClassDefinition' argument 3 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1127:35: style:inconclusive: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:70:35: note: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1127:35: note: Function '_HB_OPEN_Load_EmptyOrClassDefinition' argument 5 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1285:35: style:inconclusive: Function '_HB_OPEN_Load_Device' argument 1 names different: declaration 'd' definition 'device'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:72:35: note: Function '_HB_OPEN_Load_Device' argument 1 names different: declaration 'd' definition 'device'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1285:35: note: Function '_HB_OPEN_Load_Device' argument 1 names different: declaration 'd' definition 'device'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1286:23: style:inconclusive: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open-private.h:73:23: note: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1286:23: note: Function '_HB_OPEN_Load_Device' argument 2 names different: declaration 'input' definition 'stream'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:818:15: style: Variable 'array' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-open.c:1168:15: style: Variable 'cva' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1182:28: style: The comparison 'GSUBProxy::table_index == 0' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1027:43: note: 'table_index' is assigned value '0' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1182:28: note: The comparison 'GSUBProxy::table_index == 0' is always true. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1199:28: style: The comparison 'GSUBProxy::table_index == 0' is always true. [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1027:43: note: 'table_index' is assigned value '0' here. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1199:28: note: The comparison 'GSUBProxy::table_index == 0' is always true. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1798:52: style: Condition 'state==Matra' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1209:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1209:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1839:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1839:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1853:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1861:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'hb_uint32 {aka unsigned int}'. [invalidPrintfArgType_sint] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1216:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1217:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1554:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1555:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1244:14: style: The scope of the variable 'beginsWithRa' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1824:38: style:inconclusive: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:113:45: note: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1824:38: note: Function 'HB_IndicShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1875:61: style:inconclusive: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:122:68: note: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1875:61: note: Function 'HB_IndicAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1555:9: style: Local variable 'properties' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1219:19: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1555:9: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1677:23: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1231:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp:1677:23: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:243:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:274:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1593:44: style: Parameter 'font' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:1593:73: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:61:48: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-name-table.hh:109:11: style: Variable 'string_pool' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:140:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:144:54: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:148:68: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:153:69: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout.cc:1042:21: style: struct member 'GPOSProxy::inplace' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh:154:13: style: Variable 'values' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-stream.c:86:12: style:inconclusive: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-stream-private.h:46:35: note: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-stream.c:86:12: note: Function '_hb_stream_frame_enter' argument 2 names different: declaration 'size' definition 'count'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:452:60: style:inconclusive: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:124:67: note: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:452:60: note: Function 'HB_ThaiAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:414:9: warning: Uninitialized variable: break_positions [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:410:27: note: Assignment 'break_positions=brp', assigned value is qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:414:9: note: Uninitialized variable: break_positions qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:38:19: style: struct member 'thcell_t::base' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:39:19: style: struct member 'thcell_t::hilo' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:208:40: style:inconclusive: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:107:47: note: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:208:40: note: Function 'HB_TibetanShape' argument 1 names different: declaration 'shaper_item' definition 'item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:253:63: style:inconclusive: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:116:70: note: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:253:63: note: Function 'HB_TibetanAttributes' argument 2 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:279:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:657:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:660:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:678:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:916:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:921:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:724:31: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:723:11: note: error is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:724:31: note: error is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:732:27: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:731:11: note: error is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:732:27: note: error is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:744:27: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:743:11: note: error is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:744:27: note: error is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:783:40: style:inconclusive: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper-private.h:134:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:783:40: note: Function 'HB_SelectScript' argument 1 names different: declaration 'item' definition 'shaper_item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1099:37: style:inconclusive: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.h:273:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:1099:37: note: Function 'HB_ShapeItem' argument 1 names different: declaration 'item' definition 'shaper_item'. qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-shaper.cpp:246:25: style: Variable 'attributes' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:78:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/tests/fuzzing/fuzz.cc:116:62: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/tests/shaping/main.cpp:165:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jinclude.h:81:9: style: Variable 'env' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:867:28: warning: Either the condition 'tbl>=16' is redundant or the array 'entropy->dc_stats[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:865:26: note: Assuming that condition 'tbl>=16' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:867:28: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:867:28: warning: Either the condition 'tbl<0' is redundant or the array 'entropy->dc_stats[16]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:865:15: note: Assuming that condition 'tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:867:28: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:880:28: warning: Either the condition 'tbl>=16' is redundant or the array 'entropy->ac_stats[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:878:26: note: Assuming that condition 'tbl>=16' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:880:28: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:880:28: warning: Either the condition 'tbl<0' is redundant or the array 'entropy->ac_stats[16]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:878:15: note: Assuming that condition 'tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:880:28: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:689:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:832:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:625:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:628:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:634:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcarith.c:637:13: style: Variable 'v' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jccolext.c:85:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jccoefct.c:357:5: error: Uninitialized variable: buffer [legacyUninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:106:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:251:33: warning: Either the condition 'qtblno>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:248:30: note: Assuming that condition 'qtblno>=4' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:251:33: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:251:33: warning: Either the condition 'qtblno<0' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:248:16: note: Assuming that condition 'qtblno<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:251:33: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:408:40: style: Parameter 'divisors' can be declared as pointer to const. However it seems that 'quantize' is a callback function, if 'divisors' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:681:24: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:408:40: note: Parameter 'divisors' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:408:59: style: Parameter 'workspace' can be declared as pointer to const. However it seems that 'quantize' is a callback function, if 'workspace' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:681:24: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:408:59: note: Parameter 'workspace' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:490:56: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:644:29: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:490:56: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:556:49: style: Parameter 'divisors' can be declared as pointer to const. However it seems that 'quantize_float' is a callback function, if 'divisors' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:693:30: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:556:49: note: Parameter 'divisors' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:557:28: style: Parameter 'workspace' can be declared as pointer to const. However it seems that 'quantize_float' is a callback function, if 'workspace' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:693:30: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:557:28: note: Parameter 'workspace' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:579:62: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'forward_DCT_float' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:653:29: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:579:62: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcdctmgr.c:106:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:368:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-greek.c:402:72: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-tibetan.c:114:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hebrew.c:82:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hebrew.c:145:76: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:899:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1052:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1053:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-arabic.c:1108:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-hangul.c:191:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:58:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:59:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:60:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:61:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:62:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:74:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:186:76: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:219:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:235:5: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:244:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:393:16: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:405:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:418:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:435:49: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jchuff.c:97:0: error: #error Cannot determine word size [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:386:15: style: The scope of the variable 'numbreaks' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz/src/harfbuzz-thai.c:386:32: style: The scope of the variable 'cell_length' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jccolor.c:392:19: style: Variable 'ctab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jccolext.c:38:19: style: Variable 'ctab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jccolext.c:92:19: style: Variable 'ctab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:162:9: warning: Either the condition 'qtbl==NULL' is redundant or there is possible null pointer dereference: qtbl. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:157:12: note: Assuming that condition 'qtbl==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:162:9: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:205:8: warning: Either the condition 'htbl==NULL' is redundant or there is possible null pointer dereference: htbl. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:202:12: note: Assuming that condition 'htbl==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:205:8: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:236:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmarker.c:562:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jstdhuff.c:45:31: warning: Either the condition 'nsymbols>256' is redundant or the array '(*htblptr)->huffval[256]' is accessed at index 257, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jstdhuff.c:41:32: note: Assuming that condition 'nsymbols>256' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jstdhuff.c:45:31: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcparam.c:48:35: warning: Either the condition 'which_tbl<0' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcparam.c:45:17: note: Assuming that condition 'which_tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcparam.c:48:35: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcparam.c:526:13: style: Variable 'scanptr' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcparam.c:537:13: style: Variable 'scanptr' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmaster.c:97:27: style: Checking if unsigned expression 'cinfo->jpeg_height' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcmaster.c:97:54: style: Checking if unsigned expression 'cinfo->jpeg_width' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:147:59: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:513:33: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:147:59: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:194:64: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:483:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:194:64: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:219:60: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:490:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:219:60: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:255:60: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:508:37: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:255:60: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:297:67: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:500:37: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:297:67: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:385:71: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'fullsize_smooth_downsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:479:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcsample.c:385:71: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:129:41: warning: Either the condition 'tblno>=4' is redundant or the array 'srcinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:126:28: note: Assuming that condition 'tblno>=4' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:129:41: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:129:41: warning: Either the condition 'tblno<0' is redundant or the array 'srcinfo->quant_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:126:15: note: Assuming that condition 'tblno<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:129:41: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:72:15: style: Variable 'c_quant' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:72:25: style: Variable 'slot_quant' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jctrans.c:307:5: error: Uninitialized variable: buffer [legacyUninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdapistd.c:174:8: warning: Either the condition '!width' is redundant or there is possible null pointer dereference: width. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdapistd.c:170:19: note: Assuming that condition '!width' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdapistd.c:174:8: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:139:10: warning: Either the condition 'nextbuffer==NULL' is redundant or there is possible null pointer dereference: nextbuffer. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:136:18: note: Assuming that condition 'nextbuffer==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:139:10: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:145:43: warning: Either the condition 'nextbuffer==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:136:18: note: Assuming that condition 'nextbuffer==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatadst.c:145:43: note: Null pointer addition qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:715:28: warning: Either the condition 'tbl>=16' is redundant or the array 'entropy->dc_stats[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:713:26: note: Assuming that condition 'tbl>=16' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:715:28: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:715:28: warning: Either the condition 'tbl<0' is redundant or the array 'entropy->dc_stats[16]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:713:15: note: Assuming that condition 'tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:715:28: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:727:28: warning: Either the condition 'tbl>=16' is redundant or the array 'entropy->ac_stats[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:725:26: note: Assuming that condition 'tbl>=16' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:727:28: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:727:28: warning: Either the condition 'tbl<0' is redundant or the array 'entropy->ac_stats[16]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:725:15: note: Assuming that condition 'tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:727:28: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:508:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdarith.c:636:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdatasrc.c:109:14: style: Checking if unsigned expression 'nbytes' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:98:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:83:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:273:30: warning: Either the condition 'tbl>=4' is redundant or the array 'entropy->count_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:269:26: note: Assuming that condition 'tbl>=4' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:273:30: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:273:30: warning: Either the condition 'tbl<0' is redundant or the array 'entropy->count_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:269:15: note: Assuming that condition 'tbl<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:273:30: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:595:61: style:inconclusive: Function 'encode_mcu_AC_first_prepare' argument 6 names different: declaration 'zerobits' definition 'bits'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:159:28: note: Function 'encode_mcu_AC_first_prepare' argument 6 names different: declaration 'zerobits' definition 'bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:595:61: note: Function 'encode_mcu_AC_first_prepare' argument 6 names different: declaration 'zerobits' definition 'bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:211:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:393:20: style: Variable 'tbl' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:490:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:1052:24: style: Variable 'compptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:523:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:606:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:838:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jcphuff.c:854:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jddctmgr.c:68:19: style: union member 'multiplier_table::islow_array' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jddctmgr.c:70:19: style: union member 'multiplier_table::ifast_array' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jddctmgr.c:73:19: style: union member 'multiplier_table::float_array' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdhuff.h:74:0: error: #error Cannot determine word size [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:267:39: warning: Either the condition 'qtblno>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:260:30: note: Assuming that condition 'qtblno>=4' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:267:39: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:267:39: warning: Either the condition 'qtblno<0' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:260:16: note: Assuming that condition 'qtblno<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdinput.c:267:39: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:609:28: style: Condition '*(char*)&test_value!=1' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:608:20: note: Assignment 'test_value=1', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:609:28: note: Condition '*(char*)&test_value!=1' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:235:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:238:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:330:19: style: Variable 'ctab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:537:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:538:17: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:539:17: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:540:19: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolor.c:541:19: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:42:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:43:17: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:44:17: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:45:19: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcolext.c:46:19: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:31:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:32:17: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:33:17: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:34:19: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:35:19: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:110:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:111:17: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:112:17: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:113:19: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:114:19: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:247:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcol565.c:345:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcoefct.c:365:15: style: Variable 'qtable' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcoefct.c:366:8: style: Variable 'coef_bits' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcoefct.c:366:20: style: Variable 'prev_coef_bits' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcoefct.c:443:8: style: Variable 'coef_bits' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdcoefct.c:205:5: error: Uninitialized variable: buffer [legacyUninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:409:24: warning: Either the condition 'index>=(2*16)' is redundant or the array 'cinfo->arith_ac_K[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:405:28: note: Assuming that condition 'index>=(2*16)' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:409:24: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:484:41: warning: Either the condition 'index<0' is redundant or the array 'cinfo->ac_huff_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:482:17: note: Assuming that condition 'index<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:484:41: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:488:41: warning: Either the condition 'index<0' is redundant or the array 'cinfo->dc_huff_tbl_ptrs[4]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:486:17: note: Assuming that condition 'index<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:488:41: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:529:30: warning: Either the condition 'n>=4' is redundant or the array 'cinfo->quant_tbl_ptrs[4]' is accessed at index 4, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:526:11: note: Assuming that condition 'n>=4' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:529:30: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:87:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:405:15: style: Condition 'index<0' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:398:5: note: Assignment 'index=*next_input_byte++', assigned value is greater than -1 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:405:15: note: Condition 'index<0' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:987:11: style: Condition '!get_soi(cinfo)' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:987:19: note: Calling function 'get_soi' returns 1 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:987:11: note: Condition '!get_soi(cinfo)' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:95:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:270:27: style: Checking if unsigned expression 'cinfo->image_height' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:270:54: style: Checking if unsigned expression 'cinfo->image_width' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:601:46: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:674:47: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmarker.c:1209:14: style: Variable 'action' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:158:59: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'int_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:511:33: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:158:59: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:273:66: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v1_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:470:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:273:66: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:313:66: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h1v2_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:486:33: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:313:66: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:359:66: style: Parameter 'compptr' can be declared as pointer to const. However it seems that 'h2v2_fancy_upsample' is a callback function, if 'compptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:495:35: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdsample.c:359:66: note: Parameter 'compptr' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmerge.c:470:28: style: Condition '*(char*)&test_value!=1' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmerge.c:469:20: note: Assignment 'test_value=1', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmerge.c:470:28: note: Condition '*(char*)&test_value!=1' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmerge.c:186:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmerge.c:189:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:35:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:36:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:37:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:38:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:39:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:107:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:108:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:109:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:110:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrgext.c:111:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:29:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:30:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:31:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:32:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:33:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:100:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:101:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:102:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:103:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:104:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:173:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:174:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:175:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:176:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:177:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:269:21: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:270:8: style: Variable 'Crrtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:271:8: style: Variable 'Cbbtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:272:10: style: Variable 'Crgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jdmrg565.c:273:10: style: Variable 'Cbgtab' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctflt.c:83:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctred.c:131:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctred.c:288:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctred.c:395:20: style: Variable 'quantptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctred.c:396:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctfst.c:182:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:294:28: warning: Either the condition 'pool_id>=2' is redundant or the array 'mem->small_list[2]' is accessed at index 2, which is out of bounds. [arrayIndexOutOfBoundsCond] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:291:30: note: Assuming that condition 'pool_id>=2' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:294:28: note: Array index out of bounds qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:294:28: warning: Either the condition 'pool_id<0' is redundant or the array 'mem->small_list[2]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:291:15: note: Assuming that condition 'pool_id<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:294:28: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1025:29: warning: Either the condition 'pool_id<0' is redundant or the array 'mem->large_list[2]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:995:15: note: Assuming that condition 'pool_id<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1025:29: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1026:18: warning: Either the condition 'pool_id<0' is redundant or the array 'mem->large_list[2]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:995:15: note: Assuming that condition 'pool_id<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1026:18: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1039:29: warning: Either the condition 'pool_id<0' is redundant or the array 'mem->small_list[2]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:995:15: note: Assuming that condition 'pool_id<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1039:29: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1040:18: warning: Either the condition 'pool_id<0' is redundant or the array 'mem->small_list[2]' is accessed at index -1, which is out of bounds. [negativeIndex] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:995:15: note: Assuming that condition 'pool_id<0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1040:18: note: Negative array index qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:397:3: warning: Either the condition 'hdr_ptr==NULL' is redundant or there is possible null pointer dereference: hdr_ptr. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:391:15: note: Assuming that condition 'hdr_ptr==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:397:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:401:3: warning: Either the condition 'hdr_ptr==NULL' is redundant or there is possible null pointer dereference: hdr_ptr. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:391:15: note: Assuming that condition 'hdr_ptr==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:401:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:402:3: warning: Either the condition 'hdr_ptr==NULL' is redundant or there is possible null pointer dereference: hdr_ptr. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:391:15: note: Assuming that condition 'hdr_ptr==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:402:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1124:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1124:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1125:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1125:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1126:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1126:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1127:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1127:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1128:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1128:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1129:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1129:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1130:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1130:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1131:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1131:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1132:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1132:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1133:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1133:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1134:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1134:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1137:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1137:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1140:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1140:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1143:5: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1143:5: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1144:5: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1144:5: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1146:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1146:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1147:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1147:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1149:3: warning: Either the condition 'mem==NULL' is redundant or there is possible null pointer dereference: mem. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1118:11: note: Assuming that condition 'mem==NULL' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:1149:3: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:675:27: style: Checking if unsigned expression 'space_per_minheight' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:693:24: style: Checking if unsigned expression 'max_minheights' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jmemmgr.c:442:19: style: Modulo of one is always equal to zero [moduloofone] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:543:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:592:13: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:593:13: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:594:13: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:527:8: style: Variable 'dither' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:580:8: style: Variable 'dither0' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:581:8: style: Variable 'dither1' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:582:8: style: Variable 'dither2' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant1.c:634:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:107:66: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:114:51: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:120:66: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:144:65: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:150:66: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:156:66: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:180:72: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:186:72: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:192:72: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:235:25: style: Parameter 'workspace' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:241:34: style: Parameter 'workspace' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:264:27: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:269:27: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:274:30: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:291:46: style: Parameter 'divisors' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:291:65: style: Parameter 'workspace' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:296:55: style: Parameter 'divisors' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:297:34: style: Parameter 'workspace' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:326:61: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:333:61: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:340:61: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:347:63: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:372:63: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:379:63: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:386:63: style: Parameter 'compptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:399:35: style: Parameter 'state' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:399:50: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:400:61: style: Parameter 'dctbl' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:401:44: style: Parameter 'actbl' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:415:51: style: Parameter 'values' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:415:67: style: Parameter 'zerobits' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:428:52: style: Parameter 'absvalues' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jsimd_none.c:428:71: style: Parameter 'bits' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jstdhuff.c:19:1: error: There is an unknown macro here somewhere. Configuration is required. If LOCAL is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:184:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:437:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:586:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:707:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:821:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:912:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:1084:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:1279:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:1473:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:1689:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:1917:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:2143:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jidctint.c:2385:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:511:67: error: Division by zero. [zerodiv] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:489:16: note: Assignment 'total=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:498:23: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:511:67: note: Division by zero qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:512:67: error: Division by zero. [zerodiv] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:489:16: note: Assignment 'total=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:498:23: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:512:67: note: Division by zero qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:513:67: error: Division by zero. [zerodiv] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:489:16: note: Assignment 'total=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:498:23: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:513:67: note: Division by zero qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:946:12: style: Variable 'range_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libjpeg/src/jquant2.c:947:8: style: Variable 'error_limit' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:392:61: style:inconclusive: Function 'png_app_warning' argument 2 names different: declaration 'message' definition 'error_message'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1806:1: note: Function 'png_app_warning' argument 2 names different: declaration 'message' definition 'error_message'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:392:61: note: Function 'png_app_warning' argument 2 names different: declaration 'message' definition 'error_message'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:405:59: style:inconclusive: Function 'png_app_error' argument 2 names different: declaration 'message' definition 'error_message'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1812:1: note: Function 'png_app_error' argument 2 names different: declaration 'message' definition 'error_message'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:405:59: note: Function 'png_app_error' argument 2 names different: declaration 'message' definition 'error_message'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:936:29: style:inconclusive: Function 'png_safe_execute' argument 1 names different: declaration 'image' definition 'image_in'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:2062:1: note: Function 'png_safe_execute' argument 1 names different: declaration 'image' definition 'image_in'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngerror.c:936:29: note: Function 'png_safe_execute' argument 1 names different: declaration 'image' definition 'image_in'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:200:12: style: Condition 'ret==NULL' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:198:25: note: Calling function 'png_malloc_base' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:198:25: note: Assignment 'ret=png_malloc_base(NULL,size)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:200:12: note: Condition 'ret==NULL' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:131:1: style:inconclusive: Function 'png_realloc_array' argument 2 names different: declaration 'array' definition 'old_array'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1013:1: note: Function 'png_realloc_array' argument 2 names different: declaration 'array' definition 'old_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngmem.c:131:1: note: Function 'png_realloc_array' argument 2 names different: declaration 'array' definition 'old_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:1758:49: style:inconclusive: Function 'png_colorspace_set_endpoints' argument 3 names different: declaration 'XYZ' definition 'XYZ_in'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1647:1: note: Function 'png_colorspace_set_endpoints' argument 3 names different: declaration 'XYZ' definition 'XYZ_in'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:1758:49: note: Function 'png_colorspace_set_endpoints' argument 3 names different: declaration 'XYZ' definition 'XYZ_in'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3349:65: style:inconclusive: Function 'png_muldiv' argument 3 names different: declaration 'multiplied_by' definition 'times'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1969:1: note: Function 'png_muldiv' argument 3 names different: declaration 'multiplied_by' definition 'times'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3349:65: note: Function 'png_muldiv' argument 3 names different: declaration 'multiplied_by' definition 'times'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3350:16: style:inconclusive: Function 'png_muldiv' argument 4 names different: declaration 'divided_by' definition 'divisor'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1969:1: note: Function 'png_muldiv' argument 4 names different: declaration 'divided_by' definition 'divisor'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3350:16: note: Function 'png_muldiv' argument 4 names different: declaration 'divided_by' definition 'divisor'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3472:75: style:inconclusive: Function 'png_muldiv_warn' argument 3 names different: declaration 'multiplied_by' definition 'times'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1975:1: note: Function 'png_muldiv_warn' argument 3 names different: declaration 'multiplied_by' definition 'times'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3472:75: note: Function 'png_muldiv_warn' argument 3 names different: declaration 'multiplied_by' definition 'times'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3473:16: style:inconclusive: Function 'png_muldiv_warn' argument 4 names different: declaration 'divided_by' definition 'divisor'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1975:1: note: Function 'png_muldiv_warn' argument 4 names different: declaration 'divided_by' definition 'divisor'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3473:16: note: Function 'png_muldiv_warn' argument 4 names different: declaration 'divided_by' definition 'divisor'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3509:39: style:inconclusive: Function 'png_gamma_significant' argument 1 names different: declaration 'gamma_value' definition 'gamma_val'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1998:1: note: Function 'png_gamma_significant' argument 1 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3509:39: note: Function 'png_gamma_significant' argument 1 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3864:60: style:inconclusive: Function 'png_gamma_8bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:2014:1: note: Function 'png_gamma_8bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3864:60: note: Function 'png_gamma_8bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3912:61: style:inconclusive: Function 'png_gamma_16bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:2012:1: note: Function 'png_gamma_16bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3912:61: note: Function 'png_gamma_16bit_correct' argument 2 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3948:21: style:inconclusive: Function 'png_gamma_correct' argument 3 names different: declaration 'gamma_value' definition 'gamma_val'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:2010:1: note: Function 'png_gamma_correct' argument 3 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:3948:21: note: Function 'png_gamma_correct' argument 3 names different: declaration 'gamma_value' definition 'gamma_val'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:1071:22: style: Parameter 'colorspace' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:762:7: error: Uninitialized variable: number_buf [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/png.c:1849:32: error: Uninitialized variable: number [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngread.c:3954:40: style: Condition '(*(const unsigned charpng_const_bytep)&le)!=0' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngread.c:3952:27: note: Assignment 'le=0x0001', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngread.c:3954:40: note: Condition '(*(const unsigned charpng_const_bytep)&le)!=0' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngset.c:1400:22: style: Condition 'num_chunks_in<0' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngset.c:1391:22: note: Assuming that condition 'num_chunks_in<=0' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngset.c:1400:22: note: Condition 'num_chunks_in<0' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwtran.c:418:33: style: Variable 'dp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwtran.c:438:33: style: Variable 'dp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwtran.c:480:33: style: Variable 'dp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwrite.c:491:11: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwrite.c:2067:37: style: Condition '(*(const unsigned charpng_const_bytep)&le)!=0' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwrite.c:2065:24: note: Assignment 'le=0x0001', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwrite.c:2067:37: note: Condition '(*(const unsigned charpng_const_bytep)&le)!=0' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwrite.c:487:15: style: Variable 'tbuf' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:439:69: style:inconclusive: Function 'png_free_buffer_list' argument 2 names different: declaration 'list' definition 'listp'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:972:1: note: Function 'png_free_buffer_list' argument 2 names different: declaration 'list' definition 'listp'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:439:69: note: Function 'png_free_buffer_list' argument 2 names different: declaration 'list' definition 'listp'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:673:40: style:inconclusive: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1112:1: note: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:673:40: note: Function 'png_write_IHDR' argument 6 names different: declaration 'compression_method' definition 'compression_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:673:62: style:inconclusive: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1112:1: note: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:673:62: note: Function 'png_write_IHDR' argument 7 names different: declaration 'filter_method' definition 'filter_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:674:9: style:inconclusive: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1112:1: note: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:674:9: note: Function 'png_write_IHDR' argument 8 names different: declaration 'interlace_method' definition 'interlace_type'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:931:57: style:inconclusive: Function 'png_compress_IDAT' argument 2 names different: declaration 'row_data' definition 'input'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1119:1: note: Function 'png_compress_IDAT' argument 2 names different: declaration 'row_data' definition 'input'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:931:57: note: Function 'png_compress_IDAT' argument 2 names different: declaration 'row_data' definition 'input'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:932:22: style:inconclusive: Function 'png_compress_IDAT' argument 3 names different: declaration 'row_data_length' definition 'input_len'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1119:1: note: Function 'png_compress_IDAT' argument 3 names different: declaration 'row_data_length' definition 'input_len'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:932:22: note: Function 'png_compress_IDAT' argument 3 names different: declaration 'row_data_length' definition 'input_len'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1099:42: style:inconclusive: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1142:1: note: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1099:42: note: Function 'png_write_sRGB' argument 2 names different: declaration 'intent' definition 'srgb_intent'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1179:56: style:inconclusive: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1161:1: note: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1179:56: note: Function 'png_write_sPLT' argument 2 names different: declaration 'palette' definition 'spalette'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1348:54: style:inconclusive: Function 'png_write_tRNS' argument 2 names different: declaration 'trans' definition 'trans_alpha'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1166:1: note: Function 'png_write_tRNS' argument 2 names different: declaration 'trans' definition 'trans_alpha'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1348:54: note: Function 'png_write_tRNS' argument 2 names different: declaration 'trans' definition 'trans_alpha'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1349:25: style:inconclusive: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1166:1: note: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1349:25: note: Function 'png_write_tRNS' argument 3 names different: declaration 'values' definition 'tran'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1349:35: style:inconclusive: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1166:1: note: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1349:35: note: Function 'png_write_tRNS' argument 4 names different: declaration 'number' definition 'num_trans'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1414:58: style:inconclusive: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngpriv.h:1172:1: note: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:1414:58: note: Function 'png_write_bKGD' argument 2 names different: declaration 'values' definition 'back'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:2748:12: style:inconclusive: Function 'png_write_filtered_row' argument 3 names different: declaration 'row_bytes' definition 'full_row_length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:2275:12: note: Function 'png_write_filtered_row' argument 3 names different: declaration 'row_bytes' definition 'full_row_length'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:2748:12: note: Function 'png_write_filtered_row' argument 3 names different: declaration 'row_bytes' definition 'full_row_length'. qtbase-everywhere-src-5.15.13/src/3rdparty/libpng/pngwutil.c:637:72: style: Parameter 'comp' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4/md4.cpp:196:11: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md4/md4.cpp:178:22: style: The scope of the variable 'free' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:39:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:40:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:83:10: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:87:9: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:114:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:126:7: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:55:28: style:inconclusive: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.h:41:40: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:55:28: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:71:30: style:inconclusive: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.h:42:42: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. qtbase-everywhere-src-5.15.13/src/3rdparty/md5/md5.cpp:71:30: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/pcre2.h:971:0: error: #error PCRE2_CODE_UNIT_WIDTH must be defined before including pcre2.h. [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/pcre2_jit_match.c:42:0: error: #error This file must be included from pcre2_jit_compile.c. [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/pcre2_jit_misc.c:43:0: error: #error This file must be included from pcre2_jit_compile.c. [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitExecAllocator.c:208:43: style: Parameter 'chunk' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.c:3102:135: style:inconclusive: Function 'sljit_emit_const' argument 4 names different: declaration 'init_value' definition 'initval'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:1643:135: note: Function 'sljit_emit_const' argument 4 names different: declaration 'init_value' definition 'initval'. qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.c:3102:135: note: Function 'sljit_emit_const' argument 4 names different: declaration 'init_value' definition 'initval'. qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:551:79: style: Parameter 'compiler' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:601:81: style: Parameter 'compiler' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:609:83: style: Parameter 'compiler' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:1655:71: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:1656:69: style: Parameter 'jump' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitLir.h:1657:71: style: Parameter 'const_' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_32.c:40:0: error: #error "Internal error: Unknown ARM architecture" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_64.c:1142:62: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_64.c:1181:65: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_64.c:237:13: style: Variable 'buf_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_64.c:1851:48: style: Parameter 'compiler' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_64.c:2149:8: style: Variable 'srcw' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeARM_T2_32.c:32:22: error: There is an unknown macro here somewhere. Configuration is required. If SLJIT_CPUINFO is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeMIPS_common.c:3592:78: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeMIPS_common.c:576:13: style: Variable 'buf_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeMIPS_common.c:546:6: warning: Uninitialized variable: flags [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeMIPS_common.c:528:10: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeMIPS_common.c:546:6: note: Uninitialized variable: flags qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_32.c:311:63: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:261:45: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:277:47: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:282:45: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:290:46: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:295:44: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_64.c:491:63: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:830:56: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:1010:15: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:1011:15: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:1015:15: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:1016:15: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2227:21: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2231:20: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2443:45: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2736:31: style: Expression '(X & 0x0) <= 0x1f' is always true. [comparisonError] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2752:31: style: Expression '(X & 0x0) <= 0x1f' is always true. [comparisonError] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:410:13: style: Variable 'buf_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativePPC_common.c:2206:57: style: Parameter 'compiler' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5376:28: style: Condition 'tmp>=ctx->size' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5373:34: note: Assuming that condition 'off+tags[i].len<=ctx->size' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5375:29: note: tmp is assigned 'off+tags[i].len' here. qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5376:28: note: Condition 'tmp>=ctx->size' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5741:36: style: Condition 'n_brothers+n_children==0' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5696:22: note: Assignment 'n_brothers=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5741:36: note: Condition 'n_brothers+n_children==0' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4313:17: style: Variable 'off' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4186:32: note: off is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4313:17: note: off is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4329:21: style: Local variable 'tmp' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4122:13: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4329:21: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4349:21: style: Local variable 'tmp' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4122:13: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4349:21: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1090:33: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1811:26: style: Variable 'list' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1850:26: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1922:34: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1955:34: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2007:26: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2481:14: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2552:54: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2566:14: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2853:28: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2891:30: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3399:18: style: Variable 'next_opener' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3400:18: style: Variable 'next_closer' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3543:34: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3646:14: style: Variable 'closer' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3704:14: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3709:18: style: Variable 'opener' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3776:14: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3807:18: style: Variable 'open' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3808:18: style: Variable 'close' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:3951:18: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4388:36: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:4467:18: style: Variable 'mark' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5004:18: style: Variable 'lines' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5093:23: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5120:30: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5166:31: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5254:34: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5407:26: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5669:29: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5711:23: style: Variable 'c' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5833:31: style: Variable 'top_block' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:5851:31: style: Variable 'top_block' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2559:12: warning: Size of pointer 'mark' used instead of size of its data. [pointerSize] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:2568:18: warning: Size of pointer 'mark' used instead of size of its data. [pointerSize] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeRISCV_common.c:379:13: style: Variable 'buf_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeRISCV_common.c:320:6: warning: Uninitialized variable: flags [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeRISCV_common.c:298:10: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeRISCV_common.c:320:6: note: Uninitialized variable: flags qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:348:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/md4c/md4c.c:1513:23: style: Variable 'is_whitespace' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeSPARC_common.c:256:0: error: #error "Implementation required" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:269:12: style: Variable 'inst' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:536:12: style: Variable 'inst' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:581:12: style: Variable 'inst' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:952:12: style: Variable 'inst' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:664:12: style: Unused variable: inst [unusedVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_32.c:745:12: style: Unused variable: inst [unusedVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:211:14: style: Local variable 'type' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:202:80: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:211:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:226:14: style: Local variable 'type' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:202:80: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:226:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2176:16: style: Local variable 'mem' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2022:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2176:16: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2203:16: style: Local variable 'mem' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2022:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:2203:16: note: Shadow variable qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:1456:14: style: Variable 'ibuf' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeS390X.c:1541:14: style: Variable 'ibuf' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_64.c:659:12: style: Variable 'inst' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitProtExecAllocator.c:174:9: warning: Either the condition 'fd==-1' is redundant or fchmod() argument nr 1 can have invalid value. The value is -1 but the valid values are '0:'. [invalidFunctionArg] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitProtExecAllocator.c:177:9: note: Assuming that condition 'fd==-1' is not redundant qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitProtExecAllocator.c:174:9: note: Invalid argument qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitProtExecAllocator.c:254:23: style: Variable 'header' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitWXExecAllocator.c:136:28: error: Dereferencing 'start_ptr' after it is deallocated / released [deallocuse] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitWXExecAllocator.c:135:12: style: Variable 'start_ptr' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:137:56: style:inconclusive: Function 'SHA224Input' argument 2 names different: declaration 'bytes' definition 'message_array'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:254:56: note: Function 'SHA224Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:137:56: note: Function 'SHA224Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:138:18: style:inconclusive: Function 'SHA224Input' argument 3 names different: declaration 'bytecount' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:255:37: note: Function 'SHA224Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:138:18: note: Function 'SHA224Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:163:29: style:inconclusive: Function 'SHA224FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:256:53: note: Function 'SHA224FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:163:29: note: Function 'SHA224FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:163:56: style:inconclusive: Function 'SHA224FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:257:41: note: Function 'SHA224FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:163:56: note: Function 'SHA224FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:231:56: style:inconclusive: Function 'SHA256Input' argument 2 names different: declaration 'bytes' definition 'message_array'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:263:56: note: Function 'SHA256Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:231:56: note: Function 'SHA256Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:232:18: style:inconclusive: Function 'SHA256Input' argument 3 names different: declaration 'bytecount' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:264:37: note: Function 'SHA256Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:232:18: note: Function 'SHA256Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:275:29: style:inconclusive: Function 'SHA256FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:265:53: note: Function 'SHA256FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:275:29: note: Function 'SHA256FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:275:56: style:inconclusive: Function 'SHA256FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:266:41: note: Function 'SHA256FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:275:56: note: Function 'SHA256FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:277:18: style: Variable 'masks' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:283:18: style: Variable 'markbit' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha224-256.c:344:62: style: Parameter 'H0' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:376:20: style:inconclusive: Function 'SHA384Input' argument 2 names different: declaration 'bytes' definition 'message_array'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:272:56: note: Function 'SHA384Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:376:20: note: Function 'SHA384Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:376:48: style:inconclusive: Function 'SHA384Input' argument 3 names different: declaration 'bytecount' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:273:37: note: Function 'SHA384Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:376:48: note: Function 'SHA384Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:402:29: style:inconclusive: Function 'SHA384FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:274:53: note: Function 'SHA384FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:402:29: note: Function 'SHA384FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:402:56: style:inconclusive: Function 'SHA384FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:275:41: note: Function 'SHA384FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:402:56: note: Function 'SHA384FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:474:24: style:inconclusive: Function 'SHA512Input' argument 2 names different: declaration 'bytes' definition 'message_array'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:281:56: note: Function 'SHA512Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:474:24: note: Function 'SHA512Input' argument 2 names different: declaration 'bytes' definition 'message_array'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:475:22: style:inconclusive: Function 'SHA512Input' argument 3 names different: declaration 'bytecount' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:282:37: note: Function 'SHA512Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:475:22: note: Function 'SHA512Input' argument 3 names different: declaration 'bytecount' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:518:29: style:inconclusive: Function 'SHA512FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:283:53: note: Function 'SHA512FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:518:29: note: Function 'SHA512FinalBits' argument 2 names different: declaration 'bits' definition 'message_bits'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:518:56: style:inconclusive: Function 'SHA512FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:284:41: note: Function 'SHA512FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:518:56: note: Function 'SHA512FinalBits' argument 3 names different: declaration 'bit_count' definition 'length'. qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:520:18: style: Variable 'masks' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:526:18: style: Variable 'markbit' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha384-512.c:595:37: style: Parameter 'H0' can be declared as const array [constParameter] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:233:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:107:40: style: Parameter 'v' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:107:64: style: Parameter 'x' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:107:76: style: Parameter 'y' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:114:40: style: Parameter 'v' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:114:64: style: Parameter 'x' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:114:76: style: Parameter 'y' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:121:40: style: Parameter 'v' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:121:64: style: Parameter 'x' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:121:76: style: Parameter 'y' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:128:40: style: Parameter 'v' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:128:64: style: Parameter 'x' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:128:76: style: Parameter 'y' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:135:40: style: Parameter 'v' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:135:64: style: Parameter 'x' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha1/sha1.cpp:135:76: style: Parameter 'y' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/3rdparty/sha3/KeccakF-1600-opt32.c:243:46: style: Parameter 'state' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/sha3/KeccakSponge.c:25:15: style: Checking if unsigned expression 'rate' is less than zero. [unsignedLessThanZero] qtbase-everywhere-src-5.15.13/src/3rdparty/tinycbor/src/compilersupport_p.h:162:0: error: #error "Unable to determine byte order!" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/3rdparty/tinycbor/tests/encoder/data.cpp:96:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/tinycbor/tests/parser/data.cpp:5:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3172:21: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3176:13: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3192:22: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3194:22: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3208:43: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3223:20: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:3227:20: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_64.c:1080:6: style: Condition '!cpu_has_shadow_stack()' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_64.c:1080:27: note: Calling function 'cpu_has_shadow_stack' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_64.c:1080:6: note: Condition '!cpu_has_shadow_stack()' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:2646:7: style: Condition '!cpu_has_shadow_stack()' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:2646:29: note: Calling function 'cpu_has_shadow_stack' returns 0 qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:2646:7: note: Condition '!cpu_has_shadow_stack()' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:585:32: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/pcre2/src/sljit/sljitNativeX86_common.c:589:12: style: Variable 'buf_end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:83:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:84:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:85:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:92:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:93:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:94:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:95:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:96:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:103:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:104:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:105:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:106:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:107:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:108:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:109:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:110:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:111:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:112:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:113:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:114:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:115:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:116:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:117:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:118:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:122:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:123:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:124:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:125:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:126:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:127:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:128:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:129:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:130:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:131:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:132:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:133:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:134:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:135:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:136:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:137:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:141:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:142:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:143:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:144:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:145:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:146:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:147:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:148:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:149:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:150:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:151:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:152:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:153:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:154:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:155:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:156:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:160:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:161:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:162:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:163:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:164:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:165:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:166:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:167:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:168:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:169:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:170:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:171:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:172:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:173:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:174:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:175:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:179:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:180:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:181:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:182:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:183:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:184:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:185:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:186:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:187:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:188:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:189:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:190:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:191:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:192:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:193:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:194:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:198:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:199:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:200:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:201:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:202:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:203:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:204:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:205:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:206:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:207:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:208:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:209:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:210:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:211:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:212:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:213:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:217:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:218:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:219:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:220:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:221:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:222:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:223:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:224:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:225:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:226:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:227:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:228:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:229:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:230:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:231:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:232:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:236:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:237:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:238:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:239:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:240:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:241:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:242:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:243:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:244:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:245:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:246:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:247:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:248:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:249:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:250:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:251:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:255:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:256:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:257:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:258:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:259:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:260:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:261:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:262:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:263:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:264:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:265:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:266:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:267:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:268:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:269:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:270:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:274:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:275:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:276:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:277:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:278:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:279:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:280:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:281:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:282:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:283:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:284:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:285:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:286:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:287:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:288:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:295:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:296:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:297:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:298:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:299:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:300:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:301:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:302:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:303:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:304:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:305:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:306:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:307:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:308:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:309:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:310:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:311:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:312:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:313:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:314:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:321:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:322:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:323:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:324:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:325:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:326:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:327:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:328:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:329:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:330:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:331:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:332:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:333:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:334:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:341:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:342:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:343:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:344:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:345:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:346:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:353:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:354:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:361:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:362:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:363:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:370:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:371:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:372:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:379:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:380:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:381:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:382:14: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:389:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:390:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:391:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:392:15: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:405:43: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:417:43: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc:429:10: warning:inconclusive: Found calculation inside sizeof(). [sizeofCalculation] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/crc32.c:788:13: style: Condition '*(unsigned char*)&endian' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/crc32.c:787:18: note: Assignment 'endian=1', assigned value is 1 qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/crc32.c:788:13: note: Condition '*(unsigned char*)&endian' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/gzread.c:524:24: style: Variable 'src' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/gzread.c:546:20: style: Variable 'eol' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:813:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:809:21: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:811:30: note: Assignment 'xcb_pad=-xcb_block_len&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:813:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1027:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1023:21: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1025:30: note: Assignment 'xcb_pad=-xcb_block_len&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1027:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4905:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4901:21: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4903:30: note: Assignment 'xcb_pad=-xcb_block_len&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4905:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6126:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6106:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6124:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6126:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6143:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6106:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6141:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6143:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6160:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6106:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6158:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6160:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6348:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6336:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6346:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6348:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6889:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6857:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6887:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6889:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7082:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7059:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7080:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7082:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7593:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7585:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7591:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7593:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7611:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7600:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7609:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7611:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7642:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7631:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7640:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7642:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7717:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7707:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7715:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7717:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7732:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7722:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7730:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7732:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7758:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7748:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7756:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7758:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7784:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7710:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7782:13: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7784:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8165:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8157:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8163:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8165:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8183:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8172:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8181:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8183:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8214:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8203:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8212:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8214:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8289:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8279:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8287:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8289:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8304:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8294:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8302:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8304:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8330:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8320:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8328:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8330:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8356:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8282:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8354:13: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8356:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8828:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8824:21: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8826:30: note: Assignment 'xcb_pad=-xcb_block_len&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8828:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9000:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8968:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8998:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9000:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9018:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9007:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9016:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9018:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9148:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9126:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9146:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9148:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9163:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9153:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9161:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9163:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10179:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10159:39: note: Assignment 'xcb_padding_offset=2', assigned value is 2 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10177:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10179:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10383:15: style: Condition '0!=xcb_pad' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10371:39: note: Assignment 'xcb_padding_offset=2', assigned value is 2 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10381:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10383:15: note: Condition '0!=xcb_pad' is always true qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10628:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10624:21: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10626:30: note: Assignment 'xcb_pad=-xcb_block_len&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10628:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11767:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11759:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11765:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11767:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11785:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11774:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11783:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11785:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11816:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11805:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11814:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11816:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11891:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11881:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11889:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11891:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11906:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11896:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11904:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11906:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11932:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11922:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11930:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11932:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11958:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11884:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11956:13: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11958:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12335:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12327:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12333:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12335:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12353:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12342:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12351:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12353:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12384:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12373:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12382:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12384:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12459:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12449:34: note: Assignment 'xcb_block_len=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12457:57: note: Assignment 'xcb_pad=-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12459:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12474:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12464:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12472:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12474:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12500:15: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12490:30: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12498:17: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12500:15: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12526:11: style: Condition '0!=xcb_pad' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12452:39: note: Assignment 'xcb_padding_offset=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12524:13: note: xcb_pad is assigned '-(xcb_block_len+xcb_padding_offset)&(xcb_align_to-1)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12526:11: note: Condition '0!=xcb_pad' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1860:20: style: Condition 'len==left' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1858:13: note: len is assigned '(left)>(have)?(have):(left)' here. qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1860:20: note: Condition 'len==left' is always false qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:392:20: style: Variable 's' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:486:20: style: Variable 's' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:731:20: style: Variable 'str' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1164:20: style: Variable 'ss' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1293:11: style: Variable 'prev' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:1304:21: style: Variable 'strend' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/deflate.c:2091:9: style: Variable 'bflush' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:418:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:412:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:418:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:424:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:418:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:424:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:430:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:424:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:430:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:452:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:446:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:452:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:458:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:452:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:458:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:529:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:524:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:529:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:534:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:529:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:534:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:540:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:534:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:540:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:559:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:554:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:559:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:564:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:559:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:564:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:801:18: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:800:18: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:801:18: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1015:18: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1014:18: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1015:18: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3122:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3116:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3122:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3128:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3122:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3128:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3134:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3128:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3134:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3140:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3134:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3140:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3146:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3140:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3146:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3152:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3146:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3152:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3158:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3152:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3158:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3164:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3158:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3164:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3178:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3172:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3178:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3184:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3178:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3184:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3190:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3184:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3190:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3204:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3198:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3204:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3235:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3229:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3235:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3241:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3235:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3241:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3255:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3249:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3255:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3269:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3263:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3269:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3275:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3269:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3275:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3281:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3275:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3281:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3335:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3330:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3335:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3340:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3335:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3340:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3345:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3340:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3345:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3350:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3345:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3350:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3355:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3350:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3355:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3360:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3355:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3360:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3365:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3360:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3365:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3370:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3365:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3370:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3383:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3378:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3383:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3388:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3383:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3388:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3393:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3388:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3393:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3405:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3400:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3405:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3431:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3426:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3431:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3436:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3431:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3436:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3448:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3443:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3448:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3462:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3455:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3462:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3467:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3462:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3467:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3472:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3467:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3472:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3889:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3883:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3889:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3895:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3889:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3895:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3901:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3895:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3901:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3907:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3901:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3907:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3913:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3907:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3913:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3919:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3913:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3919:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3925:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3919:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3925:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3939:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3933:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3939:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3945:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3939:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3945:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3951:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3945:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3951:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3965:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3959:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3965:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4004:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3998:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4004:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4018:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4012:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4018:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4024:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4018:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4024:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4030:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4024:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4030:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4084:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4079:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4084:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4089:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4084:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4089:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4094:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4089:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4094:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4099:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4094:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4099:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4104:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4099:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4104:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4109:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4104:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4109:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4114:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4109:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4114:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4127:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4122:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4127:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4132:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4127:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4132:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4137:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4132:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4137:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4150:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4145:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4150:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4183:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4178:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4183:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4197:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4190:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4197:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4202:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4197:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4202:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4207:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4202:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4207:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4893:18: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4892:18: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4893:18: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5273:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5267:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5273:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5279:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5273:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5279:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5293:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5287:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5293:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5299:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5293:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5299:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5313:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5307:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5313:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5384:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5379:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5384:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5389:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5384:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5389:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5401:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5396:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5401:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5406:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5401:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5406:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5418:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5413:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5418:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6187:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6181:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6187:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6193:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6187:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6193:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6199:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6193:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6199:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6205:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6199:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6205:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6211:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6205:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6211:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6217:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6211:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6217:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6223:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6217:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6223:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6237:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6231:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6237:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6243:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6237:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6243:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6257:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6251:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6257:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6271:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6265:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6271:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6277:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6271:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6277:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6283:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6277:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6283:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6289:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6283:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6289:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6295:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6289:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6295:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6398:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6393:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6398:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6403:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6398:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6403:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6408:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6403:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6408:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6413:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6408:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6413:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6418:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6413:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6418:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6423:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6418:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6423:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6428:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6423:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6428:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6440:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6435:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6440:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6446:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6440:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6446:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6460:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6453:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6460:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6472:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6467:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6472:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6477:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6472:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6477:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6482:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6477:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6482:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6487:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6482:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6487:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6492:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6487:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6492:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6879:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6873:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6879:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6885:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6879:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6885:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6916:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6910:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6916:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6922:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6916:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6922:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6928:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6922:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6928:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6934:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6928:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6934:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6940:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6934:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6940:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6946:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6940:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6946:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6952:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6946:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6952:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6966:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6960:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6966:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6980:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6974:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6980:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6994:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6988:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6994:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7000:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6994:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7000:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7006:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7000:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7006:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7012:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7006:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7012:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7018:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7012:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7018:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7072:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7067:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7072:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7078:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7072:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7078:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7104:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7099:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7104:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7109:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7104:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7109:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7114:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7109:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7114:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7119:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7114:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7119:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7124:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7119:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7124:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7129:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7124:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7129:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7134:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7129:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7134:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7148:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7141:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7148:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7162:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7155:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7162:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7174:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7169:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7174:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7179:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7174:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7179:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7184:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7179:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7184:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7189:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7184:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7189:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7194:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7189:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7194:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7607:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7606:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7607:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7638:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7637:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7638:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7728:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7727:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7728:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7754:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7753:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7754:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8179:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8178:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8179:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8210:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8209:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8210:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8300:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8299:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8300:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8326:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8325:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8326:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8816:18: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8815:18: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8816:18: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8990:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8984:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8990:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8996:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8990:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8996:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9014:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9013:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9014:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9039:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9033:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9039:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9045:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9039:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9045:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9051:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9045:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9051:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9057:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9051:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9057:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9071:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9065:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9071:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9085:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9079:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9085:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9139:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9134:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9139:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9144:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9139:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9144:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9159:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9158:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9159:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9180:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9175:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9180:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9185:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9180:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9185:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9190:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9185:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9190:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9195:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9190:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9195:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9207:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9202:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9207:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9220:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9214:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9220:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10248:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10242:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10248:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10254:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10248:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10254:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10260:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10254:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10260:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10266:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10260:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10266:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10272:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10266:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10272:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10278:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10272:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10278:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10284:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10278:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10284:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10298:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10292:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10298:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10304:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10298:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10304:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10310:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10304:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10310:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10316:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10310:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10316:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10330:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10324:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10330:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10440:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10435:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10440:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10445:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10440:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10445:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10450:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10445:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10450:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10455:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10450:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10455:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10460:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10455:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10460:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10465:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10460:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10465:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10472:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10465:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10472:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10484:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10479:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10484:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10490:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10484:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10490:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10495:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10490:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10495:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10500:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10495:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10500:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10512:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10507:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10512:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10616:18: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10615:18: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10616:18: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11781:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11780:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11781:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11812:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11811:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11812:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11902:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11901:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11902:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11928:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11927:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11928:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12349:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12348:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12349:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12380:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12379:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12380:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12470:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12469:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12470:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12496:22: style: Variable 'xcb_align_to' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12495:22: note: xcb_align_to is assigned qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12496:22: note: xcb_align_to is overwritten qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:114:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:123:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:128:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:134:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:135:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:137:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:291:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:300:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:305:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:311:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:312:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:314:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:484:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:486:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:487:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:577:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:584:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:585:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:587:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:588:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:618:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:624:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:625:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:627:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:664:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:673:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:678:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:684:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:685:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:687:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:806:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:814:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:815:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:817:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:999:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1008:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1013:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1020:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1028:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1029:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1031:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1243:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1252:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1257:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1263:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1264:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1266:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1366:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1375:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1380:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1386:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1392:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1398:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1399:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1401:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1515:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1524:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1529:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1535:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1536:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1538:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1642:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1651:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1656:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1662:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1663:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1665:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1756:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1764:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1769:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1775:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1776:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1778:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1858:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1859:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:1861:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2088:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2097:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2102:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2108:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2109:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2111:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2275:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2284:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2289:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2295:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2296:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2298:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2494:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2503:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2508:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2514:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2515:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2517:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2959:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2968:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2973:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2979:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2980:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:2982:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3292:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3293:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3471:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3478:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3479:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3481:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3482:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3512:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3518:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3519:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3521:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3583:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3584:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3586:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3726:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3735:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3740:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3746:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3747:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:3749:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4039:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4041:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4042:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4206:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4213:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4214:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4216:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4217:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4247:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4253:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4254:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4256:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4306:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4312:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4313:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4315:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4401:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4410:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4415:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4421:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4422:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4424:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4524:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4533:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4538:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4544:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4545:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4547:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4653:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4662:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4667:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4673:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4674:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4676:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4768:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4777:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4782:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4788:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4789:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4791:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4877:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4886:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4891:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4898:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4906:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4907:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:4909:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5001:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5010:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5015:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5021:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5022:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5024:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5146:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5155:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5160:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5166:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5167:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5169:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5341:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5342:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5431:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5438:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5439:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5441:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5442:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5472:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5478:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5479:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5481:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5543:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5544:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5546:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5696:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5705:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5710:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5716:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5717:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5719:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5809:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5818:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5823:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5829:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5835:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5841:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5847:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5853:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5854:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:5856:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6304:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6306:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6307:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6491:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6498:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6499:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6501:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6502:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6532:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6538:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6539:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6541:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6591:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6597:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6598:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6600:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6680:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6689:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6694:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6700:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6701:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:6703:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7027:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7029:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7030:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7193:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7200:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7201:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7203:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7204:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7234:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7240:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7241:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7243:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7293:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7299:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7300:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7302:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7386:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7395:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7400:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7406:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7407:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7409:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7677:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7679:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7680:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7778:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7785:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7786:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7788:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7789:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7820:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7826:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7827:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:7829:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8249:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8251:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8252:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8350:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8357:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8358:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8360:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8361:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8392:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8398:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8399:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8401:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8533:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8542:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8547:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8553:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8554:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8556:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8800:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8809:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8814:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8821:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8829:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8830:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:8832:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9096:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9097:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9219:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9226:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9227:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9229:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9230:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9260:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9266:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9267:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9269:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9331:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9332:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9334:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9560:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9569:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9574:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9580:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9581:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/infback.c:265:24: style: Variable 'from' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9583:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9661:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9662:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9664:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9840:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9849:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9854:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9860:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9866:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9872:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9873:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9875:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9952:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9961:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9966:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9972:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9973:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:9975:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10339:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10341:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10342:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10511:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10518:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10519:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10521:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10522:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10552:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10558:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10559:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10561:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10644:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10645:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inffast.c:56:32: style: Variable 'last' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inffast.c:58:24: style: Variable 'beg' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inffast.c:59:24: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10647:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10742:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10743:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10745:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10955:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10964:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10969:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10975:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10976:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:10978:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11234:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11243:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11248:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11254:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11260:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11266:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11267:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11269:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11425:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11434:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11439:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11445:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11446:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11448:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11560:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11569:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11574:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11580:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11581:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11583:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11851:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11853:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11854:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11952:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11959:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11960:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11962:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11963:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:11994:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12000:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12001:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12003:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12419:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12421:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12422:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12520:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12527:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12528:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12530:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12531:24: style: Variable 'xcb_padding_offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12562:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12568:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12569:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12571:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12692:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12693:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12695:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12804:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12805:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12807:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12831:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12844:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12849:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12855:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12861:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12867:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12883:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12889:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12890:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:12892:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13004:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13017:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13022:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13028:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inftrees.c:34:21: style: Parameter 'lens' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13034:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13040:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13056:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13062:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13063:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13065:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13183:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13192:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13197:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13203:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13204:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:108:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:637:24: style: Variable 'from' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1488:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1499:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1591:31: style: Variable 'state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13206:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1453:36: warning: Uninitialized variable: buf [uninitvar] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1447:28: note: Assuming condition is false qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/inflate.c:1453:36: note: Uninitialized variable: buf qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13272:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13281:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13286:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13292:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13293:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13295:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13325:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13342:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13347:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13353:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13369:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13375:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13391:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13397:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13398:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13400:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13540:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13557:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13562:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13568:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13584:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13590:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13606:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13612:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13613:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13615:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13761:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13774:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13779:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/concurrent/doc/snippets/code/src_concurrent_qtconcurrentfilter.cpp:158:5: style: Struct 'StartsWith' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13785:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13791:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/concurrent/doc/snippets/code/src_concurrent_qtconcurrentmap.cpp:184:5: style: Struct 'Scaled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13797:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13813:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/concurrent/doc/snippets/code/src_concurrent_qtconcurrentrun.cpp:115:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13819:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13820:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13822:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13940:19: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13957:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13962:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13968:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13984:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:13990:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:120:5: warning: Member variable 'ResultReporter::currentResultCount' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:73:9: style:inconclusive: Technically the member function 'QtConcurrent::BlockSizeManager::blockSize' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.cpp:163:23: note: Technically the member function 'QtConcurrent::BlockSizeManager::blockSize' can be const. qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:73:9: note: Technically the member function 'QtConcurrent::BlockSizeManager::blockSize' can be const. qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:75:17: style:inconclusive: Technically the member function 'QtConcurrent::BlockSizeManager::blockSizeMaxed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:98:9: style:inconclusive: Technically the member function 'QtConcurrent::BlockSizeManagerV2::blockSize' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.cpp:215:25: note: Technically the member function 'QtConcurrent::BlockSizeManagerV2::blockSize' can be const. qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:98:9: note: Technically the member function 'QtConcurrent::BlockSizeManagerV2::blockSize' can be const. qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:101:17: style:inconclusive: Technically the member function 'QtConcurrent::BlockSizeManagerV2::blockSizeMaxed' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:159:17: performance:inconclusive: Technically the member function 'QtConcurrent::ResultReporter < void >::reserveSpace' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:160:17: performance:inconclusive: Technically the member function 'QtConcurrent::ResultReporter < void >::reportResults' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:161:19: performance:inconclusive: Technically the member function 'QtConcurrent::ResultReporter < void >::getPointer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:70:5: style: Class 'BlockSizeManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:120:5: style: Class 'ResultReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentiteratekernel.h:158:12: style: Class 'ResultReporter < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:14006:13: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:14012:17: style: Variable 'xcb_tmp' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:14013:17: style: Variable 'xcb_pad' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/3rdparty/xcb/libxcb/xinput.c:14015:19: style: Variable 'xcb_block_len' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:163:19: warning: Member variable 'ThreadEngineBase::futureInterface' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:163:19: warning: Member variable 'ThreadEngineBase::threadPool' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:94:26: debug: CheckClass::isMemberVar found used member variable 'count' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:108:26: debug: CheckClass::isMemberVar found used member variable 'count' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:128:26: debug: CheckClass::isMemberVar found used member variable 'count' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:142:12: debug: CheckClass::isMemberVar found used member variable 'count' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:150:26: debug: CheckClass::isMemberVar found used member variable 'count' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:141:8: warning: The class 'ThreadEngine < void >' defines member function with name 'startSingleThreaded' also defined in its parent class 'ThreadEngineBase'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:171:24: note: Parent function 'ThreadEngineBase::startSingleThreaded' qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:141:8: note: Derived function 'ThreadEngine < void >::startSingleThreaded' qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:150:8: warning: The class 'ThreadEngine < void >' defines member function with name 'startBlocking' also defined in its parent class 'ThreadEngineBase'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.cpp:179:24: note: Parent function 'ThreadEngineBase::startBlocking' qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:150:8: note: Derived function 'ThreadEngine < void >::startBlocking' qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:234:5: style: Class 'ThreadEngineStarter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:250:5: style: Class 'ThreadEngineStarter < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/concurrent/qtconcurrentthreadengine.h:204:5: style: Class 'ThreadEngineStarterBase < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/animation/qabstractanimation.h:71:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/animation/qparallelanimationgroup.h:70:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/animation/qanimationgroup.h:55:5: style: Class 'QAnimationGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/animation/qabstractanimation_p.h:121:9: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/animation/qsequentialanimationgroup.h:80:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/animation/qpropertyanimation.h:57:5: style: Class 'QPropertyAnimation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/animation/qvariantanimation.cpp:395:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/trees.c:453:14: style: Parameter 'tree' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/trees.c:575:11: style: Parameter 'bl_count' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/trees.c:865:12: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/3rdparty/zlib/src/trees.c:1103:20: style: Parameter 's' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeucjpcodec.cpp:115:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeucjpcodec.cpp:146:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:111:0: debug: Failed to parse 'typedef QT_END_NAMESPACE QT_BEGIN_NAMESPACE struct { quint8 tblBegin ; quint8 tblEnd ; quint16 tblOffset ; quint16 algOffset ; } indexTbl_t ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:99:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:116:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3373:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3429:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3284:19: style: The scope of the variable 's' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3281:50: style:inconclusive: Function 'unicode2ksc' argument 1 names different: declaration 'code' definition 'unicode'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:195:51: note: Function 'unicode2ksc' argument 1 names different: declaration 'code' definition 'unicode'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3281:50: note: Function 'unicode2ksc' argument 1 names different: declaration 'code' definition 'unicode'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3353:23: style: Local variable 'aliases' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec_p.h:108:23: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3353:23: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3286:14: style: Variable 'mid' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qeuckrcodec.cpp:3286:19: style: Variable 'c2' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qiconvcodec.cpp:127:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qsimplecodec_p.h:59:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtextcodec_p.h:100:9: style: Struct 'ConverterState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qisciicodec.cpp:243:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1787:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1802:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1907:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1924:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1812:23: style: Local variable 'aliases' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec_p.h:73:23: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/codecs/qbig5codec.cpp:1812:23: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:301:23: warning: The class 'QGbkCodec' defines member function with name '_name' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:68:23: note: Parent function 'QGb18030Codec::_name' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:301:23: note: Derived function 'QGbkCodec::_name' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:306:30: warning: The class 'QGbkCodec' defines member function with name '_aliases' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:69:30: note: Parent function 'QGb18030Codec::_aliases' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:306:30: note: Derived function 'QGbkCodec::_aliases' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:296:16: warning: The class 'QGbkCodec' defines member function with name '_mibEnum' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:70:16: note: Parent function 'QGb18030Codec::_mibEnum' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:296:16: note: Derived function 'QGbkCodec::_mibEnum' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:459:26: warning: The class 'QGb2312Codec' defines member function with name '_name' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:68:23: note: Parent function 'QGb18030Codec::_name' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:459:26: note: Derived function 'QGb2312Codec::_name' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:101:30: warning: The class 'QGb2312Codec' defines member function with name '_aliases' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:69:30: note: Parent function 'QGb18030Codec::_aliases' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:101:30: note: Derived function 'QGb2312Codec::_aliases' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:454:19: warning: The class 'QGb2312Codec' defines member function with name '_mibEnum' also defined in its parent class 'QGb18030Codec'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec_p.h:70:16: note: Parent function 'QGb18030Codec::_mibEnum' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:454:19: note: Derived function 'QGb2312Codec::_mibEnum' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:100:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:144:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:402:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:421:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:552:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:572:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:8963:30: style:inconclusive: Function 'qt_UnicodeToGb18030' argument 1 names different: declaration 'unicode' definition 'uni'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:77:37: note: Function 'qt_UnicodeToGb18030' argument 1 names different: declaration 'unicode' definition 'uni'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:8963:30: note: Function 'qt_UnicodeToGb18030' argument 1 names different: declaration 'unicode' definition 'uni'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:9056:26: style:inconclusive: Function 'qt_UnicodeToGbk' argument 1 names different: declaration 'unicode' definition 'uni'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:78:26: note: Function 'qt_UnicodeToGbk' argument 1 names different: declaration 'unicode' definition 'uni'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:9056:26: note: Function 'qt_UnicodeToGbk' argument 1 names different: declaration 'unicode' definition 'uni'. qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:105:13: style: Local variable 'len' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:85:67: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/codecs/qgb18030codec.cpp:105:13: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode_p.h:113:22: performance:inconclusive: Technically the member function 'QJpUnicodeConv::jisx0201KanaToUnicode' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:141:22: note: Technically the member function 'QJpUnicodeConv::jisx0201KanaToUnicode' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode_p.h:113:22: note: Technically the member function 'QJpUnicodeConv::jisx0201KanaToUnicode' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode_p.h:139:22: performance:inconclusive: Technically the member function 'QJpUnicodeConv::unicodeToJisx0201Kana' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:230:22: note: Technically the member function 'QJpUnicodeConv::unicodeToJisx0201Kana' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode_p.h:139:22: note: Technically the member function 'QJpUnicodeConv::unicodeToJisx0201Kana' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:321:5: style: Class 'QJpUnicodeConv_Unicode_JISX0201' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:344:5: style: Class 'QJpUnicodeConv_Unicode_ASCII' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:405:5: style: Class 'QJpUnicodeConv_JISX0221_JISX0201' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:459:5: style: Class 'QJpUnicodeConv_JISX0221_ASCII' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:555:5: style: Class 'QJpUnicodeConv_Sun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qjpunicode.cpp:644:5: style: Class 'QJpUnicodeConv_Microsoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qsjiscodec.cpp:98:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qsjiscodec.cpp:130:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtsciicodec.cpp:83:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtsciicodec.cpp:106:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtsciicodec.cpp:139:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec_p.h:68:13: performance:inconclusive: Technically the member function 'QWindowsLocalCodec::convertToUnicodeCharByChar' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec.cpp:141:29: note: Technically the member function 'QWindowsLocalCodec::convertToUnicodeCharByChar' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec_p.h:68:13: note: Technically the member function 'QWindowsLocalCodec::convertToUnicodeCharByChar' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtextcodec.h:101:9: style: Struct 'ConverterState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec_p.h:64:6: style: The destructor '~QWindowsLocalCodec' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qtextcodec.h:130:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec_p.h:64:6: note: Destructor in derived class qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec.cpp:134:15: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec.cpp:211:50: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qwindowscodec.cpp:217:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_containers.cpp:172:1: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_properties.cpp:93:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_qalgorithms.cpp:292:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_qiterator.cpp:55:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_qplugin.cpp:64:60: error: There is an unknown macro here somewhere. Configuration is required. If FILE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_qset.cpp:69:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/doc_src_qvarlengtharray.cpp:86:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec_p.h:117:23: warning: The struct 'QUtf8BaseTraitsNoAscii' defines member variable with name 'skipAsciiHandling' also defined in its parent struct 'QUtf8BaseTraits'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec_p.h:70:23: note: Parent variable 'QUtf8BaseTraits::skipAsciiHandling' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec_p.h:117:23: note: Derived variable 'QUtf8BaseTraitsNoAscii::skipAsciiHandling' qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:515:9: style: Condition '!simdDecodeAscii(dst,nextAscii,src,end)' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:515:25: note: Calling function 'simdDecodeAscii' returns 0 qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:515:9: note: Condition '!simdDecodeAscii(dst,nextAscii,src,end)' is always true qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:935:106: style: Condition 'endian!=BigEndianness' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:934:28: note: Assuming that condition 'endian==DetectEndianness' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:935:106: note: Condition 'endian!=BigEndianness' is always true qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:939:113: style: Condition 'endian!=LittleEndianness' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:934:28: note: Assuming that condition 'endian==DetectEndianness' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:939:113: note: Condition 'endian!=LittleEndianness' is always true qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_codecs_qtextcodec.cpp:70:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:456:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:643:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:801:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:926:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_global_qglobal.cpp:358:40: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_global_qlogging.cpp:52:24: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:387:20: style: Local variable 'uc' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:373:51: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:387:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:431:16: style: Local variable 'uc' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:400:51: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/codecs/qutfcodec.cpp:431:16: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_global_qnumeric.cpp:52:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_global_qoperatingsystemversion.cpp:57:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_global_qrandom.cpp:71:5: error: syntax error: keyword 'return' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qdir.cpp:56:1: error: There is an unknown macro here somewhere. Configuration is required. If QDir is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qdiriterator.cpp:53:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qfile.cpp:75:11: style: Local variable 'file' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qfile.cpp:52:7: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qfile.cpp:75:11: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qfileinfo.cpp:142:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qfileselector.cpp:56:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qiodevice.cpp:54:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qloggingcategory.cpp:52:16: error: syntax error: [ . < [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qsettings.cpp:167:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qstorageinfo.cpp:53:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qprocess.cpp:77:10: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qtemporaryfile.cpp:56:8: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qtextstream.cpp:53:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qabstractitemmodel.cpp:133:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_io_qurlquery.cpp:53:41: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qcoreapplication.cpp:77:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_COREAPP_STARTUP_FUNCTION is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qdeadlinetimer.cpp:56:16: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qabstractnativeeventfilter.cpp:58:34: style: Variable 'ev' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qabstractnativeeventfilter.cpp:58:37: style: Variable 'ev' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qmetatype.cpp:86:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qmimedata.cpp:101:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qobject.cpp:180:63: error: Unmatched ')'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qsystemsemaphore.cpp:64:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_kernel_qvariant.cpp:113:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_mimetype_qmimedatabase.cpp:54:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_plugin_qlibrary.cpp:55:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_serialization_qcborstream.cpp:279:4: error: Unmatched '}'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_serialization_qcborvalue.cpp:76:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qatomic.cpp:66:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qexception.cpp:65:1: error: syntax error: keyword 'try' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qfuture.cpp:55:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qmutex.cpp:198:9: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qmutexpool.cpp:54:5: style: Class 'Number' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_thread_qthread.cpp:82:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qcommandlineparser.cpp:59:14: style: Variable 'verbose' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qcommandlineparser.cpp:70:14: style: Variable 'verbose' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qcommandlineparser_main.cpp:88:23: style: Variable 'showProgress' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qcommandlineparser_main.cpp:89:16: style: Variable 'force' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qeasingcurve.cpp:58:5: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qhash.cpp:90:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:360:3: style: Redundant initialization for 'a'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:357:10: note: a is initialized qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:360:3: note: a is overwritten qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:369:3: style: Redundant initialization for 'a'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:366:9: note: a is initialized qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:369:3: note: a is overwritten qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:111:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qlinkedlist.cpp:67:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:341:9: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:342:9: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:349:10: style: Variable 'hex' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:350:10: style: Variable 'dec' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:360:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qbytearray.cpp:369:3: style: Variable 'a' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qlistdata.cpp:84:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qmap.cpp:90:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qqueue.cpp:56:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qregexp.cpp:57:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qregularexpression.cpp:360:54: error: syntax error: +) [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qscopedpointer.cpp:106:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qsharedpointer.cpp:107:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qstring.cpp:80:4: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qtimeline.cpp:64:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_tools_qvector.cpp:68:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_corelib_xml_qxmlstream.cpp:54:3: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/code/src_gui_dialogs_qmessagebox.cpp:64:1: error: syntax error: keyword 'switch' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/eventfilters/filterobject.h:61:5: style: Class 'FilterObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/events/events.cpp:96:24: style: Variable 'myEvent' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/events/events.cpp:96:32: style: Variable 'myEvent' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:141:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:141:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:148:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:148:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:155:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:155:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:162:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:162:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:169:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:169:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:176:22: style: Local variable 'category' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:135:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qloggingcategory/main.cpp:176:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qmetaobject-revision/window.h:69:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_REVISION is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qsignalmapper/buttonwidget.h:66:5: style: Class 'ButtonWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qsortfilterproxymodel-details/main.cpp:58:5: style: Class 'MyItemModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qsortfilterproxymodel-details/main.cpp:68:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qstring/stringbuilder.cpp:57:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qstring/main.cpp:407:8: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qstringlist/main.cpp:58:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qstringlistmodel/main.cpp:56:5: style: Class 'Widget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:77:17: style: Local variable 'label' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:71:13: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:77:17: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:63:21: style: Variable 'widget' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:67:24: style: Variable 'myWidget' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qtcast/qtcast.cpp:71:19: style: Variable 'label' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qversionnumber/main.cpp:76:17: style: Variable 'compare' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qversionnumber/main.cpp:85:16: style: Variable 'value' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qversionnumber/main.cpp:113:21: style: Variable 'equivalent' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/qversionnumber/main.cpp:114:16: style: Variable 'equal' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/sharedemployee/employee.h:74:18: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/sharedemployee/employee.h:77:9: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/sharedemployee/main.cpp:57:17: style: Variable 'e2' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/settings/settings.cpp:84:9: style: Local variable 'margin' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/settings/settings.cpp:80:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/settings/settings.cpp:84:9: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/settings/settings.cpp:80:16: style: Variable 'margin' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/settings/settings.cpp:84:16: style: Variable 'margin' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/signalsandslots/signalsandslots.h:88:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/eventtest.cpp:66:28: style: Variable 'keyEvent' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/eventtest.cpp:66:37: style: Variable 'keyEvent' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main2.cpp:63:13: style: Variable 's13' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main2.cpp:63:17: style: Variable 's13' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main3.cpp:60:13: style: Variable 's11' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main3.cpp:61:13: style: Variable 's12' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main3.cpp:60:17: style: Variable 's11' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main3.cpp:61:17: style: Variable 's12' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main4.cpp:57:5: style: Struct 'StringEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main4.cpp:71:5: style: Class 'StringTransition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main4.cpp:79:22: style: Variable 'se' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/streaming/main.cpp:111:11: style: Variable 'm2.id' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/streaming/main.cpp:112:14: style: Variable 'm2.title' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/streaming/main.cpp:113:20: style: Variable 'm2.releaseDate' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main5.cpp:88:13: style: Variable 's3' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/statemachine/main5.cpp:88:16: style: Variable 's3' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/timers/timers.cpp:76:13: style: Local variable 'timer' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/timers/timers.cpp:62:13: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/doc/snippets/timers/timers.cpp:76:13: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/global/qendian.h:58:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/global/qfloat16.h:327:22: error: There is an unknown macro here somewhere. Configuration is required. If QT_PREPEND_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/global/qlogging.cpp:70:0: error: failed to evaluate #if condition, division/modulo by zero [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/global/qnumeric_p.h:240:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_CLANG is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/global/qoperatingsystemversion.h:141:5: warning: Member variable 'QOperatingSystemVersion::m_os' is not initialized in the constructor. [uninitMemberVarPrivate] qtbase-everywhere-src-5.15.13/src/corelib/global/qoperatingsystemversion.h:141:5: warning: Member variable 'QOperatingSystemVersion::m_major' is not initialized in the constructor. [uninitMemberVarPrivate] qtbase-everywhere-src-5.15.13/src/corelib/global/qoperatingsystemversion.h:141:5: warning: Member variable 'QOperatingSystemVersion::m_minor' is not initialized in the constructor. [uninitMemberVarPrivate] qtbase-everywhere-src-5.15.13/src/corelib/global/qoperatingsystemversion.h:141:5: warning: Member variable 'QOperatingSystemVersion::m_micro' is not initialized in the constructor. [uninitMemberVarPrivate] qtbase-everywhere-src-5.15.13/src/corelib/global/qmalloc.cpp:91:13: error: Memory leak: newptr [memleak] qtbase-everywhere-src-5.15.13/src/corelib/global/qoperatingsystemversion.cpp:357:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/corelib/global/qrandom.cpp:51:0: error: failed to evaluate #if condition, division/modulo by zero [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/global/qglobal.h:922:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qabstractfileengine.cpp:1079:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qbuffer.h:95:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qurl.h:163:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qdebug.h:187:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qdiriterator.cpp:112:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qfilesystemengine_p.h:118:64: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qfiledevice.h:90:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/forkfd/forkfd.c:198:41: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/io/qfilesystemiterator_unix.cpp:100:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qfilesystemwatcher_p.h:95:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PUBLIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:57:10: performance:inconclusive: Technically the member function 'QLockFile::tryLock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:239:17: note: Technically the member function 'QLockFile::tryLock' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:57:10: note: Technically the member function 'QLockFile::tryLock' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:60:10: performance:inconclusive: Technically the member function 'QLockFile::setStaleLockTime' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:169:17: note: Technically the member function 'QLockFile::setStaleLockTime' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:60:10: note: Technically the member function 'QLockFile::setStaleLockTime' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:61:9: performance:inconclusive: Technically the member function 'QLockFile::staleLockTime' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:181:16: note: Technically the member function 'QLockFile::staleLockTime' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:61:9: note: Technically the member function 'QLockFile::staleLockTime' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:63:10: performance:inconclusive: Technically the member function 'QLockFile::isLocked' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:193:17: note: Technically the member function 'QLockFile::isLocked' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:63:10: note: Technically the member function 'QLockFile::isLocked' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:64:10: performance:inconclusive: Technically the member function 'QLockFile::getLockInfo' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:316:17: note: Technically the member function 'QLockFile::getLockInfo' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:64:10: note: Technically the member function 'QLockFile::getLockInfo' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:65:10: performance:inconclusive: Technically the member function 'QLockFile::removeStaleLockFile' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:411:17: note: Technically the member function 'QLockFile::removeStaleLockFile' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:65:10: note: Technically the member function 'QLockFile::removeStaleLockFile' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:73:15: performance:inconclusive: Technically the member function 'QLockFile::error' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:427:33: note: Technically the member function 'QLockFile::error' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:73:15: note: Technically the member function 'QLockFile::error' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_p.h:84:16: performance:inconclusive: Technically the member function 'QLockFilePrivate::lockFileContents' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:331:30: note: Technically the member function 'QLockFilePrivate::lockFileContents' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_p.h:84:16: note: Technically the member function 'QLockFilePrivate::lockFileContents' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.h:53:5: style: Class 'QLockFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_p.h:70:5: style: Class 'QLockFilePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_unix.cpp:169:9: style: Condition '!setNativeLocks(fd)' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_unix.cpp:169:24: note: Calling function 'setNativeLocks' returns 1 qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_unix.cpp:169:9: note: Condition '!setNativeLocks(fd)' is always false qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile.cpp:276:23: style: Variable 'sleepTime' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/io/qloggingregistry_p.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_win.cpp:72:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/io/qlockfile_win.cpp:96:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/io/qprocess.h:106:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice.cpp:233:5: performance: Variable 'ringBuffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice.cpp:290:5: performance: Variable 'initialPosition' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:106:5: style: Class 'QNonContiguousByteDeviceByteArrayImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:122:5: style: Class 'QNonContiguousByteDeviceRingBufferImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:140:5: style: Class 'QNonContiguousByteDeviceIoDeviceImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:163:5: style: Class 'QNonContiguousByteDeviceBufferImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:180:5: style: Class 'QByteDeviceWrappingIoDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:107:6: style: The destructor '~QNonContiguousByteDeviceByteArrayImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:74:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:107:6: note: Destructor in derived class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:123:6: style: The destructor '~QNonContiguousByteDeviceRingBufferImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:74:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:123:6: note: Destructor in derived class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:141:6: style: The destructor '~QNonContiguousByteDeviceIoDeviceImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:74:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:141:6: note: Destructor in derived class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:164:6: style: The destructor '~QNonContiguousByteDeviceBufferImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:74:14: note: Virtual destructor in base class qtbase-everywhere-src-5.15.13/src/corelib/io/qnoncontiguousbytedevice_p.h:164:6: note: Destructor in derived class qtbase-everywhere-src-5.15.13/src/corelib/io/qabstractfileengine_p.h:97:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qfileinfo.h:163:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qsettings.h:81:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qstandardpaths.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qstorageinfo.h:116:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:184:23: warning: Identical condition 'rIter==placeholderStart', second condition is always false [identicalConditionAfterEarlyExit] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:180:23: note: If condition 'rIter==placeholderStart' is true, the function will return/exit qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:184:23: note: Testing identical condition 'rIter==placeholderStart' qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:370:12: style: Condition 'st==CreateUnnamedFileStatus::Success' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:369:51: note: Calling function 'createUnnamedFile' returns 1 qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:369:51: note: Assignment 'st=createUnnamedFile(file,tfn,fileMode,&error)', assigned value is 1 qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:370:12: note: Condition 'st==CreateUnnamedFileStatus::Success' is always false qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:373:19: style: Condition 'st==CreateUnnamedFileStatus::NotSupported' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:369:51: note: Calling function 'createUnnamedFile' returns 1 qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:369:51: note: Assignment 'st=createUnnamedFile(file,tfn,fileMode,&error)', assigned value is 1 qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:373:19: note: Condition 'st==CreateUnnamedFileStatus::NotSupported' is always true qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:149:36: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:112:11: style: Variable 'phPos' is reassigned a value before the old one has been used. [redundantAssignment] qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:95:13: note: phPos is assigned qtbase-everywhere-src-5.15.13/src/corelib/io/qtemporaryfile.cpp:112:11: note: phPos is overwritten qtbase-everywhere-src-5.15.13/src/corelib/io/qurlquery.h:119:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/itemmodels/qabstractitemmodel.h:149:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter_p.h:69:5: style: Class 'QIncrementalSleepTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:170:13: style: Condition 'notifiedCalled' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:167:22: note: Assignment 'notifiedCalled=false', assigned value is 0 qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:170:13: note: Condition 'notifiedCalled' is always false qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:115:18: style: Local variable 'bytesWritten' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter_p.h:125:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:115:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:159:14: style: Local variable '_q_queueBytesWritten' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter_p.h:126:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipewriter.cpp:159:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader.cpp:282:13: style: Condition 'notifiedCalled' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader.cpp:279:22: note: Assignment 'notifiedCalled=false', assigned value is 0 qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader.cpp:282:13: note: Condition 'notifiedCalled' is always false qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader.cpp:198:14: style: Local variable '_q_queueReadyRead' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader_p.h:88:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/io/qwindowspipereader.cpp:198:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/itemmodels/qitemselectionmodel.h:166:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/itemmodels/qconcatenatetablesproxymodel.h:84:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/itemmodels/qstringlistmodel.h:83:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/itemmodels/qtransposeproxymodel.cpp:443:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qabstractnativeeventfilter.h:62:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qcore_unix_p.h:61:0: error: #error "qcore_unix_p.h included on a non-Unix system" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qbasictimer.h:75:31: warning: Access of moved variable 'other'. [accessMoved] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qbasictimer.h:75:21: note: Calling std::move(other) qtbase-everywhere-src-5.15.13/src/corelib/kernel/qbasictimer.h:75:31: note: Access of moved variable 'other'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qcoreapplication.h:217:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmetaobject.h:47:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qcoreevent.h:295:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qdeadlinetimer.h:195:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qeventdispatcher_winrt.cpp:128:5: error: There is an unknown macro here somewhere. Configuration is required. If STDMETHODIMP_ is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qeventloop.h:68:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qjni_p.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmetaobjectbuilder_p.h:94:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:570:43: style:inconclusive: Function 'data' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:79:36: note: Function 'data' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:570:43: note: Function 'data' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:593:40: style:inconclusive: Function 'setData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:80:33: note: Function 'setData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:593:40: note: Function 'setData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:624:42: style:inconclusive: Function 'hasFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:83:43: note: Function 'hasFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:624:42: note: Function 'hasFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:665:49: style:inconclusive: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:88:50: note: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:665:49: note: Function 'retrieveData' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:665:74: style:inconclusive: Function 'retrieveData' argument 2 names different: declaration 'preferredType' definition 'type'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:89:54: note: Function 'retrieveData' argument 2 names different: declaration 'preferredType' definition 'type'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:665:74: note: Function 'retrieveData' argument 2 names different: declaration 'preferredType' definition 'type'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:686:45: style:inconclusive: Function 'removeFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:81:38: note: Function 'removeFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:686:45: note: Function 'removeFormat' argument 1 names different: declaration 'mimetype' definition 'mimeType'. qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:192:28: style: Local variable 'ba' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:182:24: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:192:28: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:349:14: style: Local variable 'data' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:79:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:349:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:413:14: style: Local variable 'data' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:79:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:413:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:449:14: style: Local variable 'data' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:79:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:449:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:601:27: style: Local variable 'urls' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.h:59:17: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:601:27: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:604:24: style: Local variable 'ba' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:598:20: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:604:24: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:645:16: style: Variable 'e' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmimedata.cpp:646:14: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qobjectcleanuphandler.h:65:9: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qmetatype.h:1319:5: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_DEPRECATED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qppsattribute_p.h:89:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qsystemsemaphore.h:87:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qsignalmapper.h:84:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimer.h:216:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qwinregistry_p.h:64:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:635:13: warning: Either the condition 'currentTimerInfo' is redundant or there is possible null pointer dereference: currentTimerInfo. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:645:17: note: Assuming that condition 'currentTimerInfo' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:635:13: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:638:14: warning: Either the condition 'currentTimerInfo' is redundant or there is possible null pointer dereference: currentTimerInfo. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:645:17: note: Assuming that condition 'currentTimerInfo' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:638:14: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:640:13: warning: Either the condition 'currentTimerInfo' is redundant or there is possible null pointer dereference: currentTimerInfo. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:645:17: note: Assuming that condition 'currentTimerInfo' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:640:13: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:642:27: warning: Either the condition 'currentTimerInfo' is redundant or there is possible null pointer dereference: currentTimerInfo. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:645:17: note: Assuming that condition 'currentTimerInfo' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:642:27: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:643:41: warning: Either the condition 'currentTimerInfo' is redundant or there is possible null pointer dereference: currentTimerInfo. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:645:17: note: Assuming that condition 'currentTimerInfo' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:643:41: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/corelib/kernel/qtimerinfo_unix.cpp:424:17: style: Variable 'tm' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/mimetypes/qmimedatabase_p.h:77:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/mimetypes/qmimemagicrule_p.h:124:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/mimetypes/qmimeglobpattern_p.h:115:17: performance:inconclusive: Technically the member function 'QMimeGlobPattern::detectPatternType' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/mimetypes/qmimeglobpattern.cpp:91:49: note: Technically the member function 'QMimeGlobPattern::detectPatternType' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/mimetypes/qmimeglobpattern_p.h:115:17: note: Technically the member function 'QMimeGlobPattern::detectPatternType' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/platform/wasm/qstdweb.cpp:230:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/plugin/qfactoryinterface.h:56:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_INTERFACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/plugin/qlibrary.h:64:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/plugin/qpluginloader.cpp:431:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/plugin/qlibrary_unix.cpp:144:9: style: Local variable 'loadHints' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/plugin/qlibrary_p.h:91:25: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/plugin/qlibrary_unix.cpp:144:9: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:104:9: performance: Variable 'data1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:105:9: performance: Variable 'data2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue_p.h:82:5: style: Class 'QBinaryJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:106:9: performance: Variable 'data3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue_p.h:83:5: style: Class 'QBinaryJsonValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:112:9: performance: Variable 'data1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:113:9: performance: Variable 'data2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:114:9: performance: Variable 'data3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:68:5: style: Class 'QUuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:126:5: style: Class 'QUuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:129:5: style: Class 'QUuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:132:5: style: Class 'QUuid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson_p.h:487:28: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:400:37: style:inconclusive: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:127:41: note: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:400:37: note: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:430:39: style:inconclusive: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.h:128:43: note: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:430:39: note: Function 'fromString' argument 1 names different: declaration 'string' definition 'text'. qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:651:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/plugin/quuid.cpp:737:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:159:9: debug: CheckClass::isMemberVar found used member variable 'size' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:161:23: debug: CheckClass::isMemberVar found used member variable 'size' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:219:9: debug: CheckClass::isMemberVar found used member variable 'size' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:219:27: debug: CheckClass::isMemberVar found used member variable 'tableOffset' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:250:9: debug: CheckClass::isMemberVar found used member variable 'size' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:250:27: debug: CheckClass::isMemberVar found used member variable 'tableOffset' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:138:9: debug: CheckClass::isMemberVar found used member variable 'header' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:141:24: debug: CheckClass::isMemberVar found used member variable 'header' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:150:24: debug: CheckClass::isMemberVar found used member variable 'header' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:65:18: debug: CheckClass::isMemberVar found used member variable 'header' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:78:10: style: Local variable 'alloc' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson_p.h:564:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjson.cpp:78:10: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcborarray.h:284:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue.cpp:50:69: style:inconclusive: Function 'QBinaryJsonValue' argument 1 names different: declaration 'd' definition 'data'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue_p.h:116:55: note: Function 'QBinaryJsonValue' argument 1 names different: declaration 'd' definition 'data'. qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue.cpp:50:69: note: Function 'QBinaryJsonValue' argument 1 names different: declaration 'd' definition 'data'. qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue.cpp:82:44: style:inconclusive: Function 'QBinaryJsonValue' argument 1 names different: declaration 's' definition 'string'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue_p.h:81:39: note: Function 'QBinaryJsonValue' argument 1 names different: declaration 's' definition 'string'. qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue.cpp:82:44: note: Function 'QBinaryJsonValue' argument 1 names different: declaration 's' definition 'string'. qtbase-everywhere-src-5.15.13/src/corelib/serialization/qbinaryjsonvalue.cpp:51:62: style: Parameter 'parent' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcborcommon.h:123:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcbormap.h:48:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcborstreamreader.h:85:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcborstreamwriter.h:71:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qdatastream.h:207:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonarray.cpp:1114:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qcborvalue.h:100:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonobject.cpp:1430:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qtextstream.h:91:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:199:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:200:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:79:20: warning: Member variable 'reference::m_key' is not assigned a value in 'reference::operator='. [operatorEqVarError] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:88:20: warning: Member variable 'reference::m_key' is not assigned a value in 'reference::operator='. [operatorEqVarError] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:121:22: style:inconclusive: Technically the member function 'ObjectIterator < QtCbor :: Element , QVector < QtCbor :: Element > :: iterator >::elementsIterator' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:120:5: style: Struct 'ObjectIterator < QtCbor :: Element , QVector < QtCbor :: Element > :: iterator >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:70:9: style: Struct 'reference' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjson_p.h:107:9: style: Struct 'value_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonwriter.cpp:73:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonwriter.cpp:75:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonwriter.cpp:76:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonwriter.cpp:126:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:64:75: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:154:43: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:183:45: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:197:37: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:211:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:216:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:260:38: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:296:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:385:16: performance:inconclusive: Range variable 'at' should be declared as const reference. [iterateByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils.cpp:385:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonparser.cpp:453:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qjsonparser.cpp:278:11: style: Variable 'utf8bom' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/corelib/statemachine/qstate.h:66:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/statemachine/qabstracttransition.h:73:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/statemachine/qhistorystate.h:62:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/statemachine/qfinalstate.h:54:5: style: Class 'QFinalState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringalgorithms_p.h:57:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qbytearraymatcher.cpp:234:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qbytearraymatcher.cpp:256:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qbytearraymatcher.cpp:259:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qbytearraymatcher.cpp:260:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:780:28: warning: Member variable 'QXmlStreamPrivateTagStack::tagsDone' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:793:26: warning: Member variable 'QXmlStreamReaderPrivate::lastAttributeIsCData' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:3073:5: performance: Variable 'deleteDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:746:5: style: Class 'QXmlStreamReaderPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:3021:5: style: Class 'QXmlStreamWriterPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1502:13: style: Condition 'nbytesread' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1496:22: note: Assignment 'nbytesread=0', assigned value is 0 qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1502:13: note: Condition 'nbytesread' is always false qtbase-everywhere-src-5.15.13/src/corelib/text/qcollator.h:130:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1528:17: style: The scope of the variable 'pos' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1575:17: style: The scope of the variable 'pos' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1704:24: style: Local variable 'prefix' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1704:24: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1758:32: style: Local variable 'namespaceUri' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:24: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1758:32: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1620:28: style: Local variable 'namespaceUri' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:24: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1620:28: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1641:20: style: Local variable 'prefix' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1641:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1642:20: style: Local variable 'name' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:53: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1642:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1643:20: style: Local variable 'qualifiedName' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:38: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1643:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1817:20: style: Local variable 'prefix' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:877:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1817:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:73:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:74:38: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:80:75: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:81:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:82:37: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:83:40: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:84:43: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlutils_p.h:85:45: performance:inconclusive: Function parameter 'c' should be passed by const reference. [passedByValue] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1047:18: style: Variable 'tag' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1723:35: style: Variable 'dtdAttribute' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1797:18: style: Variable 'tag' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:1816:20: style: Variable 'attrib' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:3243:39: style: Variable 'tag' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream.cpp:3766:39: style: Variable 'tag' can be declared as reference to const [constVariableReference] qtbase-everywhere-src-5.15.13/src/corelib/serialization/qxmlstream_p.h:1973:17: style: Variable 'act' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:84:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( qint8 ) hb_int8 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:85:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( quint8 ) hb_uint8 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:86:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( qint16 ) hb_int16 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:87:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( quint16 ) hb_uint16 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:88:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( qint32 ) hb_int32 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qharfbuzz_p.h:89:1: debug: Failed to parse 'typedef QT_PREPEND_NAMESPACE ( quint32 ) hb_uint32 ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/corelib/text/qlocale.h:949:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qstring.h:452:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qregularexpression.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qstring.cpp:6585:0: error: #error "This case shouldn't happen" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringbuilder.h:140:50: debug: Failed to instantiate template "QStringBuilderBase". The checking continues anyway. [templateInstantiation] qtbase-everywhere-src-5.15.13/src/corelib/text/qbytearray.h:171:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringlist.cpp:342:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringlist.cpp:610:20: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.h:60:5: style: Class 'QStringMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:168:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:197:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:240:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:269:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:319:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:320:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:341:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:344:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:345:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:192:44: style:inconclusive: Function 'QStringMatcher' argument 1 names different: declaration 'pattern' definition 'str'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.h:60:32: note: Function 'QStringMatcher' argument 1 names different: declaration 'pattern' definition 'str'. qtbase-everywhere-src-5.15.13/src/corelib/text/qstringmatcher.cpp:192:44: note: Function 'QStringMatcher' argument 1 names different: declaration 'pattern' definition 'str'. qtbase-everywhere-src-5.15.13/src/corelib/text/qtextboundaryfinder.cpp:185:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qtextboundaryfinder.cpp:202:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qtextboundaryfinder.cpp:248:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qtextboundaryfinder.cpp:280:17: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qtextboundaryfinder.cpp:283:17: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/corelib/text/qunicodetools_p.h:96:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qatomic.cpp:1743:0: error: #error "Q_ATOMIC_INT32_IS_SUPPORTED must be defined" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/thread/qexception.h:104:21: style:inconclusive: Technically the member function 'QtPrivate::ExceptionStore::exception' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/corelib/thread/qexception.cpp:205:33: note: Technically the member function 'QtPrivate::ExceptionStore::exception' can be const. qtbase-everywhere-src-5.15.13/src/corelib/thread/qexception.h:104:21: note: Technically the member function 'QtPrivate::ExceptionStore::exception' can be const. qtbase-everywhere-src-5.15.13/src/corelib/thread/qexception.h:91:5: style: Class 'ExceptionHolder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qexception.cpp:164:5: style: Class 'Base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qfuture.h:50:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qfuturewatcher.h:92:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qatomic.h:232:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_POP is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_linux.cpp:48:0: error: #error "Qt build is broken: qmutex_linux.cpp is being built but futex support is not wanted" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_mac.cpp:51:16: warning: Member variable 'QMutexPrivate::id' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:292:17: performance:inconclusive: Technically the member function 'QMutex::lock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:293:17: performance:inconclusive: Technically the member function 'QMutex::tryLock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:294:17: performance:inconclusive: Technically the member function 'QMutex::try_lock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:295:17: performance:inconclusive: Technically the member function 'QMutex::unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:296:17: performance:inconclusive: Technically the member function 'QMutex::isRecursive' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:326:17: performance:inconclusive: Technically the member function 'QMutexLocker::unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:327:10: performance:inconclusive: Technically the member function 'QMutexLocker::relock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex.h:328:20: performance:inconclusive: Technically the member function 'QMutexLocker::mutex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:94:10: performance:inconclusive: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_mac.cpp:65:21: note: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:94:10: note: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:95:10: performance:inconclusive: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_mac.cpp:82:21: note: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:95:10: note: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:83:5: style: Class 'QMutexData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_win.cpp:47:16: warning: Member variable 'QMutexPrivate::id' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:94:10: performance:inconclusive: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_win.cpp:62:21: note: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:94:10: note: Technically the member function 'QMutexPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:95:10: performance:inconclusive: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_win.cpp:67:21: note: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qmutex_p.h:95:10: note: Technically the member function 'QMutexPrivate::wakeUp' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qthread.h:159:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:61:21: warning: Member variable 'ResultIteratorBase::m_vectorIndex' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:63:21: warning: Member variable 'ResultIteratorBase::m_vectorIndex' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:111:18: warning: Member variable 'ResultStoreBase::insertIndex' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:111:18: warning: Member variable 'ResultStoreBase::resultCount' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:111:18: warning: Member variable 'ResultStoreBase::m_filterMode' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:111:18: warning: Member variable 'ResultStoreBase::filteredResults' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:66:54: debug: CheckClass::isMemberVar found used member variable 'm_vectorIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:67:54: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:72:11: debug: CheckClass::isMemberVar found used member variable 'm_vectorIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:82:12: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:87:7: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:93:13: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:93:49: debug: CheckClass::isMemberVar found used member variable 'm_vectorIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:103:12: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:108:13: debug: CheckClass::isMemberVar found used member variable 'm_vectorIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:108:33: debug: CheckClass::isMemberVar found used member variable 'mapIterator' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:122:5: debug: CheckClass::isMemberVar found used member variable 'm_filterMode' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:127:12: debug: CheckClass::isMemberVar found used member variable 'm_filterMode' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:187:9: debug: CheckClass::isMemberVar found used member variable 'm_filterMode' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:203:31: debug: CheckClass::isMemberVar found used member variable 'm_results' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:208:31: debug: CheckClass::isMemberVar found used member variable 'm_results' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:218:9: debug: CheckClass::isMemberVar found used member variable 'm_results' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:254:12: debug: CheckClass::isMemberVar found used member variable 'resultCount' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:152:9: debug: CheckClass::isMemberVar found used member variable 'm_filterMode' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:152:48: debug: CheckClass::isMemberVar found used member variable 'insertIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:153:9: debug: CheckClass::isMemberVar found used member variable 'pendingResults' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:142:9: debug: CheckClass::isMemberVar found used member variable 'm_results' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:166:42: debug: CheckClass::isMemberVar found used member variable 'pendingResults' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:132:38: debug: CheckClass::isMemberVar found used member variable 'resultCount' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:134:9: debug: CheckClass::isMemberVar found used member variable 'resultCount' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:262:17: debug: CheckClass::isMemberVar found used member variable 'insertIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:263:9: debug: CheckClass::isMemberVar found used member variable 'insertIndex' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.h:66:5: style: Class 'ResultItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.h:79:5: style: Class 'ResultIteratorBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:185:85: style:inconclusive: Function 'addResults' argument 4 names different: declaration 'logicalCount' definition 'totalCount'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.h:117:72: note: Function 'addResults' argument 4 names different: declaration 'logicalCount' definition 'totalCount'. qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:185:85: note: Function 'addResults' argument 4 names different: declaration 'logicalCount' definition 'totalCount'. qtbase-everywhere-src-5.15.13/src/corelib/thread/qresultstore.cpp:139:70: style: Parameter 'resultItem' can be declared as reference to const [constParameterReference] qtbase-everywhere-src-5.15.13/src/corelib/thread/qrunnable.cpp:121:5: style: Class 'FunctionRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qunicodetables.cpp:14440:9: style: struct member 'NormalizationCorrection::version' is never used. [unusedStructMember] qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.h:77:5: warning: Member variable 'QSemaphoreReleaser::m_n' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:90:10: performance:inconclusive: Technically the member function 'QWaitCondition::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:92:10: performance:inconclusive: Technically the member function 'QWaitCondition::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:94:10: performance:inconclusive: Technically the member function 'QWaitCondition::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:95:10: performance:inconclusive: Technically the member function 'QWaitCondition::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:97:10: performance:inconclusive: Technically the member function 'QWaitCondition::wakeOne' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition.h:98:10: performance:inconclusive: Technically the member function 'QWaitCondition::wakeAll' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.cpp:275:12: style: Class 'QSemaphorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.cpp:480:13: style: Condition '!d->cond.wait(locker.mutex(),timer)' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.cpp:480:26: note: Calling function 'wait' returns 1 qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.cpp:480:13: note: Condition '!d->cond.wait(locker.mutex(),timer)' is always false qtbase-everywhere-src-5.15.13/src/corelib/thread/qsemaphore.cpp:188:5: style:inconclusive: Statements following 'goto' will never be executed. [unreachableCode] qtbase-everywhere-src-5.15.13/src/corelib/thread/qthread.h:239:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_END_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qthread_p.h:351:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_END_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/kernel/qeventdispatcher_glib_p.h:116:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_END_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/thread/qthreadpool_p.h:152:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PUBLIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:96:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:98:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:99:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:100:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:101:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/text/qchar.h:102:22: style: Class 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition_win.cpp:65:9: performance: Variable 'event' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:186:10: performance:inconclusive: Technically the member function 'QReadWriteLock::lockForRead' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:187:10: performance:inconclusive: Technically the member function 'QReadWriteLock::tryLockForRead' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:188:10: performance:inconclusive: Technically the member function 'QReadWriteLock::tryLockForRead' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:190:10: performance:inconclusive: Technically the member function 'QReadWriteLock::lockForWrite' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:191:10: performance:inconclusive: Technically the member function 'QReadWriteLock::tryLockForWrite' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:192:10: performance:inconclusive: Technically the member function 'QReadWriteLock::tryLockForWrite' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:194:10: performance:inconclusive: Technically the member function 'QReadWriteLock::unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:206:10: performance:inconclusive: Technically the member function 'QReadLocker::unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:207:10: performance:inconclusive: Technically the member function 'QReadLocker::relock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:208:21: performance:inconclusive: Technically the member function 'QReadLocker::readWriteLock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:220:10: performance:inconclusive: Technically the member function 'QWriteLocker::unlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:221:10: performance:inconclusive: Technically the member function 'QWriteLocker::relock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qreadwritelock.h:222:21: performance:inconclusive: Technically the member function 'QWriteLocker::readWriteLock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition_win.cpp:86:10: performance:inconclusive: Technically the member function 'QWaitConditionPrivate::wait' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition_win.cpp:113:29: note: Technically the member function 'QWaitConditionPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition_win.cpp:86:10: note: Technically the member function 'QWaitConditionPrivate::wait' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/thread/qwaitcondition_win.cpp:103:30: style: Variable 'current' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/time/qcalendar.h:132:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/time/qdatetime.cpp:5063:0: error: #error "What system is this?" [preprocessorErrorDirective] qtbase-everywhere-src-5.15.13/src/corelib/time/qdatetimeparser.cpp:61:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/time/qromancalendar_p.h:73:5: style: Class 'QRomanCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/time/qhijricalendar_p.h:77:5: style: Class 'QHijriCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/time/qtimezone.h:175:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/time/qtimezoneprivate.cpp:203:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/time/qtimezoneprivate_icu.cpp:443:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/time/qtimezoneprivate_tz.cpp:929:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qarraydata.cpp:258:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qbitarray.h:174:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qset.h:49:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcommandlineparser.h:107:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/3rdparty/rfc6234/sha.h:247:41: error: There is an unknown macro here somewhere. Configuration is required. If QT_PREPEND_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:162:9: style:inconclusive: Technically the member function 'QContiguousCache::sizeOfTypedData' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:378:22: style: Condition 'd->count==d->alloc' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:375:18: note: Assuming that condition 'd->count!=d->alloc' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:378:22: note: Condition 'd->count==d->alloc' is always true qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:210:43: style:inconclusive: Function 'setCapacity' argument 1 names different: declaration 'size' definition 'asize'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:125:26: note: Function 'setCapacity' argument 1 names different: declaration 'size' definition 'asize'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:210:43: note: Function 'setCapacity' argument 1 names different: declaration 'size' definition 'asize'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:286:43: style:inconclusive: Function 'QContiguousCache' argument 1 names different: declaration 'capacity' definition 'cap'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:98:35: note: Function 'QContiguousCache' argument 1 names different: declaration 'capacity' definition 'cap'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:286:43: note: Function 'QContiguousCache' argument 1 names different: declaration 'capacity' definition 'cap'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:422:53: style:inconclusive: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:129:29: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:422:53: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:426:47: style:inconclusive: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:128:23: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:426:47: note: Function 'operator[]' argument 1 names different: declaration 'i' definition 'pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:258:17: style: Variable 'e' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:330:13: style: Variable 'e' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:282:75: warning:inconclusive: Expression 'aalloc-1' can have a negative value. That is converted to an unsigned value and used in an unsigned calculation. [signConversionCond] qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:222:8: note: Assuming that condition 'asize' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:217:24: note: Calling function 'allocateData', 1st argument 'asize' value is 0 qtbase-everywhere-src-5.15.13/src/corelib/tools/qcontiguouscache.h:282:75: note: Negative value is converted to an unsigned value qtbase-everywhere-src-5.15.13/src/corelib/tools/qeasingcurve.h:78:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qfreelist_p.h:57:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:223:29: style: Class 'QLineF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:100:52: style:inconclusive: Function 'QLine' argument 1 names different: declaration 'pt1' definition 'pt1_'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:56:49: note: Function 'QLine' argument 1 names different: declaration 'pt1' definition 'pt1_'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:100:52: note: Function 'QLine' argument 1 names different: declaration 'pt1' definition 'pt1_'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:100:72: style:inconclusive: Function 'QLine' argument 2 names different: declaration 'pt2' definition 'pt2_'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:56:68: note: Function 'QLine' argument 2 names different: declaration 'pt2' definition 'pt2_'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:100:72: note: Function 'QLine' argument 2 names different: declaration 'pt2' definition 'pt2_'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:42: style:inconclusive: Function 'QLine' argument 1 names different: declaration 'x1' definition 'x1pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:57:39: note: Function 'QLine' argument 1 names different: declaration 'x1' definition 'x1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:42: note: Function 'QLine' argument 1 names different: declaration 'x1' definition 'x1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:53: style:inconclusive: Function 'QLine' argument 2 names different: declaration 'y1' definition 'y1pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:57:47: note: Function 'QLine' argument 2 names different: declaration 'y1' definition 'y1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:53: note: Function 'QLine' argument 2 names different: declaration 'y1' definition 'y1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:64: style:inconclusive: Function 'QLine' argument 3 names different: declaration 'x2' definition 'x2pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:57:55: note: Function 'QLine' argument 3 names different: declaration 'x2' definition 'x2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:64: note: Function 'QLine' argument 3 names different: declaration 'x2' definition 'x2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:75: style:inconclusive: Function 'QLine' argument 4 names different: declaration 'y2' definition 'y2pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:57:63: note: Function 'QLine' argument 4 names different: declaration 'y2' definition 'y2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:102:75: note: Function 'QLine' argument 4 names different: declaration 'y2' definition 'y2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:149:44: style:inconclusive: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:73:41: note: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:149:44: note: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:155:34: style:inconclusive: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:74:31: note: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:155:34: note: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:155:43: style:inconclusive: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:74:39: note: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:155:43: note: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:165:53: style:inconclusive: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:77:68: note: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:165:53: note: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:165:62: style:inconclusive: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:77:76: note: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:165:62: note: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:175:40: style:inconclusive: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:81:37: note: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:175:40: note: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:180:40: style:inconclusive: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:82:37: note: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:180:40: note: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:185:44: style:inconclusive: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:83:41: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:185:44: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:185:63: style:inconclusive: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:83:59: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:185:63: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:32: style:inconclusive: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:84:29: note: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:32: note: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:41: style:inconclusive: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:84:37: note: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:41: note: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:50: style:inconclusive: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:84:45: note: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:50: note: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:59: style:inconclusive: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:84:53: note: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:191:59: note: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:293:55: style:inconclusive: Function 'QLineF' argument 1 names different: declaration 'pt1' definition 'apt1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:221:51: note: Function 'QLineF' argument 1 names different: declaration 'pt1' definition 'apt1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:293:55: note: Function 'QLineF' argument 1 names different: declaration 'pt1' definition 'apt1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:293:76: style:inconclusive: Function 'QLineF' argument 2 names different: declaration 'pt2' definition 'apt2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:221:71: note: Function 'QLineF' argument 2 names different: declaration 'pt2' definition 'apt2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:293:76: note: Function 'QLineF' argument 2 names different: declaration 'pt2' definition 'apt2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:46: style:inconclusive: Function 'QLineF' argument 1 names different: declaration 'x1' definition 'x1pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:222:42: note: Function 'QLineF' argument 1 names different: declaration 'x1' definition 'x1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:46: note: Function 'QLineF' argument 1 names different: declaration 'x1' definition 'x1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:59: style:inconclusive: Function 'QLineF' argument 2 names different: declaration 'y1' definition 'y1pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:222:52: note: Function 'QLineF' argument 2 names different: declaration 'y1' definition 'y1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:59: note: Function 'QLineF' argument 2 names different: declaration 'y1' definition 'y1pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:72: style:inconclusive: Function 'QLineF' argument 3 names different: declaration 'x2' definition 'x2pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:222:62: note: Function 'QLineF' argument 3 names different: declaration 'x2' definition 'x2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:72: note: Function 'QLineF' argument 3 names different: declaration 'x2' definition 'x2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:85: style:inconclusive: Function 'QLineF' argument 4 names different: declaration 'y2' definition 'y2pos'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:222:72: note: Function 'QLineF' argument 4 names different: declaration 'y2' definition 'y2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:298:85: note: Function 'QLineF' argument 4 names different: declaration 'y2' definition 'y2pos'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qlist.h:68:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:353:46: style:inconclusive: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:262:42: note: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:353:46: note: Function 'translate' argument 1 names different: declaration 'p' definition 'point'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:359:37: style:inconclusive: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:263:33: note: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:359:37: note: Function 'translate' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:359:48: style:inconclusive: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:263:43: note: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:359:48: note: Function 'translate' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:369:57: style:inconclusive: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:266:71: note: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:369:57: note: Function 'translated' argument 1 names different: declaration 'dx' definition 'adx'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:369:68: style:inconclusive: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:266:81: note: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:369:68: note: Function 'translated' argument 2 names different: declaration 'dy' definition 'ady'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:399:42: style:inconclusive: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:270:38: note: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:399:42: note: Function 'setP1' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:404:42: style:inconclusive: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:271:38: note: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:404:42: note: Function 'setP2' argument 1 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:409:46: style:inconclusive: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:272:42: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:409:46: note: Function 'setPoints' argument 1 names different: declaration 'p1' definition 'aP1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:409:66: style:inconclusive: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:272:61: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:409:66: note: Function 'setPoints' argument 2 names different: declaration 'p2' definition 'aP2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:35: style:inconclusive: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:273:31: note: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:35: note: Function 'setLine' argument 1 names different: declaration 'x1' definition 'aX1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:46: style:inconclusive: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:273:41: note: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:46: note: Function 'setLine' argument 2 names different: declaration 'y1' definition 'aY1'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:57: style:inconclusive: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:273:51: note: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:57: note: Function 'setLine' argument 3 names different: declaration 'x2' definition 'aX2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:68: style:inconclusive: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:273:61: note: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:415:68: note: Function 'setLine' argument 4 names different: declaration 'y2' definition 'aY2'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:269:26: style:inconclusive: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:203:40: note: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:269:26: note: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:885:26: style:inconclusive: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:430:40: note: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:885:26: note: Function 'operator<<' argument 1 names different: declaration 'd' definition 'dbg'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:604:17: style: Local variable 'dx' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:238:35: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:604:17: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:605:17: style: Local variable 'dy' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:239:35: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:605:17: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:634:17: style: Local variable 'dx' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:238:35: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:634:17: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:635:17: style: Local variable 'dy' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.h:239:35: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qline.cpp:635:17: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qmap.h:57:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:290:22: style: Class 'QMarginsF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:48: style:inconclusive: Function 'QMargins' argument 1 names different: declaration 'left' definition 'aleft'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:55:35: note: Function 'QMargins' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:48: note: Function 'QMargins' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:59: style:inconclusive: Function 'QMargins' argument 2 names different: declaration 'top' definition 'atop'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:55:45: note: Function 'QMargins' argument 2 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:59: note: Function 'QMargins' argument 2 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:69: style:inconclusive: Function 'QMargins' argument 3 names different: declaration 'right' definition 'aright'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:55:54: note: Function 'QMargins' argument 3 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:69: note: Function 'QMargins' argument 3 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:81: style:inconclusive: Function 'QMargins' argument 4 names different: declaration 'bottom' definition 'abottom'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:55:65: note: Function 'QMargins' argument 4 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:104:81: note: Function 'QMargins' argument 4 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:123:60: style:inconclusive: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:64:47: note: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:123:60: note: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:126:59: style:inconclusive: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:65:46: note: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:126:59: note: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:129:61: style:inconclusive: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:66:48: note: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:129:61: note: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:132:62: style:inconclusive: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:67:49: note: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:132:62: note: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:52: style:inconclusive: Function 'QMarginsF' argument 1 names different: declaration 'left' definition 'aleft'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:289:38: note: Function 'QMarginsF' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:52: note: Function 'QMarginsF' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:65: style:inconclusive: Function 'QMarginsF' argument 2 names different: declaration 'top' definition 'atop'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:289:50: note: Function 'QMarginsF' argument 2 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:65: note: Function 'QMarginsF' argument 2 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:77: style:inconclusive: Function 'QMarginsF' argument 3 names different: declaration 'right' definition 'aright'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:289:61: note: Function 'QMarginsF' argument 3 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:77: note: Function 'QMarginsF' argument 3 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:91: style:inconclusive: Function 'QMarginsF' argument 4 names different: declaration 'bottom' definition 'abottom'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:289:74: note: Function 'QMarginsF' argument 4 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:338:91: note: Function 'QMarginsF' argument 4 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:360:63: style:inconclusive: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:299:49: note: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:360:63: note: Function 'setLeft' argument 1 names different: declaration 'left' definition 'aleft'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:363:62: style:inconclusive: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:300:48: note: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:363:62: note: Function 'setTop' argument 1 names different: declaration 'top' definition 'atop'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:366:64: style:inconclusive: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:301:50: note: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:366:64: note: Function 'setRight' argument 1 names different: declaration 'right' definition 'aright'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:369:65: style:inconclusive: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:302:51: note: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qmargins.h:369:65: note: Function 'setBottom' argument 1 names different: declaration 'bottom' definition 'abottom'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qvarlengtharray.h:56:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qpoint.h:354:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qrect.h:667:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qscopedpointer.h:47:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qscopedvaluerollback.h:45:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:83:10: style:inconclusive: Technically the member function 'QHashData::freeNode' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:484:17: note: Technically the member function 'QHashData::freeNode' can be const. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:83:10: note: Technically the member function 'QHashData::freeNode' can be const. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:553:10: performance:inconclusive: Technically the member function 'QHash::freeData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:617:42: note: Technically the member function 'QHash::freeData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:553:10: note: Technically the member function 'QHash::freeData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:566:10: performance:inconclusive: Technically the member function 'QHash::isValidNode' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:72: warning: The class 'QMultiHash' defines member function with name 'insert' also defined in its parent class 'QHash'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:767:67: note: Parent function 'QHash::insert' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:72: note: Derived function 'QMultiHash::insert' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1117:8: warning: The class 'QMultiHash' defines member function with name 'operator[]' also defined in its parent class 'QHash'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:752:37: note: Parent function 'QHash::operator[]' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1117:8: note: Derived function 'QMultiHash::operator[]' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1118:13: warning: The class 'QMultiHash' defines member function with name 'operator[]' also defined in its parent class 'QHash'. [duplInheritedMember] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:746:42: note: Parent function 'QHash::operator[]' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1118:13: note: Derived function 'QMultiHash::operator[]' qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:414:16: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1053:5: style: Class 'QMultiHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1054:5: style: Class 'QMultiHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1271:12: style: Class 'QHashIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1350:12: style: Class 'QMutableHashIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:636:22: style: Condition 'start>=0' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:624:18: note: Assuming that condition 'start>=0' is not redundant qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:636:22: note: Condition 'start>=0' is always false qtbase-everywhere-src-5.15.13/src/corelib/tools/qsharedpointer.cpp:1452:31: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:600:70: style:inconclusive: Function 'duplicateNode' argument 1 names different: declaration 'originalNode' definition 'node'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:560:48: note: Function 'duplicateNode' argument 1 names different: declaration 'originalNode' definition 'node'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:600:70: note: Function 'duplicateNode' argument 1 names different: declaration 'originalNode' definition 'node'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:617:62: style:inconclusive: Function 'freeData' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:553:30: note: Function 'freeData' argument 1 names different: declaration 'd' definition 'x'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:617:62: note: Function 'freeData' argument 1 names different: declaration 'd' definition 'x'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:653:59: style:inconclusive: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:306:30: note: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:653:59: note: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:664:59: style:inconclusive: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:307:30: note: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:664:59: note: Function 'value' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:664:74: style:inconclusive: Function 'value' argument 2 names different: declaration 'defaultValue' definition 'adefaultValue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:307:44: note: Function 'value' argument 2 names different: declaration 'defaultValue' definition 'adefaultValue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:664:74: note: Function 'value' argument 2 names different: declaration 'defaultValue' definition 'adefaultValue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:688:62: style:inconclusive: Function 'keys' argument 1 names different: declaration 'value' definition 'avalue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:312:30: note: Function 'keys' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:688:62: note: Function 'keys' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:701:60: style:inconclusive: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:304:28: note: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:701:60: note: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:707:60: style:inconclusive: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:305:28: note: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:707:60: note: Function 'key' argument 1 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:707:79: style:inconclusive: Function 'key' argument 2 names different: declaration 'defaultKey' definition 'defaultValue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:305:46: note: Function 'key' argument 2 names different: declaration 'defaultKey' definition 'defaultValue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:707:79: note: Function 'key' argument 2 names different: declaration 'defaultKey' definition 'defaultValue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:733:58: style:inconclusive: Function 'count' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:318:26: note: Function 'count' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:733:58: note: Function 'count' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:746:64: style:inconclusive: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:309:35: note: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:746:64: note: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:752:59: style:inconclusive: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:308:30: note: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:752:59: note: Function 'operator[]' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:767:85: style:inconclusive: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:531:32: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:767:85: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:768:83: style:inconclusive: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:531:46: note: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:768:83: note: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:811:59: style:inconclusive: Function 'remove' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:300:27: note: Function 'remove' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:811:59: note: Function 'remove' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:834:55: style:inconclusive: Function 'take' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:301:23: note: Function 'take' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:834:55: note: Function 'take' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:892:51: style:inconclusive: Function 'reserve' argument 1 names different: declaration 'size' definition 'asize'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:288:22: note: Function 'reserve' argument 1 names different: declaration 'size' definition 'asize'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:892:51: note: Function 'reserve' argument 1 names different: declaration 'size' definition 'asize'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:899:89: style:inconclusive: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:529:36: note: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:899:89: note: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:905:94: style:inconclusive: Function 'constFind' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:530:41: note: Function 'constFind' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:905:94: note: Function 'constFind' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:911:83: style:inconclusive: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:528:30: note: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:911:83: note: Function 'find' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:918:59: style:inconclusive: Function 'contains' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:303:30: note: Function 'contains' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:918:59: note: Function 'contains' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:924:88: style:inconclusive: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:555:32: note: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:924:88: note: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:940:88: style:inconclusive: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:554:32: note: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:940:88: note: Function 'findNode' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:941:83: style:inconclusive: Function 'findNode' argument 2 names different: declaration 'hp' definition 'ahp'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:554:43: note: Function 'findNode' argument 2 names different: declaration 'hp' definition 'ahp'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:941:83: note: Function 'findNode' argument 2 names different: declaration 'hp' definition 'ahp'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:988:113: style:inconclusive: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:519:54: note: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:988:113: note: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:996:125: style:inconclusive: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:520:66: note: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:996:125: note: Function 'equal_range' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:90: style:inconclusive: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1060:56: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:90: note: Function 'insert' argument 1 names different: declaration 'key' definition 'akey'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:105: style:inconclusive: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1060:70: note: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1122:105: note: Function 'insert' argument 2 names different: declaration 'value' definition 'avalue'. qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:794:22: style: Local variable 'end' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:506:21: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:794:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1441:40: style: Local variable 'hash' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:200:20: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:1441:40: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:290:14: style: Local variable 'seed' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:285:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:290:14: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:530:20: style: Local variable 'nextNode' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:95:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:530:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:672:19: style: Local variable 'firstNode' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:90:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:672:19: note: Shadow variable qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:528:15: style: Variable 'this_e' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:564:15: style: Variable 'this_e' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.cpp:622:11: style: Variable 'sentinel' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:736:11: style: Variable 'node' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qhash.h:794:22: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/corelib/tools/qsimd_x86.cpp:102:9: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/corelib/tools/qtimeline.h:127:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:80:5: error: Using reference to dangling temporary. [danglingTempReference] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:77:25: note: Assigned to reference. qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:80:5: note: Using reference to dangling temporary. qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:81:40: error: Using reference to dangling temporary. [danglingTempReference] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:77:25: note: Assigned to reference. qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/doc_src_qdbusadaptors.cpp:81:40: note: Using reference to dangling temporary. qtbase-everywhere-src-5.15.13/src/corelib/tools/qsize.h:225:22: style: Class 'QSizeF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/src_qdbus_qdbusabstractinterface.cpp:56:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/src_qdbus_qdbusargument.cpp:57:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_METATYPE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/src_qdbus_qdbuscontext.cpp:61:11: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/src_qdbus_qdbusinterface.cpp:59:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/dbus/doc/snippets/code/src_qdbus_qdbusreply.cpp:53:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/dbus/qdbusconnection.h:82:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusargument.h:157:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusmessage.h:132:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusconnectioninterface.h:79:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusdemarshaller.cpp:47:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbuserror.h:95:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusextratypes.h:82:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusabstractinterface_p.h:72:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PUBLIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusunixfiledescriptor.h:84:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusconnection_p.h:284:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:185:30: style:inconclusive: Technically the member function 'QDBusReply < void >::error' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:111:30: style:inconclusive: Technically the member function 'QDBusReply < QVariant >::error' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:146:12: style: Class 'QDBusReply < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:155:12: style: Class 'QDBusReply < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:159:12: style: Class 'QDBusReply < void >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:63:12: style: Class 'QDBusReply < QVariant >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:76:12: style: Class 'QDBusReply < QVariant >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:86:12: style: Class 'QDBusReply < QVariant >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusreply.h:91:12: style: Class 'QDBusReply < QVariant >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/dbus/qdbusserver.h:75:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbusservicewatcher.h:64:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/accessible/qaccessible.h:354:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/accessible/qaccessibleobject.cpp:208:18: style: Local variable 'window' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/accessible/qaccessibleobject.h:80:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/accessible/qaccessibleobject.cpp:208:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/animation/qguivariantanimation.cpp:49:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/clipboard/clipwindow.h:70:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:187:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:191:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:195:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:198:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:201:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:205:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:210:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:216:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:218:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:220:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:223:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:225:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:229:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:234:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:237:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:244:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:251:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:256:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:262:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:264:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:266:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:268:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:271:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:273:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:275:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:277:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:280:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:285:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:287:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:289:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:293:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:296:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:298:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:300:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:302:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:304:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:306:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:308:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:310:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:312:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:314:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:316:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:321:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:338:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:342:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:347:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:350:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:352:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:355:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:357:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:361:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:363:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:366:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:369:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:371:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:376:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:379:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:381:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:386:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:390:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:392:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:395:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:398:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:401:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:404:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:407:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:410:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:413:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:418:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:437:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:439:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:445:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:450:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:452:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:454:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:456:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:458:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:462:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:464:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:466:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:468:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:470:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:472:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:475:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:480:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:485:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:492:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:499:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbus_symbols_p.h:503:1: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:200:44: style: Local variable 'attributes' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:176:32: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:200:44: note: Shadow variable qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:257:44: style: Local variable 'attributes' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:233:32: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/dbus/qdbusxmlparser.cpp:257:44: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/doc_src_richtext.cpp:89:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_image_qimage.cpp:88:41: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_image_qimagereader.cpp:66:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_image_qimagewriter.cpp:67:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_image_qpixmap.cpp:52:39: error: Unmatched '{'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_image_qpixmapcache.cpp:53:54: error: Unmatched ')'. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_itemviews_qstandarditemmodel.cpp:53:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_kernel_qapplication.cpp:122:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_kernel_qguiapplication.cpp:107:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_opengl_qopengldebug.cpp:57:7: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_painting_qmatrix.cpp:52:2: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_painting_qpainter.cpp:232:9: error: There is an unknown macro here somewhere. Configuration is required. If point is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_painting_qtransform.cpp:52:2: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_text_qsyntaxhighlighter.cpp:85:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_text_qtextdocument.cpp:52:80: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_util_qdesktopservices.cpp:69:80: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_text_qtextlayout.cpp:56:1: error: syntax error: keyword 'while' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_vulkan_qvulkaninstance.cpp:77:5: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/code/src_gui_vulkan_qvulkanwindow.cpp:129:13: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/mainwindow.h:72:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.cpp:105:10: style: Local variable 'mimeTypes' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.h:74:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.cpp:105:10: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.cpp:162:10: style: Local variable 'mimeTypes' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.h:74:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/draganddrop/dragwidget.cpp:162:10: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/dragging/mainwindow.cpp:55:13: warning: Member variable 'MainWindow::nameEdit' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/dropevents/window.cpp:56:9: warning: Member variable 'Window::dropFrame' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/image/image.cpp:61:31: error: Uninitialized variable: x [uninitvar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/image/image.cpp:63:31: error: Uninitialized variable: x [legacyUninitvar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/image/image.cpp:55:9: style: Variable 'x' is not assigned a value. [unassignedVariable] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:137:26: style: Parameter 'picture' can be declared as pointer to const. However it seems that 'readSVG' is a callback function, if 'picture' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:158:46: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:137:26: note: Parameter 'picture' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:145:27: style: Parameter 'picture' can be declared as pointer to const. However it seems that 'writeSVG' is a callback function, if 'picture' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:158:55: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/picture/picture.cpp:145:27: note: Parameter 'picture' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/plaintextlayout/window.cpp:59:5: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/qfontdatabase/main.cpp:75:31: error: Uninitialized variable: smoothSizes [legacyUninitvar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/separations/viewer.h:73:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/separations/screenwidget.h:78:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-blocks/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:61:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:67:10: performance:inconclusive: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.cpp:121:17: note: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:67:10: note: Technically the member function 'XmlWriter::processBlock' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:68:10: performance:inconclusive: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.cpp:125:17: note: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:68:10: note: Technically the member function 'XmlWriter::processFragment' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textblock-fragments/xmlwriter.h:61:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-blocks/xmlwriter.h:61:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-blocks/xmlwriter.h:61:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-frames/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-frames/xmlwriter.h:61:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-frames/xmlwriter.h:61:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-listitems/mainwindow.h:71:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-listitemstyles/mainwindow.h:66:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-printing/mainwindow.h:69:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-selections/mainwindow.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-tables/mainwindow.h:65:8: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-tables/xmlwriter.h:61:5: warning: Member variable 'XmlWriter::document' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/doc/snippets/textdocument-tables/xmlwriter.h:61:5: style: Class 'XmlWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/image/qbitmap.h:87:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qicon.h:141:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimage.h:139:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qiconloader.cpp:248:57: style:inconclusive: Function 'QIconCacheGtkReader' argument 1 names different: declaration 'themeDir' definition 'dirName'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qiconloader.cpp:219:49: note: Function 'QIconCacheGtkReader' argument 1 names different: declaration 'themeDir' definition 'dirName'. qtbase-everywhere-src-5.15.13/src/gui/image/qiconloader.cpp:248:57: note: Function 'QIconCacheGtkReader' argument 1 names different: declaration 'themeDir' definition 'dirName'. qtbase-everywhere-src-5.15.13/src/gui/image/qimageiohandler.h:72:5: error: There is an unknown macro here somewhere. Configuration is required. If QT_DEPRECATED_X is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimagereader.h:154:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimagereaderwriterhelpers.cpp:52:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC_WITH_ARGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimagewriter.h:129:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qmovie.h:75:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpaintengine_pic_p.h:106:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpicture.h:172:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpictureformatplugin.cpp:114:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpixmap.h:193:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DUMMY_COMPARISON_OPERATOR is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpixmap_blitter_p.h:144:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpixmap_win.cpp:52:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:433:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:515:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:557:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:558:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:565:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:578:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:579:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:602:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:603:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:623:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:648:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:649:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:669:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:758:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:759:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:785:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:839:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:840:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:861:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:903:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:904:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:926:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:954:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:955:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:997:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:998:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1401:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1406:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1424:46: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1429:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1477:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1534:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1682:30: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1739:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1835:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1962:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1971:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1019:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpixmapcache.h:97:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1390:14: style: The scope of the variable 'b1' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1437:20: style: Local variable 'p' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1392:22: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1437:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1791:33: style: Local variable 'pix' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1643:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1791:33: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1806:33: style: Local variable 'pix' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1643:11: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1806:33: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:443:45: style: Parameter 'dest' can be declared as pointer to const. However it seems that 'convert_passthrough' is a callback function, if 'dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:2271:88: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:443:45: note: Parameter 'dest' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1084:50: style: Parameter 'dest' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1260:50: style: Parameter 'dest' can be declared as pointer to const. However it seems that 'convert_gray16_to_RGBA64' is a callback function, if 'dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:2285:93: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1260:50: note: Parameter 'dest' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1285:50: style: Parameter 'dest' can be declared as pointer to const. However it seems that 'convert_RGBA64_to_gray16' is a callback function, if 'dest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:2281:93: note: You might need to cast the function pointer here qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1285:50: note: Parameter 'dest' can be declared as pointer to const qtbase-everywhere-src-5.15.13/src/gui/image/qimage_conversions.cpp:1930:15: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:230:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:70:59: style:inconclusive: Function 'QPlatformPixmap' argument 2 names different: declaration 'classId' definition 'objectId'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:74:46: note: Function 'QPlatformPixmap' argument 2 names different: declaration 'classId' definition 'objectId'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:70:59: note: Function 'QPlatformPixmap' argument 2 names different: declaration 'classId' definition 'objectId'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:131:47: style:inconclusive: Function 'fromFile' argument 1 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:91:42: note: Function 'fromFile' argument 1 names different: declaration 'filename' definition 'fileName'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:131:47: note: Function 'fromFile' argument 1 names different: declaration 'filename' definition 'fileName'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:141:45: style:inconclusive: Function 'fromData' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:93:40: note: Function 'fromData' argument 1 names different: declaration 'buffer' definition 'buf'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:141:45: note: Function 'fromData' argument 1 names different: declaration 'buffer' definition 'buf'. qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:100:22: style: Local variable 'd' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:145:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:100:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:174:15: style: Local variable 'w' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:143:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:174:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:175:15: style: Local variable 'h' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:144:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:175:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:210:19: style: Local variable 'w' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:143:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:210:19: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:211:19: style: Local variable 'h' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.h:144:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:211:19: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qplatformpixmap.cpp:104:60: style: Parameter 'd' can be declared as pointer to const [constParameterPointer] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:252:42: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:181:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:185:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:212:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:228:34: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:275:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:283:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:364:43: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:396:49: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:415:49: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:440:45: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:70:11: style: The scope of the variable 'digit' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:179:20: style: The scope of the variable 'end' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:237:16: style: The scope of the variable 'p' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:238:13: style: The scope of the variable 'n' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:244:21: style: The scope of the variable 'b' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:179:20: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:217:24: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qppmhandler.cpp:340:24: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:54:19: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:60:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:243:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:245:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:247:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:301:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:362:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:378:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:381:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:392:40: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:394:40: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:413:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:419:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:432:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:445:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:467:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:470:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:481:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:483:44: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:500:41: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:521:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:536:17: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:538:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:542:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:544:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:546:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:606:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:617:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:640:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:650:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:529:16: style: The scope of the variable 'end' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:532:16: style: The scope of the variable 'b' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:640:25: style: Local variable 'p' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:625:18: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:640:25: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:641:25: style: Local variable 'end' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:624:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:641:25: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qbmphandler.cpp:624:16: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qxbmhandler.cpp:218:14: style: The scope of the variable 't' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/itemmodels/qstandarditemmodel.h:54:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qclipboard.h:101:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qcursor.h:127:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:111:5: style: Class 'QPngHandlerPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:198:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:210:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:223:29: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:226:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:947:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:1120:57: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:1128:57: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:778:24: style: Redundant initialization for 'format'. The initialized value is overwritten before it is read. [redundantInitialization] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:769:31: note: format is initialized qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:778:24: note: format is overwritten qtbase-everywhere-src-5.15.13/src/gui/kernel/qguiapplication.h:202:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:665:47: style:inconclusive: Function 'readPngImage' argument 1 names different: declaration 'image' definition 'outImage'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:130:31: note: Function 'readPngImage' argument 1 names different: declaration 'image' definition 'outImage'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:665:47: note: Function 'readPngImage' argument 1 names different: declaration 'image' definition 'outImage'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:48: style:inconclusive: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:176:35: note: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:48: note: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:59: style:inconclusive: Function 'writeImage' argument 2 names different: declaration 'x' definition 'off_x'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:176:44: note: Function 'writeImage' argument 2 names different: declaration 'x' definition 'off_x'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:59: note: Function 'writeImage' argument 2 names different: declaration 'x' definition 'off_x'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:70: style:inconclusive: Function 'writeImage' argument 3 names different: declaration 'y' definition 'off_y'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:176:51: note: Function 'writeImage' argument 3 names different: declaration 'y' definition 'off_y'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:902:70: note: Function 'writeImage' argument 3 names different: declaration 'y' definition 'off_y'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:907:48: style:inconclusive: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:177:35: note: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:907:48: note: Function 'writeImage' argument 1 names different: declaration 'img' definition 'image'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:908:38: style:inconclusive: Function 'writeImage' argument 4 names different: declaration 'x' definition 'off_x_in'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:177:92: note: Function 'writeImage' argument 4 names different: declaration 'x' definition 'off_x_in'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:908:38: note: Function 'writeImage' argument 4 names different: declaration 'x' definition 'off_x_in'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:908:52: style:inconclusive: Function 'writeImage' argument 5 names different: declaration 'y' definition 'off_y_in'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:177:99: note: Function 'writeImage' argument 5 names different: declaration 'y' definition 'off_y_in'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:908:52: note: Function 'writeImage' argument 5 names different: declaration 'y' definition 'off_y_in'. qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:203:15: style: Variable 'endcrc' can be declared as const array [constVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qpnghandler.cpp:736:24: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/kernel/qevent.h:897:9: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:811:13: style: Condition '!gotQuote' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:799:21: note: Assignment 'gotQuote=false', assigned value is 0 qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:811:13: note: Condition '!gotQuote' is always true qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:965:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:979:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:990:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:991:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:997:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:867:9: style: The scope of the variable 'i' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:920:17: style: The scope of the variable 'transparentColor' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:803:18: style: Local variable 'buf' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:790:41: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:803:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:894:20: style: Local variable 'index' shadows outer argument [shadowArgument] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:863:58: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:894:20: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:1011:18: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:867:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:1011:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:966:20: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:992:20: style: Variable 'end' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/gui/image/qxpmhandler.cpp:813:26: style: Variable 'gotQuote' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/gui/kernel/qinputdevicemanager_p.h:77:5: style: Class 'QInputDeviceManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/kernel/qinputdevicemanager.cpp:92:10: style: Local variable 'cursorPositionChangeRequested' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/kernel/qinputdevicemanager_p.h:88:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/kernel/qinputdevicemanager.cpp:92:10: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/kernel/qhighdpiscaling_p.h:182:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qinternalmimedata.cpp:135:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/kernel/qinternalmimedata.cpp:209:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/kernel/qkeysequence.h:149:6: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qscreen.h:168:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qwindow.h:137:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qopenglwindow.cpp:165:5: style: Class 'QOpenGLWindowPaintDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpalette.h:89:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformclipboard.h:64:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:246:39: style:inconclusive: Function 'QPixelFormat' argument 1 names different: declaration 'colorModel' definition 'mdl'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:164:53: note: Function 'QPixelFormat' argument 1 names different: declaration 'colorModel' definition 'mdl'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:246:39: note: Function 'QPixelFormat' argument 1 names different: declaration 'colorModel' definition 'mdl'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:252:34: style:inconclusive: Function 'QPixelFormat' argument 7 names different: declaration 'alphaSize' definition 'alfa'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:170:50: note: Function 'QPixelFormat' argument 7 names different: declaration 'alphaSize' definition 'alfa'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:252:34: note: Function 'QPixelFormat' argument 7 names different: declaration 'alphaSize' definition 'alfa'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:253:39: style:inconclusive: Function 'QPixelFormat' argument 8 names different: declaration 'alphaUsage' definition 'usage'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:171:55: note: Function 'QPixelFormat' argument 8 names different: declaration 'alphaUsage' definition 'usage'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:253:39: note: Function 'QPixelFormat' argument 8 names different: declaration 'alphaUsage' definition 'usage'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:254:42: style:inconclusive: Function 'QPixelFormat' argument 9 names different: declaration 'alphaPosition' definition 'position'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:172:58: note: Function 'QPixelFormat' argument 9 names different: declaration 'alphaPosition' definition 'position'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:254:42: note: Function 'QPixelFormat' argument 9 names different: declaration 'alphaPosition' definition 'position'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:255:47: style:inconclusive: Function 'QPixelFormat' argument 10 names different: declaration 'premultiplied' definition 'premult'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:173:63: note: Function 'QPixelFormat' argument 10 names different: declaration 'premultiplied' definition 'premult'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:255:47: note: Function 'QPixelFormat' argument 10 names different: declaration 'premultiplied' definition 'premult'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:256:47: style:inconclusive: Function 'QPixelFormat' argument 11 names different: declaration 'typeInterpretation' definition 'typeInterp'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:174:63: note: Function 'QPixelFormat' argument 11 names different: declaration 'typeInterpretation' definition 'typeInterp'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:256:47: note: Function 'QPixelFormat' argument 11 names different: declaration 'typeInterpretation' definition 'typeInterp'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:257:38: style:inconclusive: Function 'QPixelFormat' argument 12 names different: declaration 'byteOrder' definition 'b_order'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:175:54: note: Function 'QPixelFormat' argument 12 names different: declaration 'byteOrder' definition 'b_order'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:257:38: note: Function 'QPixelFormat' argument 12 names different: declaration 'byteOrder' definition 'b_order'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:258:34: style:inconclusive: Function 'QPixelFormat' argument 13 names different: declaration 'subEnum' definition 's_enum'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:176:50: note: Function 'QPixelFormat' argument 13 names different: declaration 'subEnum' definition 's_enum'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qpixelformat.h:258:34: note: Function 'QPixelFormat' argument 13 names different: declaration 'subEnum' definition 's_enum'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformcursor.h:81:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformdrag.h:94:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformdialoghelper.h:116:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatforminputcontext.cpp:109:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformintegration.cpp:327:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformintegrationplugin.cpp:63:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformmenu.h:74:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:95:64: style:inconclusive: Function 'lockAndBindToTexture' argument 2 names different: declaration 'swizzleRandB' definition 'swizzle'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.h:49:78: note: Function 'lockAndBindToTexture' argument 2 names different: declaration 'swizzleRandB' definition 'swizzle'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:95:64: note: Function 'lockAndBindToTexture' argument 2 names different: declaration 'swizzleRandB' definition 'swizzle'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:95:79: style:inconclusive: Function 'lockAndBindToTexture' argument 3 names different: declaration 'premultipliedB' definition 'premultiplied'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.h:49:98: note: Function 'lockAndBindToTexture' argument 3 names different: declaration 'premultipliedB' definition 'premultiplied'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:95:79: note: Function 'lockAndBindToTexture' argument 3 names different: declaration 'premultipliedB' definition 'premultiplied'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:146:66: style:inconclusive: Function 'bindSWToTexture' argument 4 names different: declaration 'rect' definition 'subRect'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.h:50:148: note: Function 'bindSWToTexture' argument 4 names different: declaration 'rect' definition 'subRect'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformgraphicsbufferhelper.cpp:146:66: note: Function 'bindSWToTexture' argument 4 names different: declaration 'rect' definition 'subRect'. qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformnativeinterface.cpp:140:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformservices.h:61:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformscreen.h:83:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.h:89:21: performance:inconclusive: Technically the member function 'QPlatformOpenGLContext::context' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.cpp:118:41: note: Technically the member function 'QPlatformOpenGLContext::context' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.h:89:21: note: Technically the member function 'QPlatformOpenGLContext::context' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.h:98:10: performance:inconclusive: Technically the member function 'QPlatformOpenGLContext::setContext' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.cpp:124:30: note: Technically the member function 'QPlatformOpenGLContext::setContext' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformopenglcontext.h:98:10: note: Technically the member function 'QPlatformOpenGLContext::setContext' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformsessionmanager.h:67:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformsystemtrayicon.h:68:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformsurface.cpp:76:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformtheme.cpp:413:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformwindow.cpp:495:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qplatformwindow.h:75:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qsurface.h:64:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qsurfaceformat.h:62:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/kernel/qtouchdevice.h:59:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qgenericmatrix.h:48:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qquaternion.h:173:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qvector2d.h:209:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qmatrix4x4.h:221:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qvector4d.h:234:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/math3d/qvector3d.h:234:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_GCC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglbuffer.h:102:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengl2pexvertexarray_p.h:69:5: style: Class 'QOpenGLPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengl2pexvertexarray_p.h:72:5: style: Class 'QOpenGLPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengl2pexvertexarray_p.h:84:5: style: Struct 'QOpenGLRect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengl2pexvertexarray.cpp:133:53: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglfunctions.h:265:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglpaintengine_p.h:169:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY_MOVE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengldebug.h:80:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglframebufferobject.h:157:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglpaintdevice.cpp:196:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglpixeltransferoptions.h:94:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:89:10: performance:inconclusive: Technically the member function 'QOpenGLProgramBinaryCache::verifyHeader' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache.cpp:163:33: note: Technically the member function 'QOpenGLProgramBinaryCache::verifyHeader' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:89:10: note: Technically the member function 'QOpenGLProgramBinaryCache::verifyHeader' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:90:10: performance:inconclusive: Technically the member function 'QOpenGLProgramBinaryCache::setProgramBinary' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache.cpp:189:33: note: Technically the member function 'QOpenGLProgramBinaryCache::setProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:90:10: note: Technically the member function 'QOpenGLProgramBinaryCache::setProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:71:9: style: Struct 'ShaderDesc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache_p.h:122:5: style: Class 'QOpenGLProgramBinarySupportCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglprogrambinarycache.cpp:264:5: style: Class 'DeferredFileRemove' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglextrafunctions.h:864:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_OPENGL_FUNCTIONS_DEBUG is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltextureblitter.h:85:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltextureuploader_p.h:72:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltexture.h:74:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltimerquery.cpp:78:5: warning: Member variable 'QOpenGLTimerQueryPrivate::core' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:102:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetQueryObjectuiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:107:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetQueryObjectiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:112:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetQueryiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:117:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glEndQuery' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:122:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glBeginQuery' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:127:22: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glIsQuery' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:132:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glDeleteQueries' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:137:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGenQueries' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:142:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetInteger64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:147:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetQueryObjectui64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:152:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glGetQueryObjecti64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:157:17: performance:inconclusive: Technically the member function 'QOpenGLQueryHelper::glQueryCounter' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltimerquery.cpp:60:17: performance:inconclusive: Technically the member function 'QExtTimerQueryHelper::glGetQueryObjectui64vEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltimerquery.cpp:65:17: performance:inconclusive: Technically the member function 'QExtTimerQueryHelper::glGetQueryObjecti64vEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglqueryhelper_p.h:67:5: style: Class 'QOpenGLQueryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopengltimerquery.cpp:53:5: style: Class 'QExtTimerQueryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglvertexarrayobject.h:96:9: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/opengl/qopenglversionfunctions.h:223:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/painting/qbackingstore.cpp:59:5: style: Class 'QBackingStorePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/painting/qblendfunctions_p.h:47:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/painting/qblittable_p.h:84:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/painting/qbrush.cpp:1557:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_DEPRECATED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/painting/qbezier.cpp:505:18: style: Condition 'py0=y' is not redundant qtbase-everywhere-src-5.15.13/src/gui/painting/qbezier.cpp:505:18: note: Condition 'py0=150' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/gui/util/qshadergenerator.cpp:310:54: note: Assuming that condition 'version>100' is not redundant qtbase-everywhere-src-5.15.13/src/gui/util/qshadergenerator.cpp:311:46: note: Condition 'version>=150' is always false qtbase-everywhere-src-5.15.13/src/gui/util/qshadergenerator.cpp:312:46: style: Condition 'version>=150' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/gui/util/qshadergenerator.cpp:310:54: note: Assuming that condition 'version>100' is not redundant qtbase-everywhere-src-5.15.13/src/gui/util/qshadergenerator.cpp:312:46: note: Condition 'version>=150' is always false qtbase-everywhere-src-5.15.13/src/gui/util/qshaderlanguage_p.h:62:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_NAMESPACE_EXPORT is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:853:7: warning: Class 'QZipReader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:853:7: warning: Class 'QZipReader' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1168:7: warning: Class 'QZipWriter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1168:7: warning: Class 'QZipWriter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:587:31: style: Condition 'start_of_directory==-1' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:584:31: note: Assignment 'start_of_directory=-1', assigned value is -1 qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:587:31: note: Condition 'start_of_directory==-1' is always true qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:576:18: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:595:22: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:614:33: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:690:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:709:31: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:754:20: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:963:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:990:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:991:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1361:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1379:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:823:39: style:inconclusive: Function 'QZipReader' argument 1 names different: declaration 'fileName' definition 'archive'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/gui/text/qzipreader_p.h:70:40: note: Function 'QZipReader' argument 1 names different: declaration 'fileName' definition 'archive'. qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:823:39: note: Function 'QZipReader' argument 1 names different: declaration 'fileName' definition 'archive'. qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:827:24: style: Local variable 'status' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/text/qzipreader_p.h:113:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:827:24: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1143:24: style: Local variable 'status' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/gui/text/qzipwriter_p.h:86:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1143:24: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/text/qzip.cpp:1058:5: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/gui/util/qshadernode_p.h:76:22: style: Class 'Rule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefiledata.cpp:58:5: warning:inconclusive: Member variable 'QTextureFileDataPrivate::internalFormat' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefiledata.cpp:58:5: warning:inconclusive: Member variable 'QTextureFileDataPrivate::baseInternalFormat' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefiledata.cpp:254:20: style: Condition 'id' is always false [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefiledata.cpp:250:22: note: Assignment 'id=nullptr', assigned value is 0 qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefiledata.cpp:254:20: note: Condition 'id' is always false qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefilehandler_p.h:64:9: performance: Variable 'm_logName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/gui/util/qtexturefilereader_p.h:66:5: style: Class 'QTextureFileReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/gui/util/qvalidator.h:72:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/vulkan/qvulkaninstance.cpp:251:5: style: Class 'QVulkanInstancePrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/network/access/http2/hpack.cpp:394:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams_p.h:73:5: style: Class 'BitOStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:54:44: style:inconclusive: Function 'BitOStream' argument 1 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams_p.h:73:36: note: Function 'BitOStream' argument 1 names different: declaration 'buffer' definition 'b'. qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:54:44: note: Function 'BitOStream' argument 1 names different: declaration 'buffer' definition 'b'. qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:158:37: style:inconclusive: Function 'BitIStream' argument 1 names different: declaration 'f' definition 'begin'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams_p.h:116:29: note: Function 'BitIStream' argument 1 names different: declaration 'f' definition 'begin'. qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:158:37: note: Function 'BitIStream' argument 1 names different: declaration 'f' definition 'begin'. qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:158:57: style:inconclusive: Function 'BitIStream' argument 2 names different: declaration 'l' definition 'end'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams_p.h:116:45: note: Function 'BitIStream' argument 2 names different: declaration 'l' definition 'end'. qtbase-everywhere-src-5.15.13/src/network/access/http2/bitstreams.cpp:158:57: note: Function 'BitIStream' argument 2 names different: declaration 'l' definition 'end'. qtbase-everywhere-src-5.15.13/src/network/access/http2/hpacktable.cpp:186:9: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/http2/http2protocol_p.h:112:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qabstractnetworkcache.h:105:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:503:24: debug: CheckClass::isMemberVar found used member variable 'minCodeLength' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:509:37: debug: CheckClass::isMemberVar found used member variable 'prefixTables' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:544:31: debug: CheckClass::isMemberVar found used member variable 'tableData' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:555:12: debug: CheckClass::isMemberVar found used member variable 'tableData' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman_p.h:154:22: style:inconclusive: Technically the member function 'HPack::HuffmanDecoder::tableEntry' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:552:34: note: Technically the member function 'HPack::HuffmanDecoder::tableEntry' can be const. qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman_p.h:154:22: note: Technically the member function 'HPack::HuffmanDecoder::tableEntry' can be const. qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:562:5: debug: CheckClass::isMemberVar found used member variable 'tableData' with varid 0 [varid0] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:541:42: style:inconclusive: Function 'addTable' argument 1 names different: declaration 'prefixLength' definition 'prefix'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman_p.h:153:30: note: Function 'addTable' argument 1 names different: declaration 'prefixLength' definition 'prefix'. qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:541:42: note: Function 'addTable' argument 1 names different: declaration 'prefixLength' definition 'prefix'. qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:541:58: style:inconclusive: Function 'addTable' argument 2 names different: declaration 'indexLength' definition 'index'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman_p.h:153:52: note: Function 'addTable' argument 2 names different: declaration 'indexLength' definition 'index'. qtbase-everywhere-src-5.15.13/src/network/access/http2/huffman.cpp:541:58: note: Function 'addTable' argument 2 names different: declaration 'indexLength' definition 'index'. qtbase-everywhere-src-5.15.13/src/network/access/qhsts_p.h:67:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qhstspolicy.h:61:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qftp.cpp:108:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qhttp2configuration.h:89:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/gui/vulkan/qvulkanwindow.cpp:1238:18: style: Local variable 'err' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/gui/vulkan/qvulkanwindow.cpp:1129:14: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/gui/vulkan/qvulkanwindow.cpp:1238:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/gui/vulkan/qvulkanwindow.cpp:568:51: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/network/access/qhttpmultipart.h:113:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkconnection_p.h:167:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkheader.cpp:54:5: performance: Variable 'url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkheader.cpp:55:5: performance: Variable 'fields' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkheader_p.h:87:5: style: Class 'QHttpNetworkHeaderPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkreply_p.h:181:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkrequest.cpp:324:59: style:inconclusive: Function 'setCustomVerb' argument 1 names different: declaration 'customOperation' definition 'customVerb'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkrequest_p.h:112:42: note: Function 'setCustomVerb' argument 1 names different: declaration 'customOperation' definition 'customVerb'. qtbase-everywhere-src-5.15.13/src/network/access/qhttpnetworkrequest.cpp:324:59: note: Function 'setCustomVerb' argument 1 names different: declaration 'customOperation' definition 'customVerb'. qtbase-everywhere-src-5.15.13/src/network/access/qnetworkrequest.h:201:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qnetworkaccessmanager.cpp:1976:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_POP is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qnetworkfile_p.h:68:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/access/qnetworkdiskcache.h:75:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/bearer/qnetworkconfiguration.h:97:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/bearer/qnetworkconfigmanager.h:74:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/bearer/qnetworksession.h:95:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_access_qftp.cpp:68:1: error: There is an unknown macro here somewhere. Configuration is required. If start is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_bearer_qnetworkconfigmanager.cpp:54:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_bearer_qnetworksession.cpp:42:5: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_kernel_qhostaddress.cpp:55:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_kernel_qhostinfo.cpp:97:1: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_socket_qabstractsocket.cpp:53:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_socket_qlocalsocket_unix.cpp:53:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_socket_qnativesocketengine.cpp:67:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp:57:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_ssl_qdtls.cpp:122:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_ssl_qdtlscookie.cpp:80:8: error: Unmatched '('. Configuration: '__GNUC__=1'. [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_ssl_qsslcertificate.cpp:54:1: error: syntax error: keyword 'for' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/code/src_network_ssl_qsslsocket.cpp:77:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/network/tcpwait.cpp:62:9: style: The scope of the variable 'numRead' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/network/tcpwait.cpp:62:35: style: Variable 'numReadTotal' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/network/doc/snippets/network/tcpwait.cpp:70:22: style: Variable 'numReadTotal' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/network/kernel/qdnslookup.h:197:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qdnslookup_unix.cpp:411:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qhostaddress.h:92:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qdnslookup_winrt.cpp:94:35: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qhostinfo.h:152:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1113:5: warning: Member variable 'QNtlmPhase2BlockBase::challenge' is not initialized in the constructor. Maybe it should be initialized directly in the class QNtlmPhase2BlockBase? [uninitDerivedMemberVar] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1200:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1211:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1215:21: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1415:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1432:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1463:24: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/kernel/qauthenticator.cpp:1541:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/network/kernel/qhostinfo_p.h:102:5: style: Class 'QHostInfoResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/network/kernel/qnetconmonitor_stub.cpp:75:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qnetworkdatagram.h:115:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qnetconmonitor_p.h:124:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qnetworkinterface.h:118:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qnetworkproxy.h:70:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/kernel/qurlinfo.cpp:438:21: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf] qtbase-everywhere-src-5.15.13/src/network/kernel/qurlinfo.cpp:683:43: style:inconclusive: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/kernel/qurlinfo_p.h:123:37: note: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'. qtbase-everywhere-src-5.15.13/src/network/kernel/qurlinfo.cpp:683:43: note: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'. qtbase-everywhere-src-5.15.13/src/network/socket/qabstractsocket.h:70:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qabstractsocketengine_p.h:122:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qlocalserver.h:70:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_FLAG is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qlocalsocket.h:145:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_PRIVATE_SLOT is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qnativesocketengine_p.h:193:8: error: There is an unknown macro here somewhere. Configuration is required. If Q_SLOTS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qnativesocketengine_winrt.cpp:155:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/socket/qtcpsocket.h:60:5: style: Class 'QTcpSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/network/socket/qudpsocket.cpp:118:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PUBLIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qasn1element.cpp:86:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC_WITH_ARGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qocspresponse.h:110:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslconfiguration.h:67:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslkey.h:50:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_BEGIN_NAMESPACE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qdtls_openssl.cpp:587:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.cpp:83:63: style:inconclusive: Function 'deriveKeyPbkdf1' argument 2 names different: declaration 'password' definition 'data'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.h:51:54: note: Function 'deriveKeyPbkdf1' argument 2 names different: declaration 'password' definition 'data'. qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.cpp:83:63: note: Function 'deriveKeyPbkdf1' argument 2 names different: declaration 'password' definition 'data'. qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.cpp:143:63: style:inconclusive: Function 'deriveKeyPbkdf2' argument 2 names different: declaration 'password' definition 'data'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.h:54:54: note: Function 'deriveKeyPbkdf2' argument 2 names different: declaration 'password' definition 'data'. qtbase-everywhere-src-5.15.13/src/network/ssl/qpassworddigestor.cpp:143:63: note: Function 'deriveKeyPbkdf2' argument 2 names different: declaration 'password' definition 'data'. qtbase-everywhere-src-5.15.13/src/network/ssl/qsslcertificateextension.h:76:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslerror.h:98:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslcontext_openssl.cpp:532:78: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslcontext_openssl.cpp:567:57: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslpresharedkeyauthenticator.h:89:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_SHARED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslsocket_mac.cpp:651:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/network/ssl/qsslsocket_winrt.cpp:684:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/doc/snippets/code/src_opengl_qgl.cpp:72:1: error: syntax error: keyword 'if' is not allowed in global scope [syntaxError] qtbase-everywhere-src-5.15.13/src/opengl/doc/snippets/code/src_opengl_qglfunctions.cpp:56:9: style: Class 'MyGLWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/doc/snippets/code/src_opengl_qgraphicsshadereffect.cpp:67:9: style: Class 'ColorizeEffect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h:68:5: style: Class 'QGLPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h:71:5: style: Class 'QGLPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h:83:5: style: Struct 'QGLRect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp:133:53: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::mainVertexShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::positionVertexShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::mainFragShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::srcPixelFragShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::maskFragShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::compositionFragShader' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::useTextureCoords' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::useOpacityAttribute' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:375:5: warning: Member variable 'QGLEngineShaderProg::usePmvMatrixAttribute' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::device' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::mode' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::matrixDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::compositionModeDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::brushTextureDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::brushUniformsDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::opacityUniformDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::matrixUniformDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::translateZUniformDirty' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::stencilClean' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::needsSync' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::multisamplingAlwaysEnabled' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::textureInvertedY' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: warning: Member variable 'QGL2PaintEngineExPrivate::vertexAttribPointers' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:68:10: performance:inconclusive: Technically the member function 'QGLCustomShaderStage::setUniformsDirty' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:75:28: note: Technically the member function 'QGLCustomShaderStage::setUniformsDirty' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:68:10: note: Technically the member function 'QGLCustomShaderStage::setUniformsDirty' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:71:10: performance:inconclusive: Technically the member function 'QGLCustomShaderStage::removeFromPainter' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:100:28: note: Technically the member function 'QGLCustomShaderStage::removeFromPainter' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:71:10: note: Technically the member function 'QGLCustomShaderStage::removeFromPainter' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:72:16: performance:inconclusive: Technically the member function 'QGLCustomShaderStage::source' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:117:34: note: Technically the member function 'QGLCustomShaderStage::source' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:72:16: note: Technically the member function 'QGLCustomShaderStage::source' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:74:10: performance:inconclusive: Technically the member function 'QGLCustomShaderStage::setInactive' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:125:28: note: Technically the member function 'QGLCustomShaderStage::setInactive' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:74:10: note: Technically the member function 'QGLCustomShaderStage::setInactive' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:76:10: performance:inconclusive: Technically the member function 'QGLCustomShaderStage::setSource' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:131:28: note: Technically the member function 'QGLCustomShaderStage::setSource' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage_p.h:76:10: note: Technically the member function 'QGLCustomShaderStage::setSource' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:61:7: warning: Class 'QGLCustomShaderStage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglcustomshaderstage.cpp:61:7: warning: Class 'QGLCustomShaderStage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:345:5: style: Class 'QGLEngineSharedShaders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager_p.h:415:5: style: Class 'QGLEngineShaderManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:176:5: style: Class 'QGL2PaintEngineExPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:217:27: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:226:37: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglgradientcache.cpp:61:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h:68:5: style: Struct 'QGLGlyphTexture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h:69:33: warning: Either the condition 'ctx' is redundant or there is possible null pointer dereference: ctx. [nullPointerRedundantCheck] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h:74:13: note: Assuming that condition 'ctx' is not redundant qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h:69:33: note: Null pointer dereference qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp:313:26: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp:321:28: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp:296:23: style: Local variable 'texture' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h:123:19: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp:296:23: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/qgl.h:206:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglshadercache_p.h:68:17: performance:inconclusive: Technically the member function 'CachedShader::isCached' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglshadercache_p.h:73:17: performance:inconclusive: Technically the member function 'CachedShader::load' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglshadercache_p.h:78:17: performance:inconclusive: Technically the member function 'CachedShader::store' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:264:5: warning: Class 'QGLEngineSharedShaders' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:264:5: warning: Class 'QGLEngineSharedShaders' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:60:5: style: Class 'QGLEngineSharedShadersResource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:226:9: style: Condition '!inCache' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:224:42: note: Calling function 'load' returns 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:224:42: note: Assignment 'inCache=simpleShaderCache.load(simpleShaderProg,context)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:226:9: note: Condition '!inCache' is always true qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:270:9: style: Condition '!inCache' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:268:35: note: Calling function 'load' returns 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:268:35: note: Assignment 'inCache=blitShaderCache.load(blitShaderProg,context)', assigned value is 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:270:9: note: Condition '!inCache' is always true qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:369:13: style: Condition '!inCache' is always true [knownConditionTrueFalse] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:367:40: note: Calling function 'load' returns 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:367:40: note: Assignment 'inCache=shaderCache.load(shaderProgram.data(),QGLContext::currentContext())', assigned value is 0 qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglengineshadermanager.cpp:369:13: note: Condition '!inCache' is always true qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:206:23: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:89:21: performance:inconclusive: Technically the member function 'QGLBuffer::type' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:222:28: note: Technically the member function 'QGLBuffer::type' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:89:21: note: Technically the member function 'QGLBuffer::type' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:91:29: performance:inconclusive: Technically the member function 'QGLBuffer::usagePattern' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:234:36: note: Technically the member function 'QGLBuffer::usagePattern' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:91:29: note: Technically the member function 'QGLBuffer::usagePattern' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:92:10: performance:inconclusive: Technically the member function 'QGLBuffer::setUsagePattern' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:246:17: note: Technically the member function 'QGLBuffer::setUsagePattern' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:92:10: note: Technically the member function 'QGLBuffer::setUsagePattern' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:94:10: performance:inconclusive: Technically the member function 'QGLBuffer::create' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:275:17: note: Technically the member function 'QGLBuffer::create' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:94:10: note: Technically the member function 'QGLBuffer::create' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:95:10: performance:inconclusive: Technically the member function 'QGLBuffer::isCreated' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:307:17: note: Technically the member function 'QGLBuffer::isCreated' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:95:10: note: Technically the member function 'QGLBuffer::isCreated' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:97:10: performance:inconclusive: Technically the member function 'QGLBuffer::destroy' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:318:17: note: Technically the member function 'QGLBuffer::destroy' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:97:10: note: Technically the member function 'QGLBuffer::destroy' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:99:10: style:inconclusive: Technically the member function 'QGLBuffer::bind' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:419:17: note: Technically the member function 'QGLBuffer::bind' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:99:10: note: Technically the member function 'QGLBuffer::bind' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:100:10: style:inconclusive: Technically the member function 'QGLBuffer::release' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:450:17: note: Technically the member function 'QGLBuffer::release' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:100:10: note: Technically the member function 'QGLBuffer::release' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:104:12: performance:inconclusive: Technically the member function 'QGLBuffer::bufferId' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:488:19: note: Technically the member function 'QGLBuffer::bufferId' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:104:12: note: Technically the member function 'QGLBuffer::bufferId' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:106:9: performance:inconclusive: Technically the member function 'QGLBuffer::size' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:507:16: note: Technically the member function 'QGLBuffer::size' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:106:9: note: Technically the member function 'QGLBuffer::size' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:108:10: performance:inconclusive: Technically the member function 'QGLBuffer::read' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:337:17: note: Technically the member function 'QGLBuffer::read' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:108:10: note: Technically the member function 'QGLBuffer::read' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:109:10: style:inconclusive: Technically the member function 'QGLBuffer::write' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:364:17: note: Technically the member function 'QGLBuffer::write' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:109:10: note: Technically the member function 'QGLBuffer::write' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:111:10: style:inconclusive: Technically the member function 'QGLBuffer::allocate' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:384:17: note: Technically the member function 'QGLBuffer::allocate' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:111:10: note: Technically the member function 'QGLBuffer::allocate' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:115:10: style:inconclusive: Technically the member function 'QGLBuffer::unmap' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:556:17: note: Technically the member function 'QGLBuffer::unmap' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:115:10: note: Technically the member function 'QGLBuffer::unmap' can be const. qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:130:5: style: Class 'QGLBufferPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:287:16: style: Local variable 'bufferId' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:104:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:287:16: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:426:12: style: Local variable 'bufferId' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.h:104:12: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/qglbuffer.cpp:426:12: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/qglcolormap.h:72:16: style:inconclusive: Technically the member function 'QGLColormap::handle' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/opengl/qglcolormap.cpp:281:9: style: The scope of the variable 'rx' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/opengl/qglcolormap.cpp:281:13: style: The scope of the variable 'gx' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/opengl/qglcolormap.cpp:281:17: style: The scope of the variable 'bx' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/opengl/qglcolormap.cpp:281:21: style: The scope of the variable 'dist' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/opengl/qglframebufferobject.h:108:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DISABLE_COPY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/qglfunctions.h:74:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/qglpixelbuffer.cpp:416:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/qglshaderprogram.h:65:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/qgraphicsshadereffect_p.h:82:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_PRIVATE is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2492:23: warning:inconclusive: Member variable 'QGL2PaintEngineState::matrixChanged' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2492:23: warning:inconclusive: Member variable 'QGL2PaintEngineState::compositionModeChanged' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2492:23: warning:inconclusive: Member variable 'QGL2PaintEngineState::opacityChanged' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2492:23: warning:inconclusive: Member variable 'QGL2PaintEngineState::renderHintsChanged' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2492:23: warning:inconclusive: Member variable 'QGL2PaintEngineState::clipChanged' is not assigned in the copy constructor. Should it be copied? [missingMemberCopy] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2495:5: performance: Variable 'isNew' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2496:5: performance: Variable 'needsClipBufferClear' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2497:5: performance: Variable 'clipTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2498:5: performance: Variable 'currentClip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2499:5: performance: Variable 'canRestoreClip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2500:5: performance: Variable 'rectangleClip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2505:5: performance: Variable 'isNew' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2506:5: performance: Variable 'needsClipBufferClear' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2507:5: performance: Variable 'clipTestEnabled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2508:5: performance: Variable 'canRestoreClip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qglgradientcache_p.h:80:5: style: Class 'QGL2GradientCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:700:58: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:701:59: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:702:52: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:730:32: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:774:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:812:35: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:855:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:900:35: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:902:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:905:38: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:927:90: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:929:92: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1660:13: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1796:54: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1797:55: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/platformsupport/devicediscovery/qdevicediscovery_p.h:86:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_ENUM is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:50: style:inconclusive: Function 'drawPixmap' argument 1 names different: declaration 'r' definition 'dest'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:124:43: note: Function 'drawPixmap' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:50: note: Function 'drawPixmap' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:72: style:inconclusive: Function 'drawPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:124:61: note: Function 'drawPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:72: note: Function 'drawPixmap' argument 2 names different: declaration 'pm' definition 'pixmap'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:95: style:inconclusive: Function 'drawPixmap' argument 3 names different: declaration 'sr' definition 'src'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:124:79: note: Function 'drawPixmap' argument 3 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1427:95: note: Function 'drawPixmap' argument 3 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:49: style:inconclusive: Function 'drawImage' argument 1 names different: declaration 'r' definition 'dest'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:127:42: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:49: note: Function 'drawImage' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:69: style:inconclusive: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:127:59: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:69: note: Function 'drawImage' argument 2 names different: declaration 'pm' definition 'image'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:90: style:inconclusive: Function 'drawImage' argument 3 names different: declaration 'sr' definition 'src'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:127:77: note: Function 'drawImage' argument 3 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1473:90: note: Function 'drawImage' argument 3 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1545:51: style:inconclusive: Function 'drawTexture' argument 1 names different: declaration 'r' definition 'dest'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:136:36: note: Function 'drawTexture' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1545:51: note: Function 'drawTexture' argument 1 names different: declaration 'r' definition 'dest'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1545:108: style:inconclusive: Function 'drawTexture' argument 4 names different: declaration 'sr' definition 'src'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:136:90: note: Function 'drawTexture' argument 4 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1545:108: note: Function 'drawTexture' argument 4 names different: declaration 'sr' definition 'src'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2026:45: style:inconclusive: Function 'begin' argument 1 names different: declaration 'device' definition 'pdev'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:111:30: note: Function 'begin' argument 1 names different: declaration 'device' definition 'pdev'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2026:45: note: Function 'begin' argument 1 names different: declaration 'device' definition 'pdev'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2429:49: style:inconclusive: Function 'setState' argument 1 names different: declaration 's' definition 'new_state'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:140:42: note: Function 'setState' argument 1 names different: declaration 's' definition 'new_state'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2429:49: note: Function 'setState' argument 1 names different: declaration 's' definition 'new_state'. qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1335:15: style: Local variable 'width' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:258:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1335:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2196:15: style: Local variable 'width' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:258:9: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2196:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2201:15: style: Local variable 'height' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h:258:16: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2201:15: note: Shadow variable qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:240:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1455:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1456:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:1674:36: style: Variable 'userData' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:2436:27: style: Variable 'old_state' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:792:22: style: Variable 'data' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp:872:22: style: Variable 'data' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/platformsupport/edid/qedidparser_p.h:78:0: debug: Failed to parse 'typedef QT_END_NAMESPACE QT_BEGIN_NAMESPACE struct VendorTable { const char id [ 4 ] ; const char name [ 78 ] ; } VendorTable ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qeglconvenience_p.h:78:5: style: Class 'QEglConfigChooser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qeglconvenience.cpp:314:18: style: Local variable 'i' shadows outer variable [shadowVariable] qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qeglconvenience.cpp:293:13: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qeglconvenience.cpp:314:18: note: Shadow variable qtbase-everywhere-src-5.15.13/src/platformsupport/edid/qedidparser_p.h:75:13: performance:inconclusive: Technically the member function 'QEdidParser::parseEdidString' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/platformsupport/edid/qedidparser.cpp:158:22: note: Technically the member function 'QEdidParser::parseEdidString' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/platformsupport/edid/qedidparser_p.h:75:13: note: Technically the member function 'QEdidParser::parseEdidString' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/platformsupport/edid/qedidparser.cpp:141:52: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qeglplatformcontext_p.h:68:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/eglconvenience/qxlibeglintegration.cpp:43:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_LOGGING_CATEGORY is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/eventdispatchers/qeventdispatcher_glib_p.h:80:5: style: Class 'QPAEventDispatcherGlibPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/fbconvenience/qfbscreen_p.h:74:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_DECLARE_FLAGS is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fbconvenience/qfbvthandler_p.h:74:9: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp:816:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:73:72: style:inconclusive: Function 'getMatchPatternForFallback' argument 1 names different: declaration 'at' definition 'fallBackIndex'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig_p.h:68:47: note: Function 'getMatchPatternForFallback' argument 1 names different: declaration 'at' definition 'fallBackIndex'. qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/fontconfig/qfontenginemultifontconfig.cpp:73:72: note: Function 'getMatchPatternForFallback' argument 1 names different: declaration 'at' definition 'fallBackIndex'. qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfontengine_ft.cpp:142:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp:1261:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_GLOBAL_STATIC is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase.cpp:125:50: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase.cpp:157:23: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase.cpp:85:79: style:inconclusive: Function 'fontEngine' argument 2 names different: declaration 'handle' definition 'usrPtr'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase_p.h:70:60: note: Function 'fontEngine' argument 2 names different: declaration 'handle' definition 'usrPtr'. qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/freetype/qfreetypefontdatabase.cpp:85:79: note: Function 'fontEngine' argument 2 names different: declaration 'handle' definition 'usrPtr'. qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/windows/qwindowsfontenginedirectwrite_p.h:152:0: error: syntax error [syntaxError] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/windows/qwindowsfontenginedirectwrite.cpp:593:1: error: There is an unknown macro here somewhere. Configuration is required. If QT_WARNING_DISABLE_DEPRECATED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/windows/qwindowsnativeimage_p.h:87:0: debug: Failed to parse 'typedef QT_END_NAMESPACE QT_BEGIN_NAMESPACE struct { BITMAPINFOHEADER bmiHeader ; DWORD redMask ; DWORD greenMask ; DWORD blueMask ; } BITMAPINFO_MASK ;'. The checking continues anyway. [simplifyTypedef] qtbase-everywhere-src-5.15.13/src/platformsupport/fontdatabases/winrt/qwinrtfontdatabase.cpp:137:5: error: There is an unknown macro here somewhere. Configuration is required. If foreach is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/graphics/qrasterbackingstore_p.h:62:5: style: Class 'QRasterBackingStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/graphics/qrasterbackingstore.cpp:83:49: style:inconclusive: Function 'scroll' argument 1 names different: declaration 'area' definition 'region'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/platformsupport/graphics/qrasterbackingstore_p.h:66:32: note: Function 'scroll' argument 1 names different: declaration 'area' definition 'region'. qtbase-everywhere-src-5.15.13/src/platformsupport/graphics/qrasterbackingstore.cpp:83:49: note: Function 'scroll' argument 1 names different: declaration 'area' definition 'region'. qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp:270:22: style: Local variable 'handleWheelEvent' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler_p.h:77:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp:270:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp:279:22: style: Local variable 'handleWheelEvent' shadows outer function [shadowFunction] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler_p.h:77:10: note: Shadowed declaration qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevmouse/qevdevmousehandler.cpp:279:22: note: Shadow variable qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp:171:5: error: There is an unknown macro here somewhere. Configuration is required. If Q_UNUSED is a macro then please configure it. [unknownMacro] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchfilter_p.h:67:9: style: Struct 'vec2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchfilter_p.h:81:9: style: Struct 'mat2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:938:26: style: The statement 'if (tp.state!=Qt::TouchPointPressed) tp.state=Qt::TouchPointPressed' is logically equivalent to 'tp.state=Qt::TouchPointPressed'. [duplicateConditionalAssign] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:939:26: note: Assignment 'tp.state=Qt::TouchPointPressed' qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:938:26: note: Condition 'tp.state!=Qt::TouchPointPressed' is redundant qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:339:48: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchfilter_p.h:148:72: style:inconclusive: Function 'update' argument 3 names different: declaration 'timeDelta' definition 'dT'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchfilter_p.h:60:50: note: Function 'update' argument 3 names different: declaration 'timeDelta' definition 'dT'. qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchfilter_p.h:148:72: note: Function 'update' argument 3 names different: declaration 'timeDelta' definition 'dT'. qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:750:48: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp:395:16: style: Variable 'events' is assigned a value that is never used. [unreadVariable] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:105:5: warning:inconclusive: Member variable 'QAbstractOpenGLExtension::d_ptr' is not initialized in the constructor. [uninitMemberVar] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp:121:15: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] qtbase-everywhere-src-5.15.13/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp:341:115: style: Same expression on both sides of '&' because 'SwitchConsoleMask' and 'QEvdevKeyboardMap::SystemConsoleMask' represent the same value. [duplicateExpression] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:61:6: warning:inconclusive: Class 'IntNotifier' which has virtual members does not have a virtual destructor. [virtualDestructor] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:81:15: style:inconclusive: Technically the member function 'HIDDeviceHandler::get_handle' can be const. [functionConst] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:92:5: style: Class 'HIDDriverHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:246:25: style: C-style pointer casting [cstyleCast] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:231:23: style: The scope of the variable 'hidnot' can be reduced. [variableScope] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:251:79: style:inconclusive: Function 'QIntegrityHIDManager' argument 2 names different: declaration 'specification' definition 'spec'. [funcArgNamesDifferent] qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.h:55:61: note: Function 'QIntegrityHIDManager' argument 2 names different: declaration 'specification' definition 'spec'. qtbase-everywhere-src-5.15.13/src/platformsupport/input/integrityhid/qintegrityhidmanager.cpp:251:79: note: Function 'QIntegrityHIDManager' argument 2 names different: declaration 'specification' definition 'spec'. qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:125:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_3DFX_tbuffer::glTbufferMask3DFX' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:131:44: note: Technically the member function 'QOpenGLExtension_3DFX_tbuffer::glTbufferMask3DFX' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:125:10: note: Technically the member function 'QOpenGLExtension_3DFX_tbuffer::glTbufferMask3DFX' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:153:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_debug_output::glGetDebugMessageLogAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:162:50: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glGetDebugMessageLogAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:153:12: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glGetDebugMessageLogAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:154:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageCallbackAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:168:48: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageCallbackAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:154:10: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageCallbackAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:155:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageInsertAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:174:48: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageInsertAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:155:10: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageInsertAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:156:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageEnableAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:180:48: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageEnableAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:156:10: note: Technically the member function 'QOpenGLExtension_AMD_debug_output::glDebugMessageEnableAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:202:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:211:54: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:202:10: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:203:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationIndexedAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:217:54: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:203:10: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendEquationIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:204:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:223:54: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:204:10: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncSeparateIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:205:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncIndexedAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:229:54: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:205:10: note: Technically the member function 'QOpenGLExtension_AMD_draw_buffers_blend::glBlendFuncIndexedAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:249:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawElementsIndirectAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:256:55: note: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawElementsIndirectAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:249:10: note: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawElementsIndirectAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:250:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawArraysIndirectAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:262:55: note: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawArraysIndirectAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:250:10: note: Technically the member function 'QOpenGLExtension_AMD_multi_draw_indirect::glMultiDrawArraysIndirectAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:283:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glIsNameAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:291:56: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glIsNameAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:283:15: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glIsNameAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:284:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glDeleteNamesAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:297:51: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glDeleteNamesAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:284:10: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glDeleteNamesAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:285:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glGenNamesAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:303:51: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glGenNamesAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:285:10: note: Technically the member function 'QOpenGLExtension_AMD_name_gen_delete::glGenNamesAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:332:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterDataAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:348:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterDataAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:332:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterDataAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:333:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glEndPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:354:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glEndPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:333:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glEndPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:334:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glBeginPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:360:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glBeginPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:334:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glBeginPerfMonitorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:335:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glSelectPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:366:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glSelectPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:335:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glSelectPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:336:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glDeletePerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:372:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glDeletePerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:336:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glDeletePerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:337:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGenPerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:378:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGenPerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:337:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGenPerfMonitorsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:338:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterInfoAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:384:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterInfoAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:338:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterInfoAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:339:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterStringAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:390:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterStringAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:339:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCounterStringAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:340:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupStringAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:396:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupStringAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:340:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupStringAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:341:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:402:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:341:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorCountersAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:342:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupsAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:408:55: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:342:10: note: Technically the member function 'QOpenGLExtension_AMD_performance_monitor::glGetPerfMonitorGroupsAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:427:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_sample_positions::glSetMultisamplefvAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:433:52: note: Technically the member function 'QOpenGLExtension_AMD_sample_positions::glSetMultisamplefvAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:427:10: note: Technically the member function 'QOpenGLExtension_AMD_sample_positions::glSetMultisamplefvAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:452:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_sparse_texture::glTexStorageSparseAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:458:50: note: Technically the member function 'QOpenGLExtension_AMD_sparse_texture::glTexStorageSparseAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:452:10: note: Technically the member function 'QOpenGLExtension_AMD_sparse_texture::glTexStorageSparseAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:477:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_stencil_operation_extended::glStencilOpValueAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:483:62: note: Technically the member function 'QOpenGLExtension_AMD_stencil_operation_extended::glStencilOpValueAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:477:10: note: Technically the member function 'QOpenGLExtension_AMD_stencil_operation_extended::glStencilOpValueAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:503:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationModeAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:510:60: note: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationModeAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:503:10: note: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationModeAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:504:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationFactorAMD' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:516:60: note: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationFactorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:504:10: note: Technically the member function 'QOpenGLExtension_AMD_vertex_shader_tesselator::glTessellationFactorAMD' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:539:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:549:51: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:539:10: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:540:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:555:51: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:540:10: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glMultiDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:541:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:561:51: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:541:10: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawRangeElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:542:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:567:51: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:542:10: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glDrawElementArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:543:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_element_array::glElementPointerAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:573:51: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glElementPointerAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:543:10: note: Technically the member function 'QOpenGLExtension_APPLE_element_array::glElementPointerAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:599:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishObjectAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:612:43: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishObjectAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:599:10: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishObjectAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:600:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestObjectAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:618:48: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestObjectAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:600:15: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestObjectAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:601:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishFenceAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:624:43: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:601:10: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glFinishFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:602:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestFenceAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:630:48: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:602:15: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glTestFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:603:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glIsFenceAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:636:48: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glIsFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:603:15: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glIsFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:604:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glSetFenceAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:642:43: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glSetFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:604:10: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glSetFenceAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:605:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glDeleteFencesAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:648:43: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glDeleteFencesAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:605:10: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glDeleteFencesAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:606:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_fence::glGenFencesAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:654:43: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glGenFencesAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:606:10: note: Technically the member function 'QOpenGLExtension_APPLE_fence::glGenFencesAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:674:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glFlushMappedBufferRangeAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:681:56: note: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glFlushMappedBufferRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:674:10: note: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glFlushMappedBufferRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:675:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glBufferParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:687:56: note: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glBufferParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:675:10: note: Technically the member function 'QOpenGLExtension_APPLE_flush_buffer_range::glBufferParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:708:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glGetObjectParameterivAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:716:54: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glGetObjectParameterivAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:708:10: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glGetObjectParameterivAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:709:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectUnpurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:722:56: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectUnpurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:709:12: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectUnpurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:710:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectPurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:728:56: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectPurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:710:12: note: Technically the member function 'QOpenGLExtension_APPLE_object_purgeable::glObjectPurgeableAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:748:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glGetTexParameterPointervAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:755:51: note: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glGetTexParameterPointervAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:748:10: note: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glGetTexParameterPointervAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:749:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glTextureRangeAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:761:51: note: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glTextureRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:749:10: note: Technically the member function 'QOpenGLExtension_APPLE_texture_range::glTextureRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:783:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glIsVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:792:62: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glIsVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:783:15: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glIsVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:784:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glGenVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:798:57: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glGenVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:784:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glGenVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:785:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glDeleteVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:804:57: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glDeleteVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:785:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glDeleteVertexArraysAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:786:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glBindVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:810:57: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glBindVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:786:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_object::glBindVertexArrayAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:831:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:839:56: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:831:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayParameteriAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:832:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glFlushVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:845:56: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glFlushVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:832:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glFlushVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:833:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:851:56: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:833:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_array_range::glVertexArrayRangeAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:876:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2fAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:888:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2fAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:876:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2fAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:877:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2dAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:894:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2dAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:877:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib2dAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:878:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1fAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:900:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1fAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:878:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1fAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:879:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1dAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:906:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1dAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:879:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glMapVertexAttrib1dAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:880:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glIsVertexAttribEnabledAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:912:68: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glIsVertexAttribEnabledAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:880:15: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glIsVertexAttribEnabledAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:881:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glDisableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:918:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glDisableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:881:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glDisableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:882:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glEnableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:924:63: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glEnableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:882:10: note: Technically the member function 'QOpenGLExtension_APPLE_vertex_program_evaluators::glEnableVertexAttribAPPLE' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:947:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glClearDepthf' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:957:53: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glClearDepthf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:947:10: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glClearDepthf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:948:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glDepthRangef' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:963:53: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glDepthRangef' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:948:10: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glDepthRangef' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:949:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glGetShaderPrecisionFormat' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:969:53: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glGetShaderPrecisionFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:949:10: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glGetShaderPrecisionFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:950:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glShaderBinary' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:975:53: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glShaderBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:950:10: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glShaderBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:951:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glReleaseShaderCompiler' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:981:53: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glReleaseShaderCompiler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:951:10: note: Technically the member function 'QOpenGLExtension_ARB_ES2_compatibility::glReleaseShaderCompiler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1002:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseVertexBaseInstance' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1010:49: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseVertexBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1002:10: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseVertexBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1003:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1016:49: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1003:10: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawElementsInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1004:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawArraysInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1022:49: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawArraysInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1004:10: note: Technically the member function 'QOpenGLExtension_ARB_base_instance::glDrawArraysInstancedBaseInstance' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1042:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glGetFragDataIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1049:56: note: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glGetFragDataIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1042:11: note: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glGetFragDataIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1043:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glBindFragDataLocationIndexed' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1055:55: note: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glBindFragDataLocationIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1043:10: note: Technically the member function 'QOpenGLExtension_ARB_blend_func_extended::glBindFragDataLocationIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1074:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_cl_event::glCreateSyncFromCLeventARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1080:46: note: Technically the member function 'QOpenGLExtension_ARB_cl_event::glCreateSyncFromCLeventARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1074:12: note: Technically the member function 'QOpenGLExtension_ARB_cl_event::glCreateSyncFromCLeventARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1100:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferSubData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1107:55: note: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1100:10: note: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1101:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1113:55: note: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1101:10: note: Technically the member function 'QOpenGLExtension_ARB_clear_buffer_object::glClearBufferData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1132:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_color_buffer_float::glClampColorARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1138:54: note: Technically the member function 'QOpenGLExtension_ARB_color_buffer_float::glClampColorARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1132:10: note: Technically the member function 'QOpenGLExtension_ARB_color_buffer_float::glClampColorARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1158:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchComputeIndirect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1165:50: note: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchComputeIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1158:10: note: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchComputeIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1159:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchCompute' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1171:50: note: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchCompute' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1159:10: note: Technically the member function 'QOpenGLExtension_ARB_compute_shader::glDispatchCompute' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1190:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_copy_buffer::glCopyBufferSubData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1196:47: note: Technically the member function 'QOpenGLExtension_ARB_copy_buffer::glCopyBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1190:10: note: Technically the member function 'QOpenGLExtension_ARB_copy_buffer::glCopyBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1215:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_copy_image::glCopyImageSubData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1221:46: note: Technically the member function 'QOpenGLExtension_ARB_copy_image::glCopyImageSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1215:10: note: Technically the member function 'QOpenGLExtension_ARB_copy_image::glCopyImageSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1243:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_debug_output::glGetDebugMessageLogARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1252:50: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glGetDebugMessageLogARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1243:12: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glGetDebugMessageLogARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1244:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageCallbackARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1258:48: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageCallbackARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1244:10: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageCallbackARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1245:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageInsertARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1264:48: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageInsertARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1245:10: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageInsertARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1246:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageControlARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1270:48: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageControlARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1246:10: note: Technically the member function 'QOpenGLExtension_ARB_debug_output::glDebugMessageControlARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1289:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_buffers::glDrawBuffersARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1295:48: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers::glDrawBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1289:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers::glDrawBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1317:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFuncSeparateiARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1326:54: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFuncSeparateiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1317:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFuncSeparateiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1318:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFunciARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1332:54: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFunciARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1318:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendFunciARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1319:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationSeparateiARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1338:54: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationSeparateiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1319:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationSeparateiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1320:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationiARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1344:54: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1320:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_buffers_blend::glBlendEquationiARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1366:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glMultiDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1375:61: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glMultiDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1366:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glMultiDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1367:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsInstancedBaseVertex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1381:61: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsInstancedBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1367:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsInstancedBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1368:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawRangeElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1387:61: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawRangeElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1368:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawRangeElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1369:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1393:61: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1369:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_elements_base_vertex::glDrawElementsBaseVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1413:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1420:49: note: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1413:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1414:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1426:49: note: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1414:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_indirect::glDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1446:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawElementsInstancedARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1453:50: note: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawElementsInstancedARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1446:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawElementsInstancedARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1447:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawArraysInstancedARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1459:50: note: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawArraysInstancedARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1447:10: note: Technically the member function 'QOpenGLExtension_ARB_draw_instanced::glDrawArraysInstancedARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1479:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glGetFramebufferParameteriv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1486:62: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glGetFramebufferParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1479:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glGetFramebufferParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1480:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glFramebufferParameteri' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1492:62: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glFramebufferParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1480:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_no_attachments::glFramebufferParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1530:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTextureLayer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1555:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTextureLayer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1530:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTextureLayer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1531:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorageMultisample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1561:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorageMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1531:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorageMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1532:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBlitFramebuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1567:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBlitFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1532:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBlitFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1533:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenerateMipmap' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1573:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenerateMipmap' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1533:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenerateMipmap' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1534:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetFramebufferAttachmentParameteriv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1579:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetFramebufferAttachmentParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1534:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetFramebufferAttachmentParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1535:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferRenderbuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1585:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1535:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1536:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture3D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1591:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture3D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1536:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture3D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1537:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture2D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1597:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture2D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1537:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture2D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1538:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture1D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1603:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture1D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1538:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glFramebufferTexture1D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1539:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glCheckFramebufferStatus' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1609:56: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glCheckFramebufferStatus' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1539:12: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glCheckFramebufferStatus' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1540:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenFramebuffers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1615:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenFramebuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1540:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenFramebuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1541:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteFramebuffers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1621:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteFramebuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1541:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteFramebuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1542:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindFramebuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1627:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1542:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1543:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsFramebuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1633:59: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1543:15: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1544:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetRenderbufferParameteriv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1639:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetRenderbufferParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1544:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGetRenderbufferParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1545:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorage' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1645:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1545:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glRenderbufferStorage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1546:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenRenderbuffers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1651:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenRenderbuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1546:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glGenRenderbuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1547:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteRenderbuffers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1657:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteRenderbuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1547:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glDeleteRenderbuffers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1548:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindRenderbuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1663:54: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1548:10: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glBindRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1549:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsRenderbuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1669:59: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1549:15: note: Technically the member function 'QOpenGLExtension_ARB_framebuffer_object::glIsRenderbuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1691:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureFaceARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1700:52: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureFaceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1691:10: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureFaceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1692:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureLayerARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1706:52: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureLayerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1692:10: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureLayerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1693:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1712:52: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1693:10: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glFramebufferTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1694:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glProgramParameteriARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1718:52: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glProgramParameteriARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1694:10: note: Technically the member function 'QOpenGLExtension_ARB_geometry_shader4::glProgramParameteriARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1739:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramParameteri' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1747:54: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1739:10: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1740:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramBinary' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1753:54: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1740:10: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1741:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glGetProgramBinary' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1759:54: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glGetProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1741:10: note: Technically the member function 'QOpenGLExtension_ARB_get_program_binary::glGetProgramBinary' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1795:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glGetUniformdv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1818:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glGetUniformdv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1795:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glGetUniformdv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1796:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1824:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1796:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1797:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1830:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1797:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1798:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1836:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1798:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1799:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1842:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1799:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1800:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1848:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1800:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1801:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1854:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1801:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1802:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1860:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1802:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1803:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1866:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1803:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1804:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1872:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1804:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1805:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1878:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1805:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1806:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1884:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1806:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1807:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1890:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1807:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1808:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1896:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1808:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1809:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1902:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1809:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1810:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1908:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1810:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1811:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1914:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1811:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1812:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1920:51: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1812:10: note: Technically the member function 'QOpenGLExtension_ARB_gpu_shader_fp64::glUniform1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1939:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_instanced_arrays::glVertexAttribDivisorARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1945:52: note: Technically the member function 'QOpenGLExtension_ARB_instanced_arrays::glVertexAttribDivisorARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1939:10: note: Technically the member function 'QOpenGLExtension_ARB_instanced_arrays::glVertexAttribDivisorARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1964:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_internalformat_query::glGetInternalformativ' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1970:56: note: Technically the member function 'QOpenGLExtension_ARB_internalformat_query::glGetInternalformativ' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1964:10: note: Technically the member function 'QOpenGLExtension_ARB_internalformat_query::glGetInternalformativ' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1989:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_internalformat_query2::glGetInternalformati64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1995:57: note: Technically the member function 'QOpenGLExtension_ARB_internalformat_query2::glGetInternalformati64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:1989:10: note: Technically the member function 'QOpenGLExtension_ARB_internalformat_query2::glGetInternalformati64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2019:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateSubFramebuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2030:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateSubFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2019:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateSubFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2020:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateFramebuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2036:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2020:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateFramebuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2021:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2042:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2021:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2022:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferSubData' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2048:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2022:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateBufferSubData' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2023:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexImage' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2054:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexImage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2023:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexImage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2024:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexSubImage' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2060:54: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexSubImage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2024:10: note: Technically the member function 'QOpenGLExtension_ARB_invalidate_subdata::glInvalidateTexSubImage' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2080:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glFlushMappedBufferRange' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2087:52: note: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glFlushMappedBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2080:10: note: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glFlushMappedBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2081:13: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glMapBufferRange' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2093:55: note: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glMapBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2081:13: note: Technically the member function 'QOpenGLExtension_ARB_map_buffer_range::glMapBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2116:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexPointerARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2126:50: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2116:10: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2117:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2132:50: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2117:10: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2118:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexusvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2138:50: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2118:10: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2119:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexubvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2144:50: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2119:10: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glMatrixIndexubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2120:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glCurrentPaletteMatrixARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2150:50: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glCurrentPaletteMatrixARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2120:10: note: Technically the member function 'QOpenGLExtension_ARB_matrix_palette::glCurrentPaletteMatrixARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2170:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2177:55: note: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2170:10: note: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawElementsIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2171:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2183:55: note: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2171:10: note: Technically the member function 'QOpenGLExtension_ARB_multi_draw_indirect::glMultiDrawArraysIndirect' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2202:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multisample::glSampleCoverageARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2208:47: note: Technically the member function 'QOpenGLExtension_ARB_multisample::glSampleCoverageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2202:10: note: Technically the member function 'QOpenGLExtension_ARB_multisample::glSampleCoverageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2260:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2299:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2260:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2261:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2305:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2261:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2262:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2311:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2262:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2263:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2317:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2263:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2264:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2323:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2264:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2265:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2329:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2265:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2266:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2335:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2266:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2267:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2341:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2267:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2268:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2347:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2268:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2269:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2353:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2269:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2270:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2359:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2270:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2271:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2365:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2271:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2272:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2371:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2272:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2273:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2377:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2273:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2274:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2383:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2274:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2275:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2389:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2275:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2276:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2395:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2276:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2277:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2401:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2277:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2278:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2407:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2278:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2279:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2413:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2279:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2280:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2419:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2280:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2281:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2425:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2281:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2282:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2431:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2282:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2283:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2437:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2283:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2284:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2443:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2284:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2285:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2449:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2285:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2286:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2455:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2286:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2287:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2461:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2287:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2288:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2467:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2288:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2289:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2473:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2289:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2290:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2479:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2290:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2291:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2485:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2291:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glMultiTexCoord1dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2292:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glClientActiveTextureARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2491:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glClientActiveTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2292:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glClientActiveTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2293:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_multitexture::glActiveTextureARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2497:48: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glActiveTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2293:10: note: Technically the member function 'QOpenGLExtension_ARB_multitexture::glActiveTextureARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2523:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2536:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2523:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2524:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2542:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2524:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryObjectivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2525:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2548:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2525:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGetQueryivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2526:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glEndQueryARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2554:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glEndQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2526:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glEndQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2527:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glBeginQueryARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2560:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glBeginQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2527:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glBeginQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2528:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glIsQueryARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2566:56: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glIsQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2528:15: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glIsQueryARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2529:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glDeleteQueriesARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2572:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glDeleteQueriesARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2529:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glDeleteQueriesARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2530:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGenQueriesARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2578:51: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGenQueriesARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2530:10: note: Technically the member function 'QOpenGLExtension_ARB_occlusion_query::glGenQueriesARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2598:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2605:52: note: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2598:10: note: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2599:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2611:52: note: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2599:10: note: Technically the member function 'QOpenGLExtension_ARB_point_parameters::glPointParameterfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2635:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocationIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2646:60: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocationIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2635:11: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocationIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2636:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocation' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2652:60: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocation' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2636:11: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceLocation' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2637:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2658:59: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2637:10: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2638:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceName' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2664:59: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2638:10: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2639:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2670:61: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2639:12: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramResourceIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2640:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramInterfaceiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2676:59: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramInterfaceiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2640:10: note: Technically the member function 'QOpenGLExtension_ARB_program_interface_query::glGetProgramInterfaceiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2695:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_provoking_vertex::glProvokingVertex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2701:52: note: Technically the member function 'QOpenGLExtension_ARB_provoking_vertex::glProvokingVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2695:10: note: Technically the member function 'QOpenGLExtension_ARB_provoking_vertex::glProvokingVertex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2739:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2764:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2739:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2740:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2770:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2740:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2741:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2776:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2741:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2742:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2782:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2742:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnUniformfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2743:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2788:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2743:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2744:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glReadnPixelsARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2794:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glReadnPixelsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2744:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glReadnPixelsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2745:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnTexImageARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2800:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2745:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2746:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMinmaxARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2806:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMinmaxARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2746:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMinmaxARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2747:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnHistogramARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2812:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnHistogramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2747:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnHistogramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2748:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnSeparableFilterARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2818:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnSeparableFilterARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2748:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnSeparableFilterARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2749:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnConvolutionFilterARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2824:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnConvolutionFilterARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2749:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnConvolutionFilterARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2750:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnColorTableARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2830:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnColorTableARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2750:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnColorTableARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2751:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPolygonStippleARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2836:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPolygonStippleARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2751:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPolygonStippleARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2752:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapusvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2842:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2752:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2753:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2848:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2753:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2754:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2854:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2754:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnPixelMapfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2755:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2860:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2755:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2756:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2866:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2756:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2757:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2872:46: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2757:10: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetnMapdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2758:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetGraphicsResetStatusARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2878:48: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetGraphicsResetStatusARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2758:12: note: Technically the member function 'QOpenGLExtension_ARB_robustness::glGetGraphicsResetStatusARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2897:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sample_shading::glMinSampleShadingARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2903:50: note: Technically the member function 'QOpenGLExtension_ARB_sample_shading::glMinSampleShadingARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2897:10: note: Technically the member function 'QOpenGLExtension_ARB_sample_shading::glMinSampleShadingARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2935:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2954:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2935:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2936:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2960:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2936:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2937:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2966:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2937:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2938:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2972:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2938:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGetSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2939:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2978:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2939:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2940:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2984:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2940:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterIiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2941:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2990:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2941:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2942:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterf' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2996:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2942:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameterf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2943:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3002:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2943:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteriv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2944:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteri' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3008:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2944:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glSamplerParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2945:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glBindSampler' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3014:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glBindSampler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2945:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glBindSampler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2946:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glIsSampler' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3020:56: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glIsSampler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2946:15: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glIsSampler' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2947:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glDeleteSamplers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3026:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glDeleteSamplers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2947:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glDeleteSamplers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2948:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGenSamplers' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3032:51: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGenSamplers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:2948:10: note: Technically the member function 'QOpenGLExtension_ARB_sampler_objects::glGenSamplers' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3110:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineInfoLog' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3175:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineInfoLog' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3110:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineInfoLog' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3111:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glValidateProgramPipeline' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3181:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glValidateProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3111:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glValidateProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3112:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3187:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3112:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3113:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3193:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3113:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3114:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3199:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3114:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3115:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3205:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3115:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3116:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3211:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3116:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3117:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3217:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3117:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3118:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3223:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3118:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3119:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3229:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3119:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3120:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3235:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3120:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4x2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3121:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3241:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3121:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3122:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3247:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3122:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3x2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3123:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3253:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3123:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2x3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3124:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3259:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3124:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3125:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3265:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3125:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3126:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3271:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3126:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3127:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3277:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3127:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3128:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3283:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3128:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3129:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3289:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3129:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniformMatrix2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3130:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3295:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3130:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3131:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3301:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3131:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3132:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3307:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3132:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3133:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3313:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3133:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3134:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3319:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3134:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3135:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4f' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3325:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3135:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3136:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4iv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3331:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3136:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3137:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4i' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3337:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3137:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform4i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3138:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3343:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3138:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3139:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3349:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3139:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3140:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3355:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3140:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3141:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3361:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3141:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3142:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3367:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3142:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3143:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3f' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3373:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3143:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3144:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3iv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3379:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3144:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3145:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3i' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3385:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3145:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform3i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3146:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3391:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3146:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3147:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3397:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3147:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3148:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3403:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3148:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3149:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3409:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3149:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3150:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3415:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3150:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3151:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2f' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3421:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3151:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3152:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2iv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3427:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3152:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3153:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2i' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3433:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3153:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform2i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3154:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3439:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3154:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3155:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3445:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3155:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3156:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3451:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3156:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3157:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3457:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3157:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3158:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1fv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3463:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3158:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1fv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3159:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1f' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3469:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3159:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1f' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3160:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1iv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3475:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3160:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1iv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3161:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1i' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3481:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3161:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glProgramUniform1i' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3162:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3487:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3162:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGetProgramPipelineiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3163:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glIsProgramPipeline' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3493:64: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glIsProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3163:15: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glIsProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3164:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGenProgramPipelines' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3499:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGenProgramPipelines' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3164:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glGenProgramPipelines' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3165:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glDeleteProgramPipelines' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3505:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glDeleteProgramPipelines' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3165:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glDeleteProgramPipelines' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3166:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glBindProgramPipeline' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3511:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glBindProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3166:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glBindProgramPipeline' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3167:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glCreateShaderProgramv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3517:61: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glCreateShaderProgramv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3167:12: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glCreateShaderProgramv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3168:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glActiveShaderProgram' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3523:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glActiveShaderProgram' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3168:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glActiveShaderProgram' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3169:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glUseProgramStages' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3529:59: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glUseProgramStages' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3169:10: note: Technically the member function 'QOpenGLExtension_ARB_separate_shader_objects::glUseProgramStages' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3548:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_atomic_counters::glGetActiveAtomicCounterBufferiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3554:58: note: Technically the member function 'QOpenGLExtension_ARB_shader_atomic_counters::glGetActiveAtomicCounterBufferiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3548:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_atomic_counters::glGetActiveAtomicCounterBufferiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3574:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glMemoryBarrier' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3581:59: note: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glMemoryBarrier' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3574:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glMemoryBarrier' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3575:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glBindImageTexture' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3587:59: note: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glBindImageTexture' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3575:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_image_load_store::glBindImageTexture' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3644:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetShaderSourceARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3688:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetShaderSourceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3644:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetShaderSourceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3645:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3694:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3645:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3646:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3700:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3646:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3647:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetActiveUniformARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3706:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetActiveUniformARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3647:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetActiveUniformARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3648:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformLocationARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3712:51: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3648:11: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetUniformLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3649:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetAttachedObjectsARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3718:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetAttachedObjectsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3649:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetAttachedObjectsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3650:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetInfoLogARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3724:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetInfoLogARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3650:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetInfoLogARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3651:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3730:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3651:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3652:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3736:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3652:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetObjectParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3653:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3742:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3653:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3654:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix3fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3748:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3654:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3655:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix2fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3754:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3655:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniformMatrix2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3656:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3760:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3656:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3657:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3766:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3657:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3658:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3772:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3658:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3659:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3778:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3659:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3660:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3784:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3660:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3661:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3790:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3661:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3662:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3796:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3662:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3663:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3802:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3663:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3664:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3808:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3664:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3665:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3814:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3665:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3666:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3820:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3666:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3667:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3826:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3667:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3668:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3832:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3668:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3669:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3838:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3669:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3670:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3844:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3670:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3671:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3850:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3671:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUniform1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3672:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glValidateProgramARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3856:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glValidateProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3672:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glValidateProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3673:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUseProgramObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3862:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUseProgramObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3673:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glUseProgramObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3674:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glLinkProgramARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3868:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glLinkProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3674:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glLinkProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3675:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glAttachObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3874:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glAttachObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3675:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glAttachObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3676:17: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateProgramObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3880:57: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateProgramObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3676:17: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateProgramObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3677:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCompileShaderARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3886:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCompileShaderARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3677:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCompileShaderARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3678:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glShaderSourceARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3892:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glShaderSourceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3678:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glShaderSourceARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3679:17: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateShaderObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3898:57: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateShaderObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3679:17: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glCreateShaderObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3680:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDetachObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3904:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDetachObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3680:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDetachObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3681:17: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetHandleARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3910:57: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetHandleARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3681:17: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glGetHandleARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3682:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDeleteObjectARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3916:50: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDeleteObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3682:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_objects::glDeleteObjectARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3935:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_storage_buffer_object::glShaderStorageBlockBinding' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3941:64: note: Technically the member function 'QOpenGLExtension_ARB_shader_storage_buffer_object::glShaderStorageBlockBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3935:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_storage_buffer_object::glShaderStorageBlockBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3967:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetProgramStageiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3980:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetProgramStageiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3967:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetProgramStageiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3968:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetUniformSubroutineuiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3986:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetUniformSubroutineuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3968:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetUniformSubroutineuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3969:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glUniformSubroutinesuiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3992:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glUniformSubroutinesuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3969:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glUniformSubroutinesuiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3970:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineName' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3998:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3970:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3971:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformName' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4004:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3971:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3972:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4010:53: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3972:10: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetActiveSubroutineUniformiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3973:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4016:55: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3973:12: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3974:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineUniformLocation' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4022:54: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineUniformLocation' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:3974:11: note: Technically the member function 'QOpenGLExtension_ARB_shader_subroutine::glGetSubroutineUniformLocation' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4046:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4057:60: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4046:10: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4047:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4063:60: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4047:10: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glGetNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4048:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glIsNamedStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4069:65: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glIsNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4048:15: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glIsNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4049:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glCompileShaderIncludeARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4075:60: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glCompileShaderIncludeARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4049:10: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glCompileShaderIncludeARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4050:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glDeleteNamedStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4081:60: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glDeleteNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4050:10: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glDeleteNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4051:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glNamedStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4087:60: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4051:10: note: Technically the member function 'QOpenGLExtension_ARB_shading_language_include::glNamedStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4112:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glGetSynciv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4124:40: note: Technically the member function 'QOpenGLExtension_ARB_sync::glGetSynciv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4112:10: note: Technically the member function 'QOpenGLExtension_ARB_sync::glGetSynciv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4113:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glGetInteger64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4130:40: note: Technically the member function 'QOpenGLExtension_ARB_sync::glGetInteger64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4113:10: note: Technically the member function 'QOpenGLExtension_ARB_sync::glGetInteger64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4114:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glWaitSync' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4136:40: note: Technically the member function 'QOpenGLExtension_ARB_sync::glWaitSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4114:10: note: Technically the member function 'QOpenGLExtension_ARB_sync::glWaitSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4115:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glClientWaitSync' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4142:42: note: Technically the member function 'QOpenGLExtension_ARB_sync::glClientWaitSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4115:12: note: Technically the member function 'QOpenGLExtension_ARB_sync::glClientWaitSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4116:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glDeleteSync' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4148:40: note: Technically the member function 'QOpenGLExtension_ARB_sync::glDeleteSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4116:10: note: Technically the member function 'QOpenGLExtension_ARB_sync::glDeleteSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4117:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glIsSync' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4154:45: note: Technically the member function 'QOpenGLExtension_ARB_sync::glIsSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4117:15: note: Technically the member function 'QOpenGLExtension_ARB_sync::glIsSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4118:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_sync::glFenceSync' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4160:42: note: Technically the member function 'QOpenGLExtension_ARB_sync::glFenceSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4118:12: note: Technically the member function 'QOpenGLExtension_ARB_sync::glFenceSync' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4180:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameterfv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4187:55: note: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4180:10: note: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameterfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4181:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameteri' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4193:55: note: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4181:10: note: Technically the member function 'QOpenGLExtension_ARB_tessellation_shader::glPatchParameteri' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4212:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_object::glTexBufferARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4218:57: note: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_object::glTexBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4212:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_object::glTexBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4237:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_range::glTexBufferRange' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4243:56: note: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_range::glTexBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4237:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_buffer_range::glTexBufferRange' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4268:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glGetCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4280:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glGetCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4268:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glGetCompressedTexImageARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4269:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage1DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4286:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage1DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4269:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage1DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4270:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage2DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4292:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage2DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4270:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage2DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4271:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage3DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4298:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage3DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4271:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexSubImage3DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4272:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage1DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4304:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage1DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4272:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage1DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4273:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage2DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4310:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage2DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4273:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage2DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4274:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage3DARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4316:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage3DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4274:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_compression::glCompressedTexImage3DARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4338:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glSampleMaski' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4347:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glSampleMaski' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4338:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glSampleMaski' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4339:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glGetMultisamplefv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4353:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glGetMultisamplefv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4339:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glGetMultisamplefv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4340:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage3DMultisample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4359:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage3DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4340:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage3DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4341:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage2DMultisample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4365:55: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage2DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4341:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_multisample::glTexImage2DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4386:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage3D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4394:51: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage3D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4386:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage3D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4387:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage2D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4400:51: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage2D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4387:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage2D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4388:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage1D' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4406:51: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage1D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4388:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage::glTexStorage1D' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4426:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage3DMultisample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4433:63: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage3DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4426:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage3DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4427:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage2DMultisample' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4439:63: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage2DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4427:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_storage_multisample::glTexStorage2DMultisample' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4458:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_texture_view::glTextureView' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4464:48: note: Technically the member function 'QOpenGLExtension_ARB_texture_view::glTextureView' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4458:10: note: Technically the member function 'QOpenGLExtension_ARB_texture_view::glTextureView' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4485:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjectui64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4493:47: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjectui64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4485:10: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjectui64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4486:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjecti64v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4499:47: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjecti64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4486:10: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glGetQueryObjecti64v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4487:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_timer_query::glQueryCounter' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4505:47: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glQueryCounter' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4487:10: note: Technically the member function 'QOpenGLExtension_ARB_timer_query::glQueryCounter' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4530:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDrawTransformFeedback' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4542:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDrawTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4530:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDrawTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4531:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glResumeTransformFeedback' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4548:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glResumeTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4531:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glResumeTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4532:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glPauseTransformFeedback' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4554:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glPauseTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4532:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glPauseTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4533:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glIsTransformFeedback' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4560:60: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glIsTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4533:15: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glIsTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4534:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glGenTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4566:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glGenTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4534:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glGenTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4535:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDeleteTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4572:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDeleteTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4535:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glDeleteTransformFeedbacks' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4536:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glBindTransformFeedback' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4578:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glBindTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4536:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback2::glBindTransformFeedback' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4600:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glGetQueryIndexediv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4609:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glGetQueryIndexediv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4600:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glGetQueryIndexediv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4601:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glEndQueryIndexed' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4615:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glEndQueryIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4601:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glEndQueryIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4602:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glBeginQueryIndexed' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4621:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glBeginQueryIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4602:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glBeginQueryIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4603:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glDrawTransformFeedbackStream' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4627:55: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glDrawTransformFeedbackStream' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4603:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback3::glDrawTransformFeedbackStream' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4647:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackStreamInstanced' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4654:64: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackStreamInstanced' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4647:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackStreamInstanced' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4648:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackInstanced' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4660:64: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackInstanced' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4648:10: note: Technically the member function 'QOpenGLExtension_ARB_transform_feedback_instanced::glDrawTransformFeedbackInstanced' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4682:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4691:52: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4682:10: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4683:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4697:52: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4683:10: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glMultTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4684:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4703:52: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4684:10: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixdARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4685:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4709:52: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4685:10: note: Technically the member function 'QOpenGLExtension_ARB_transpose_matrix::glLoadTransposeMatrixfARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4734:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glUniformBlockBinding' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4746:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glUniformBlockBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4734:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glUniformBlockBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4735:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockName' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4752:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4735:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4736:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4758:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4736:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformBlockiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4737:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformBlockIndex' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4764:59: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformBlockIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4737:12: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformBlockIndex' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4738:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformName' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4770:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4738:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformName' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4739:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformsiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4776:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformsiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4739:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetActiveUniformsiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4740:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformIndices' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4782:57: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformIndices' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4740:10: note: Technically the member function 'QOpenGLExtension_ARB_uniform_buffer_object::glGetUniformIndices' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4804:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glIsVertexArray' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4813:60: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glIsVertexArray' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4804:15: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glIsVertexArray' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4805:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glGenVertexArrays' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4819:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glGenVertexArrays' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4805:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glGenVertexArrays' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4806:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glDeleteVertexArrays' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4825:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glDeleteVertexArrays' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4806:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glDeleteVertexArrays' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4807:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glBindVertexArray' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4831:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glBindVertexArray' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4807:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_array_object::glBindVertexArray' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4859:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glGetVertexAttribLdv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4874:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glGetVertexAttribLdv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4859:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glGetVertexAttribLdv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4860:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribLPointer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4880:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribLPointer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4860:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribLPointer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4861:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4886:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4861:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4862:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4892:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4862:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4863:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4898:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4863:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4864:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1dv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4904:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4864:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1dv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4865:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4910:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4865:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL4d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4866:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4916:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4866:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL3d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4867:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4922:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4867:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL2d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4868:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1d' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4928:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4868:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_64bit::glVertexAttribL1d' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4952:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexBindingDivisor' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4963:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexBindingDivisor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4952:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexBindingDivisor' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4953:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribBinding' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4969:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4953:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribBinding' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4954:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribLFormat' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4975:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribLFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4954:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribLFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4955:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribIFormat' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4981:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribIFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4955:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribIFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4956:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribFormat' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4987:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4956:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glVertexAttribFormat' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4957:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glBindVertexBuffer' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4993:57: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glBindVertexBuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:4957:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_attrib_binding::glBindVertexBuffer' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5021:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glVertexBlendARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5036:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glVertexBlendARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5021:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glVertexBlendARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5022:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightPointerARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5042:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5022:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5023:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5048:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5023:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5024:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightusvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5054:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5024:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5025:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightubvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5060:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5025:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5026:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5066:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5026:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5027:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5072:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5027:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5028:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5078:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5028:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5029:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightsvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5084:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightsvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5029:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightsvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5030:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightbvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5090:48: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightbvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5030:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_blend::glWeightbvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5119:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferPointervARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5135:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferPointervARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5119:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferPointervARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5120:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferParameterivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5141:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferParameterivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5120:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferParameterivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5121:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glUnmapBufferARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5147:61: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glUnmapBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5121:15: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glUnmapBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5122:13: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glMapBufferARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5153:59: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glMapBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5122:13: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glMapBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5123:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5159:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5123:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGetBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5124:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5165:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5124:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferSubDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5125:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferDataARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5171:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5125:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBufferDataARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5126:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glIsBufferARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5177:61: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glIsBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5126:15: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glIsBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5127:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGenBuffersARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5183:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGenBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5127:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glGenBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5128:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glDeleteBuffersARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5189:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glDeleteBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5128:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glDeleteBuffersARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5129:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBindBufferARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5195:56: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBindBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5129:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_buffer_object::glBindBufferARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5275:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glIsProgramARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5342:55: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glIsProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5275:15: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glIsProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5276:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribPointervARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5348:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribPointervARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5276:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribPointervARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5277:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5354:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5277:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5278:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5360:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5278:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5279:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5366:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5279:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetVertexAttribdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5280:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5372:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5280:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5281:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5378:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5281:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5282:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5384:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5282:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5283:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5390:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5283:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramLocalParameterdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5284:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterfvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5396:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5284:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterfvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5285:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterdvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5402:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5285:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGetProgramEnvParameterdvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5286:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5408:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5286:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5287:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5414:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5287:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5288:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5420:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5288:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5289:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5426:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5289:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramLocalParameter4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5290:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5432:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5290:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5291:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5438:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5291:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5292:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5444:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5292:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5293:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5450:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5293:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramEnvParameter4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5294:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGenProgramsARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5456:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGenProgramsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5294:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glGenProgramsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5295:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDeleteProgramsARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5462:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDeleteProgramsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5295:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDeleteProgramsARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5296:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glBindProgramARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5468:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glBindProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5296:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glBindProgramARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5297:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramStringARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5474:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5297:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glProgramStringARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5298:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDisableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5480:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDisableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5298:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glDisableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5299:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glEnableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5486:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glEnableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5299:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glEnableVertexAttribArrayARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5300:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttribPointerARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5492:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttribPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5300:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttribPointerARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5301:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4usvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5498:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4usvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5301:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4usvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5302:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4uivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5504:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4uivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5302:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4uivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5303:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ubvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5510:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5303:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5304:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5516:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5304:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5305:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5522:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5305:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5306:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5528:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5306:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5307:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5534:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5307:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5308:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5540:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5308:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5309:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5546:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5309:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5310:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5552:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5310:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5311:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4bvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5558:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4bvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5311:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4bvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5312:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NusvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5564:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5312:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NusvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5313:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NuivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5570:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5313:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NuivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5314:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5576:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5314:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5315:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5582:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5315:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NubARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5316:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NsvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5588:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NsvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5316:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NsvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5317:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5594:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5317:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5318:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NbvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5600:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NbvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5318:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib4NbvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5319:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5606:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5319:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5320:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5612:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5320:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5321:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5618:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5321:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5322:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5624:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5322:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5323:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5630:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5323:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5324:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5636:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5324:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5325:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5642:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5325:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5326:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5648:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5326:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5327:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5654:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5327:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5328:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5660:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5328:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5329:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5666:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5329:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5330:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5672:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5330:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5331:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5678:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5331:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5332:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5684:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5332:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5333:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5690:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5333:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5334:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5696:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5334:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5335:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5702:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5335:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5336:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5708:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5336:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_program::glVertexAttrib1dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5729:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetAttribLocationARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5737:50: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetAttribLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5729:11: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetAttribLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5730:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetActiveAttribARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5743:49: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetActiveAttribARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5730:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glGetActiveAttribARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5731:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glBindAttribLocationARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5749:49: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glBindAttribLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5731:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_shader::glBindAttribLocationARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5805:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5848:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5805:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5806:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5854:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5806:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5807:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5860:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5807:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5808:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5866:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5808:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5809:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5872:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5809:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5810:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5878:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5810:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5811:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5884:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5811:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5812:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5890:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5812:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexAttribP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5813:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5896:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5813:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5814:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5902:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5814:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glSecondaryColorP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5815:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5908:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5815:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5816:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5914:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5816:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5817:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5920:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5817:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5818:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5926:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5818:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glColorP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5819:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5932:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5819:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5820:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5938:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5820:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glNormalP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5821:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5944:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5821:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5822:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5950:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5822:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5823:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5956:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5823:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5824:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5962:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5824:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5825:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5968:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5825:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5826:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5974:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5826:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5827:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5980:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5827:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5828:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5986:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5828:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glMultiTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5829:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5992:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5829:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5830:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5998:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5830:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5831:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6004:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5831:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5832:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6010:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5832:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5833:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6016:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5833:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5834:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6022:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5834:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5835:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6028:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5835:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5836:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6034:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5836:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glTexCoordP1ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5837:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6040:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5837:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5838:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6046:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5838:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP4ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5839:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6052:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5839:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5840:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6058:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5840:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP3ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5841:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2uiv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6064:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5841:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2uiv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5842:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2ui' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6070:62: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:5842:10: note: Technically the member function 'QOpenGLExtension_ARB_vertex_type_2_10_10_10_rev::glVertexP2ui' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6098:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetDoublei_v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6113:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetDoublei_v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6098:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetDoublei_v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6099:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetFloati_v' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6119:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetFloati_v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6099:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glGetFloati_v' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6100:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeIndexed' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6125:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6100:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6101:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeArrayv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6131:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6101:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glDepthRangeArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6102:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexedv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6137:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexedv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6102:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexedv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6103:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexed' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6143:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6103:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorIndexed' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6104:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorArrayv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6149:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6104:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glScissorArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6105:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedfv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6155:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6105:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedfv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6106:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedf' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6161:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6106:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportIndexedf' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6107:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportArrayv' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6167:50: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6107:10: note: Technically the member function 'QOpenGLExtension_ARB_viewport_array::glViewportArrayv' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6201:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6222:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6201:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6202:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6228:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6202:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6203:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6234:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6203:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6204:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6240:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6204:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6205:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6246:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6205:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6206:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6252:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6206:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6207:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6258:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6207:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6208:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6264:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6208:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos3dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6209:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2svARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6270:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6209:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2svARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6210:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2sARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6276:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6210:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2sARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6211:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2ivARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6282:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6211:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2ivARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6212:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2iARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6288:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6212:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2iARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6213:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6294:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6213:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6214:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6300:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6214:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2fARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6215:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dvARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6306:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6215:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dvARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6216:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dARB' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6312:46: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6216:10: note: Technically the member function 'QOpenGLExtension_ARB_window_pos::glWindowPos2dARB' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6331:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_draw_buffers::glDrawBuffersATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6337:48: note: Technically the member function 'QOpenGLExtension_ATI_draw_buffers::glDrawBuffersATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6331:10: note: Technically the member function 'QOpenGLExtension_ATI_draw_buffers::glDrawBuffersATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6358:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawRangeElementArrayATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6366:49: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawRangeElementArrayATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6358:10: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawRangeElementArrayATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6359:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawElementArrayATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6372:49: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawElementArrayATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6359:10: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glDrawElementArrayATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6360:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_element_array::glElementPointerATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6378:49: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glElementPointerATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6360:10: note: Technically the member function 'QOpenGLExtension_ATI_element_array::glElementPointerATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6400:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6409:50: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6400:10: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6401:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6415:50: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6401:10: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glGetTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6402:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6421:50: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6402:10: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6403:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6427:50: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6403:10: note: Technically the member function 'QOpenGLExtension_ATI_envmap_bumpmap::glTexBumpParameterivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6459:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSetFragmentShaderConstantATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6478:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSetFragmentShaderConstantATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6459:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSetFragmentShaderConstantATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6460:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6484:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6460:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6461:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6490:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6461:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6462:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6496:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6462:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glAlphaFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6463:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6502:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6463:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp3ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6464:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6508:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6464:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp2ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6465:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6514:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6465:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glColorFragmentOp1ATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6466:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSampleMapATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6520:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSampleMapATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6466:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glSampleMapATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6467:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glPassTexCoordATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6526:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glPassTexCoordATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6467:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glPassTexCoordATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6468:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glEndFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6532:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glEndFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6468:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glEndFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6469:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBeginFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6538:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBeginFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6469:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBeginFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6470:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glDeleteFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6544:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glDeleteFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6470:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glDeleteFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6471:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBindFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6550:51: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBindFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6471:10: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glBindFragmentShaderATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/platformsupport/input/libinput/qlibinputhandler.cpp:117:26: style: Variable 'manager' can be declared as pointer to const [constVariablePointer] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6472:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glGenFragmentShadersATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6556:53: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glGenFragmentShadersATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6472:12: note: Technically the member function 'QOpenGLExtension_ATI_fragment_shader::glGenFragmentShadersATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6576:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glUnmapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6583:53: note: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glUnmapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6576:10: note: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glUnmapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6577:13: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glMapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6589:56: note: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glMapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6577:13: note: Technically the member function 'QOpenGLExtension_ATI_map_object_buffer::glMapObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6609:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesfATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6616:48: note: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesfATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6609:10: note: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesfATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6610:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesiATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6622:48: note: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesiATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6610:10: note: Technically the member function 'QOpenGLExtension_ATI_pn_triangles::glPNTrianglesiATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6642:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilFuncSeparateATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6649:52: note: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilFuncSeparateATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6642:10: note: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilFuncSeparateATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6643:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilOpSeparateATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6655:52: note: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilOpSeparateATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6643:10: note: Technically the member function 'QOpenGLExtension_ATI_separate_stencil::glStencilOpSeparateATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6685:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6702:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6685:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6686:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6708:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6686:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetVariantArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6687:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glVariantArrayObjectATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6714:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glVariantArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6687:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glVariantArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6688:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6720:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6688:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6689:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6726:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6689:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6690:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glArrayObjectATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6732:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6690:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6691:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glFreeObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6738:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glFreeObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6691:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glFreeObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6692:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6744:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6692:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6693:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6750:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6693:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glGetObjectBufferfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6694:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glUpdateObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6756:55: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glUpdateObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6694:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glUpdateObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6695:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glIsObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6762:60: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glIsObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6695:15: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glIsObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6696:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glNewObjectBufferATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6768:57: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glNewObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6696:12: note: Technically the member function 'QOpenGLExtension_ATI_vertex_array_object::glNewObjectBufferATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6789:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6797:62: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6789:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6790:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6803:62: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6790:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glGetVertexAttribArrayObjectfvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6791:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glVertexAttribArrayObjectATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6809:62: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glVertexAttribArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6791:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_attrib_array_object::glVertexAttribArrayObjectATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6872:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnvfATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6922:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnvfATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6872:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnvfATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6873:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnviATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6928:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnviATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6873:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexBlendEnviATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6874:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glClientActiveVertexStreamATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6934:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glClientActiveVertexStreamATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6874:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glClientActiveVertexStreamATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6875:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6940:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6875:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6876:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6946:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6876:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6877:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6952:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6877:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6878:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6958:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6878:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6879:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3ivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6964:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6879:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6880:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3iATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6970:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6880:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6881:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3svATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6976:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6881:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6882:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3sATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6982:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6882:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6883:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6988:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6883:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6884:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6994:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6884:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glNormalStream3bATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6885:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7000:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6885:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6886:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7006:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6886:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6887:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7012:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6887:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6888:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7018:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6888:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6889:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4ivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7024:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6889:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6890:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4iATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7030:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6890:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6891:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4svATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7036:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6891:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6892:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4sATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7042:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6892:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream4sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6893:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7048:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6893:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6894:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7054:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6894:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6895:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7060:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6895:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6896:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7066:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6896:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6897:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3ivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7072:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6897:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6898:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3iATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7078:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6898:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6899:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3svATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7084:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6899:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6900:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3sATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7090:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6900:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream3sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6901:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7096:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6901:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6902:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7102:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6902:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6903:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7108:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6903:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6904:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7114:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6904:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6905:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2ivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7120:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6905:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6906:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2iATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7126:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6906:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6907:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2svATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7132:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6907:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6908:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2sATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7138:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6908:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream2sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6909:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7144:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6909:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6910:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7150:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6910:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1dATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6911:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fvATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7156:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6911:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fvATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6912:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7162:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6912:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1fATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6913:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1ivATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7168:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6913:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1ivATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6914:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1iATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7174:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6914:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1iATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6915:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1svATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7180:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6915:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1svATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6916:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1sATI' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7186:50: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:6916:10: note: Technically the member function 'QOpenGLExtension_ATI_vertex_streams::glVertexStream1sATI' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7207:14: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformOffsetEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7215:56: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformOffsetEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7207:14: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformOffsetEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7208:11: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformBufferSizeEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7221:53: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformBufferSizeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7208:11: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glGetUniformBufferSizeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7209:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glUniformBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7227:52: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glUniformBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7209:10: note: Technically the member function 'QOpenGLExtension_EXT_bindable_uniform::glUniformBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7246:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_blend_color::glBlendColorEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7252:47: note: Technically the member function 'QOpenGLExtension_EXT_blend_color::glBlendColorEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7246:10: note: Technically the member function 'QOpenGLExtension_EXT_blend_color::glBlendColorEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7271:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_blend_equation_separate::glBlendEquationSeparateEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7277:59: note: Technically the member function 'QOpenGLExtension_EXT_blend_equation_separate::glBlendEquationSeparateEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7271:10: note: Technically the member function 'QOpenGLExtension_EXT_blend_equation_separate::glBlendEquationSeparateEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7296:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_blend_func_separate::glBlendFuncSeparateEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7302:55: note: Technically the member function 'QOpenGLExtension_EXT_blend_func_separate::glBlendFuncSeparateEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7296:10: note: Technically the member function 'QOpenGLExtension_EXT_blend_func_separate::glBlendFuncSeparateEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7321:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_blend_minmax::glBlendEquationEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7327:48: note: Technically the member function 'QOpenGLExtension_EXT_blend_minmax::glBlendEquationEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7321:10: note: Technically the member function 'QOpenGLExtension_EXT_blend_minmax::glBlendEquationEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7347:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glCopyColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7354:50: note: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glCopyColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7347:10: note: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glCopyColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7348:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7360:50: note: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7348:10: note: Technically the member function 'QOpenGLExtension_EXT_color_subtable::glColorSubTableEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7380:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glUnlockArraysEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7387:57: note: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glUnlockArraysEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7380:10: note: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glUnlockArraysEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7381:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glLockArraysEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7393:57: note: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glLockArraysEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7381:10: note: Technically the member function 'QOpenGLExtension_EXT_compiled_vertex_array::glLockArraysEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7424:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glSeparableFilter2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7442:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glSeparableFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7424:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glSeparableFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7425:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetSeparableFilterEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7448:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetSeparableFilterEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7425:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetSeparableFilterEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7426:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7454:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7426:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7427:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7460:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7427:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7428:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionFilterEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7466:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionFilterEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7428:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glGetConvolutionFilterEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7429:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7472:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7429:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7430:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7478:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7430:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glCopyConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7431:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7484:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7431:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7432:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameteriEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7490:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameteriEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7432:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameteriEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7433:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7496:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7433:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7434:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7502:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7434:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionParameterfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7435:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7508:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7435:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7436:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7514:47: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7436:10: note: Technically the member function 'QOpenGLExtension_EXT_convolution::glConvolutionFilter1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7554:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormalPointerEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7581:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormalPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7554:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormalPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7555:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangentPointerEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7587:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangentPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7555:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangentPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7556:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3svEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7593:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3svEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7556:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3svEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7557:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3sEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7599:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3sEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7557:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3sEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7558:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7605:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7558:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7559:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7611:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7559:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7560:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7617:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7560:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7561:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7623:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7561:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7562:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7629:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7562:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7563:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7635:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7563:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7564:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7641:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7564:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7565:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7647:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7565:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glBinormal3bEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7566:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3svEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7653:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3svEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7566:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3svEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7567:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3sEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7659:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3sEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7567:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3sEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7568:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7665:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7568:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7569:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7671:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7569:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7570:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7677:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7570:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7571:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7683:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7571:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7572:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7689:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7572:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7573:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7695:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7573:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7574:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7701:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7574:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7575:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7707:52: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7575:10: note: Technically the member function 'QOpenGLExtension_EXT_coordinate_frame::glTangent3bEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7730:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7740:48: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7730:10: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7731:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7746:48: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7731:10: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7732:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7752:48: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7732:10: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7733:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7758:48: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7733:10: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7734:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7764:48: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7734:10: note: Technically the member function 'QOpenGLExtension_EXT_copy_texture::glCopyTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7784:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7791:47: note: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7784:10: note: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7785:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterdvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7797:47: note: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterdvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7785:10: note: Technically the member function 'QOpenGLExtension_EXT_cull_vertex::glCullParameterdvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7816:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_depth_bounds_test::glDepthBoundsEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7822:53: note: Technically the member function 'QOpenGLExtension_EXT_depth_bounds_test::glDepthBoundsEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:7816:10: note: Technically the member function 'QOpenGLExtension_EXT_depth_bounds_test::glDepthBoundsEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8062:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8289:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8062:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8063:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8295:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8063:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8064:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8301:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8064:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8065:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8307:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8065:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8066:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8313:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8066:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8067:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8319:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8067:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8068:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8325:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8068:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8069:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8331:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8069:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8070:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8337:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8070:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8071:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8343:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8071:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8072:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8349:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8072:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8073:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8355:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8073:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8074:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8361:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8074:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8075:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8367:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8075:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8076:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8373:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8076:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8077:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8379:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8077:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8078:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8385:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8078:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8079:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8391:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8079:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8080:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8397:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8080:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8081:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureFaceEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8403:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureFaceEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8081:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureFaceEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8082:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureLayerEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8409:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureLayerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8082:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureLayerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8083:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8415:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8083:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTextureEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8084:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleCoverageEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8421:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleCoverageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8084:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleCoverageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8085:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8427:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8085:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageMultisampleEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8086:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFramebufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8433:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFramebufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8086:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFramebufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8087:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferReadBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8439:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferReadBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8087:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferReadBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8088:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBuffersEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8445:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBuffersEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8088:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBuffersEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8089:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8451:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8089:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFramebufferDrawBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8090:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateMultiTexMipmapEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8457:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateMultiTexMipmapEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8090:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateMultiTexMipmapEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8091:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateTextureMipmapEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8463:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateTextureMipmapEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8091:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGenerateTextureMipmapEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8092:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedFramebufferAttachmentParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8469:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedFramebufferAttachmentParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8092:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedFramebufferAttachmentParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8093:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8475:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8093:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferRenderbufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8094:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8481:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8094:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8095:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8487:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8095:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8096:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8493:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8096:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedFramebufferTexture1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8097:12: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCheckNamedFramebufferStatusEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8499:57: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCheckNamedFramebufferStatusEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8097:12: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCheckNamedFramebufferStatusEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8098:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedRenderbufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8505:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedRenderbufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8098:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedRenderbufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8099:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8511:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8099:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedRenderbufferStorageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8100:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8517:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8100:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8101:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8523:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8101:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8102:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8529:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8102:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8103:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferPointervEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8535:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferPointervEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8103:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferPointervEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8104:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8541:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8104:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedBufferParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8105:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedCopyBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8547:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedCopyBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8105:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedCopyBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8106:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFlushMappedNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8553:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFlushMappedNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8106:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glFlushMappedNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8107:13: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8559:58: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8107:13: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferRangeEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8108:15: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glUnmapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8565:60: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glUnmapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8108:15: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glUnmapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8109:13: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8571:58: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8109:13: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMapNamedBufferEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8110:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8577:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8110:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferSubDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8111:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferDataEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8583:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8111:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedBufferDataEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8112:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8589:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8112:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8113:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8595:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8113:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8114:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8601:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8114:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8115:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8607:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8115:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8116:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uiEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8613:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8116:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8117:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uiEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8619:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8117:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8118:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uiEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8625:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8118:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8119:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uiEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8631:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8119:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8120:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8637:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8120:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8121:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8643:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8121:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8122:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8649:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8122:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4x2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8123:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8655:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8123:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8124:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8661:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8124:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3x2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8125:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8667:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8125:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2x3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8126:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8673:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8126:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8127:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8679:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8127:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8128:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8685:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8128:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniformMatrix2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8129:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8691:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8129:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8130:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8697:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8130:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8131:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8703:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8131:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8132:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8709:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8132:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8133:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8715:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8133:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8134:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8721:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8134:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8135:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8727:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8135:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8136:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8733:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8136:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8137:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8739:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8137:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8138:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8745:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8138:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8139:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8751:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8139:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8140:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8757:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8140:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8141:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8763:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8141:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform4fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8142:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8769:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8142:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform3fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8143:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8775:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8143:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform2fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8144:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8781:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8144:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glProgramUniform1fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8145:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8787:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8145:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8146:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8793:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8146:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8147:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8799:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8147:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8148:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8805:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8148:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8149:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8811:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8149:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8150:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8817:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8150:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8151:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8823:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8151:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8152:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8829:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8152:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glTextureParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8153:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8835:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8153:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIuivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8154:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8841:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8154:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterIivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8155:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8847:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8155:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8156:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8853:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8156:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8157:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uiEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8859:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8157:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4uiEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8158:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8865:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8158:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParametersI4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8159:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4ivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8871:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8159:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4ivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8160:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4iEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8877:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8160:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameterI4iEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8161:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameters4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8883:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameters4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8161:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameters4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8162:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8889:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8162:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8163:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8895:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8163:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8164:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8901:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8164:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8165:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterdvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8907:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterdvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8165:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetNamedProgramLocalParameterdvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8166:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8913:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8166:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8167:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8919:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8167:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4fEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8168:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8925:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8168:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8169:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8931:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8169:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramLocalParameter4dEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8170:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8937:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8170:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glNamedProgramStringEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8171:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8943:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8171:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8172:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8949:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8172:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8173:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8955:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8173:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8174:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8961:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8174:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8175:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8967:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8175:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8176:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8973:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8176:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8177:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8979:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8177:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8178:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedTextureImageEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8985:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedTextureImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8178:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetCompressedTextureImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8179:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8991:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8179:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8180:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8997:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8180:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8181:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9003:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8181:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8182:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9009:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8182:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8183:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9015:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8183:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8184:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9021:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8184:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCompressedTextureImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8185:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetPointerIndexedvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9027:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetPointerIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8185:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetPointerIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8186:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetDoubleIndexedvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9033:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetDoubleIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8186:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetDoubleIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8187:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFloatIndexedvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9039:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFloatIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8187:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetFloatIndexedvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8188:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9045:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8188:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8189:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9051:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8189:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8190:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9057:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8190:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8191:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9063:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8191:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8192:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9069:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8192:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8193:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9075:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8193:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8194:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGeniEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9081:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGeniEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8194:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGeniEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8195:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9087:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8195:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8196:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9093:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8196:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGenfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8197:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9099:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8197:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8198:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9105:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8198:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexGendEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8199:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9111:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8199:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8200:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnviEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9117:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnviEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8200:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnviEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8201:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9123:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8201:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8202:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9129:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8202:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexEnvfEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8203:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexCoordPointerEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9135:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexCoordPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8203:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexCoordPointerEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8204:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glDisableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9141:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glDisableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8204:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glDisableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8205:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glEnableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9147:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glEnableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8205:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glEnableClientStateIndexedEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8206:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glBindMultiTextureEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9153:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glBindMultiTextureEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8206:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glBindMultiTextureEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8207:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9159:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8207:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8208:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9165:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8208:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexSubImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8209:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9171:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8209:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexImage3DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8210:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9177:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8210:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8211:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9183:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8211:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexLevelParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8212:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterivEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9189:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8212:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterivEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8213:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterfvEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9195:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8213:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexParameterfvEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8214:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9201:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8214:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glGetMultiTexImageEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8215:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9207:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8215:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8216:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9213:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8216:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexSubImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8217:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9219:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8217:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage2DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8218:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:9225:55: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8218:10: note: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glCopyMultiTexImage1DEXT' can be static (but you may consider moving to unnamed namespace). qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h:8219:10: performance:inconclusive: Technically the member function 'QOpenGLExtension_EXT_direct_state_access::glMultiTexSubImage2DEXT' can be static (but you may consider moving to unnamed namespace). [functionStatic] qtbase-everywhere-src-5.15.13/src/openglextensions/qopenglextensions.h: