qt6-qtbase-6.7.2-1.fc41

List of Defects

Error: COMPILER_WARNING (CWE-563): [#def1]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp: scope_hint: In function ‘void test_avx512vbmi2()’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp:20:13: warning[-Wunused-variable]: unused variable ‘b’
#   20 |     __m128i b = _mm_shrdi_epi32(a, a, 7);
#      |             ^
#   18|       /* AVX512 Vector Byte Manipulation Instructions 2 */
#   19|       __m128i a = _mm_maskz_compress_epi16(-1, _mm_set1_epi16(1));
#   20|->     __m128i b = _mm_shrdi_epi32(a, a, 7);
#   21|   }
#   22|   #endif

Error: CLANG_WARNING: [#def2]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp:20:13: warning[deadcode.DeadStores]: Value stored to 'b' during its initialization is never read
#   18|       /* AVX512 Vector Byte Manipulation Instructions 2 */
#   19|       __m128i a = _mm_maskz_compress_epi16(-1, _mm_set1_epi16(1));
#   20|->     __m128i b = _mm_shrdi_epi32(a, a, 7);
#   21|   }
#   22|   #endif

Error: COMPILER_WARNING (CWE-563): [#def3]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp: scope_hint: In function ‘void test_vaes()’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp:31:13: warning[-Wunused-variable]: unused variable ‘c’
#   31 |     __m256i c = _mm256_aesdec_epi128(b, a);
#      |             ^
#   29|       __m256i a = _mm256_set1_epi32(-1);
#   30|       __m256i b = _mm256_aesenc_epi128(a, a);
#   31|->     __m256i c = _mm256_aesdec_epi128(b, a);
#   32|   }
#   33|   #endif

Error: CLANG_WARNING: [#def4]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86_simd/main.cpp:31:13: warning[deadcode.DeadStores]: Value stored to 'c' during its initialization is never read
#   29|       __m256i a = _mm256_set1_epi32(-1);
#   30|       __m256i b = _mm256_aesenc_epi128(a, a);
#   31|->     __m256i c = _mm256_aesdec_epi128(b, a);
#   32|   }
#   33|   #endif

Error: CLANG_WARNING: [#def5]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:19:9: warning[deadcode.DeadStores]: Value stored to 'clz' during its initialization is never read
#   17|   #endif
#   18|       unsigned mask = _blsmsk_u32(argc);          // BMI (HSW)
#   19|->     int clz = _lzcnt_u32(mask);                 // LZCNT (HSW)
#   20|       int ctz = _tzcnt_u32(mask);                 // BMI (HSW)
#   21|       mask = _bzhi_u32(-1, argc);                 // BMI2 (HSW)

Error: CLANG_WARNING: [#def6]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:20:9: warning[deadcode.DeadStores]: Value stored to 'ctz' during its initialization is never read
#   18|       unsigned mask = _blsmsk_u32(argc);          // BMI (HSW)
#   19|       int clz = _lzcnt_u32(mask);                 // LZCNT (HSW)
#   20|->     int ctz = _tzcnt_u32(mask);                 // BMI (HSW)
#   21|       mask = _bzhi_u32(-1, argc);                 // BMI2 (HSW)
#   22|   

Error: CLANG_WARNING: [#def7]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:32:13: warning[deadcode.DeadStores]: Value stored to 'e' during its initialization is never read
#   30|       __m128i b = _mm_aesenc_si128(a, a);         // AESNI (WSM)
#   31|       __m128i c = _mm_sha1rnds4_epu32(a, a, 0);   // SHA (CNL)
#   32|->     __m128i e = _mm_sha1msg1_epu32(a, b);       // SHA (CNL)
#   33|       __m128i g = _mm_sha256msg2_epu32(b, c);     // SHA (CNL)
#   34|   

Error: CLANG_WARNING: [#def8]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:33:13: warning[deadcode.DeadStores]: Value stored to 'g' during its initialization is never read
#   31|       __m128i c = _mm_sha1rnds4_epu32(a, a, 0);   // SHA (CNL)
#   32|       __m128i e = _mm_sha1msg1_epu32(a, b);       // SHA (CNL)
#   33|->     __m128i g = _mm_sha256msg2_epu32(b, c);     // SHA (CNL)
#   34|   
#   35|       __m512i zero = _mm512_setzero_si512();                  // AVX512F (SKX)

Error: CLANG_WARNING: [#def9]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:35:13: warning[deadcode.DeadStores]: Value stored to 'zero' during its initialization is never read
#   33|       __m128i g = _mm_sha256msg2_epu32(b, c);     // SHA (CNL)
#   34|   
#   35|->     __m512i zero = _mm512_setzero_si512();                  // AVX512F (SKX)
#   36|       __m512i data = _mm512_maskz_loadu_epi8(mask, argv[0]);  // AVX512BW (SKX)
#   37|       __m256i ptrs = _mm256_maskz_loadu_epi64(mask, argv);    // AVX512VL (SKX)

Error: CLANG_WARNING: [#def10]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/config.tests/x86intrin/main.cpp:40:5: warning[deadcode.DeadStores]: Value stored to 'data2' is never read
#   38|       __m512i data2 = _mm512_broadcast_i64x4(ptrs);           // AVX512DQ (SKX)
#   39|       __m256i data3 = _mm256_madd52lo_epu64(ptrs, ptrs, ptrs);// AVX512IFMA (CNL)
#   40|->     data2 = _mm512_multishift_epi64_epi8(data, data2);      // AVX512VBMI (CNL)
#   41|   
#   42|       return _mm256_extract_epi32(data3, 0);      // AVX2 (HSW)

Error: CLANG_WARNING: [#def11]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/examples/corelib/threads/queuedcustomtype/renderthread.cpp:55:35: warning[core.DivideZero]: Division by zero
#   53|   //![processing the image (finish)]
#   54|               const Block block(QRect(x1, y1, x2 - x1 + 1, y2 - y1 + 1),
#   55|->                         QColor(red/n, green/n, blue/n));
#   56|               emit sendBlock(block);
#   57|               if (isInterruptionRequested())

Error: CLANG_WARNING: [#def12]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/examples/vulkan/hellovulkancubes/renderer.cpp:825:5: warning[deadcode.DeadStores]: Value stored to 'p' is never read
#  823|       float specularExp = 150.0f;
#  824|       memcpy(p, &specularExp, 4);
#  825|->     p += 4;
#  826|   }
#  827|   

Error: CLANG_WARNING: [#def13]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/examples/widgets/painting/shared/arthurwidgets.cpp:100:9: warning[core.NonNullParamChecker]: Forming reference to null pointer
#   98|           painter.end();
#   99|           painter.begin(this);
#  100|->         painter.drawImage(e->rect(), *static_image, e->rect());
#  101|       }
#  102|   }

Error: CLANG_WARNING: [#def14]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/qmake/library/qmakeevaluator.cpp:559:42: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  557|           case TokForLoop:
#  558|               if (m_cumulative || okey != or_op) {
#  559|->                 const ProKey &variable = pro->getHashStr(tokPtr);
#  560|                   uint exprLen = getBlockLen(tokPtr);
#  561|                   const ushort *exprPtr = tokPtr;

Error: CLANG_WARNING: [#def15]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/qmake/library/qmakeevaluator.cpp:599:38: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  597|           case TokReplaceDef:
#  598|               if (m_cumulative || okey != or_op) {
#  599|->                 const ProKey &name = pro->getHashStr(tokPtr);
#  600|                   blockLen = getBlockLen(tokPtr);
#  601|                   visitProFunctionDef(tok, name, tokPtr);

Error: CLANG_WARNING: [#def16]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/qmake/library/qmakeparser.cpp:583:29: warning[deadcode.DeadStores]: Value stored to 'term' is never read
#  581|                               parens = 0;
#  582|                               quote = 0;
#  583|->                             term = 0;
#  584|                               argc = 1;
#  585|                               context = CtxArgs;

Error: CLANG_WARNING: [#def17]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-fg9vas/src.cxx:8:9: warning[deadcode.DeadStores]: Value stored to 'n' during its initialization is never read

Error: CLANG_WARNING: [#def18]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-fg9vas/src.cxx:9:5: warning[deadcode.DeadStores]: Value stored to 'n' is never read

Error: CLANG_WARNING: [#def19]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/CMakeFiles/CMakeScratch/TryCompile-odLxz2/src.cxx:27:40: warning[deadcode.DeadStores]: Value stored to 'formatsReply' during its initialization is never read

Error: CLANG_WARNING: [#def20]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/src/gui/deviceeventcontroller_adaptor.cpp:47:5: warning[core.uninitialized.UndefReturn]: Undefined or garbage value returned to caller
#   45|       bool out0;
#   46|       QMetaObject::invokeMethod(parent(), "NotifyListenersSync", Q_RETURN_ARG(bool, out0), Q_ARG(QSpiDeviceEvent, event));
#   47|->     return out0;
#   48|   }
#   49|   

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def21]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/forkfd_qt.c:15: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘notifyAndFreeInfo’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:313:21: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘*entry.deathPipe’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
/usr/include/signal.h:57: included_from: Included from here.
/usr/include/sys/wait.h:36: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.h:30: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/forkfd_qt.c:14: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  311|       ssize_t ret;
#  312|       EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload)));
#  313|->     EINTR_LOOP(ret, close(entry->deathPipe));
#  314|   
#  315|       freeInfo(header, entry);

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def22]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:661:29: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘efd’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd_c11.h:41: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd_atomic.h:31: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:102: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:661:13: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  659|               eventfd_t val64;
#  660|               EINTR_LOOP(ret, eventfd_read(efd, &val64));
#  661|->             EINTR_LOOP(ret, close(efd));
#  662|   #endif
#  663|           } else {

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def23]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:665:29: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘sync_pipe[1]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:665:13: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  663|           } else {
#  664|               char c;
#  665|->             EINTR_LOOP(ret, close(sync_pipe[1]));
#  666|               EINTR_LOOP(ret, read(sync_pipe[0], &c, sizeof c));
#  667|               EINTR_LOOP(ret, close(sync_pipe[0]));

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def24]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:667:29: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘sync_pipe[0]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:667:13: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  665|               EINTR_LOOP(ret, close(sync_pipe[1]));
#  666|               EINTR_LOOP(ret, read(sync_pipe[0], &c, sizeof c));
#  667|->             EINTR_LOOP(ret, close(sync_pipe[0]));
#  668|           }
#  669|   

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def25]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:672:25: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘death_pipe[1]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:672:9: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  670|           /* now close the pipes and return to the caller */
#  671|           EINTR_LOOP(ret, close(death_pipe[0]));
#  672|->         EINTR_LOOP(ret, close(death_pipe[1]));
#  673|           fd = FFD_CHILD_PROCESS;
#  674|       } else {

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def26]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:685:29: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘efd’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:685:13: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  683|               eventfd_t val64 = 42;
#  684|               EINTR_LOOP(ret, eventfd_write(efd, val64));
#  685|->             EINTR_LOOP(ret, close(efd));
#  686|           } else
#  687|   #endif

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def27]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:705:25: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘efd’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:705:9: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  703|   #ifdef HAVE_EVENTFD
#  704|       if (efd != -1) {
#  705|->         EINTR_LOOP(ret, close(efd));
#  706|       } else
#  707|   #endif

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def28]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:709:25: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘sync_pipe[0]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:709:9: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  707|   #endif
#  708|       {
#  709|->         EINTR_LOOP(ret, close(sync_pipe[0]));
#  710|           EINTR_LOOP(ret, close(sync_pipe[1]));
#  711|       }

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def29]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:710:25: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘sync_pipe[1]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:710:9: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  708|       {
#  709|           EINTR_LOOP(ret, close(sync_pipe[0]));
#  710|->         EINTR_LOOP(ret, close(sync_pipe[1]));
#  711|       }
#  712|   err_close:

Error: GCC_ANALYZER_WARNING (CWE-1341): [#def30]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:714:21: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘death_pipe[1]’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:179:17: note: in expansion of macro ‘ffd_atomic_compare_exchange’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c: scope_hint: In function ‘forkfd_fork_fallback’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:714:5: note: in expansion of macro ‘EINTR_LOOP’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/forkfd/forkfd.c:124:15: note: in definition of macro ‘EINTR_LOOP’
#  712|   err_close:
#  713|       EINTR_LOOP(ret, close(death_pipe[0]));
#  714|->     EINTR_LOOP(ret, close(death_pipe[1]));
#  715|   err_free:
#  716|       /* free the info pointer */

Error: CPPCHECK_WARNING: [#def31]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING: [#def32]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:1462:28: warning[core.UndefinedBinaryOperatorResult]: The left operand of '>' is a garbage value
# 1460|       MD_UNUSED(ctx);
# 1461|   
# 1462|->     if(build->substr_alloc > 0) {
# 1463|           free(build->text);
# 1464|           free(build->substr_types);

Error: CLANG_WARNING: [#def33]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:1570:14: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
# 1568|   
# 1569|       for(i = 0; i < n; i++) {
# 1570|->         hash ^= buf[i];
# 1571|           hash *= MD_FNV1A_PRIME;
# 1572|       }

Error: COMPILER_WARNING (CWE-457): [#def34]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:2239:7: warning[-Wmaybe-uninitialized]: ‘label_contents_line_index’ may be used uninitialized
# 2239 |     if(label_is_multiline) {
#      |       ^
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c: scope_hint: In function ‘md_end_current_block’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:2158:13: note: ‘label_contents_line_index’ was declared here
# 2158 |     MD_SIZE label_contents_line_index;
#      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
# 2237|       memset(def, 0, sizeof(MD_REF_DEF));
# 2238|   
# 2239|->     if(label_is_multiline) {
# 2240|           MD_CHECK(md_merge_lines_alloc(ctx, label_contents_beg, label_contents_end,
# 2241|                       lines + label_contents_line_index, n_lines - label_contents_line_index,

Error: CLANG_WARNING: [#def35]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:2797:5: warning[deadcode.DeadStores]: Value stored to 'closer_end' is never read
# 2795|   
# 2796|       closer_beg = opener_end;
# 2797|->     closer_end = opener_end;
# 2798|   
# 2799|       /* Find closer mark. */

Error: CLANG_WARNING: [#def36]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:3540:16: warning[core.NullDereference]: Access to field 'beg' results in a dereference of a null pointer (loaded from variable 'next_closer')
# 3538|   
# 3539|           if(next_opener != NULL  &&  next_opener->beg == closer->end) {
# 3540|->             if(next_closer->beg > closer->end + 1) {
# 3541|                   /* Might be full reference link. */
# 3542|                   if(!(next_opener->flags & MD_MARK_HASNESTEDBRACKETS))

Error: CLANG_WARNING: [#def37]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:4596:22: warning[core.CallAndMessage]: 3rd function call argument is an uninitialized value
# 4594|       for(i = 0; i < j-1  &&  k < col_count; i++) {
# 4595|           if(pipe_offs[i] < pipe_offs[i+1]-1)
# 4596|->             MD_CHECK(md_process_table_cell(ctx, cell_type, align[k++], pipe_offs[i], pipe_offs[i+1]-1));
# 4597|       }
# 4598|       /* Make sure we call enough table cells even if the current table contains

Error: CLANG_WARNING: [#def38]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/md4c/md4c.c:4601:18: warning[core.CallAndMessage]: 3rd function call argument is an uninitialized value
# 4599|        * too few of them. */
# 4600|       while(k < col_count)
# 4601|->         MD_CHECK(md_process_table_cell(ctx, cell_type, align[k++], 0, 0));
# 4602|       MD_LEAVE_BLOCK(MD_BLOCK_TR, NULL);
# 4603|   

Error: CLANG_WARNING: [#def39]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qcryptographichash.cpp:18: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/sha1/sha1.cpp:152:5: warning[deadcode.DeadStores]: Value stored to 'a' is never read
#  150|       // Wipe variables
#  151|   #ifdef SHA1_WIPE_VARIABLES
#  152|->     a = b = c = d = e = 0;
#  153|       memset(chunkBuffer, 0, 64);
#  154|   #endif

Error: CLANG_WARNING: [#def40]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/sha1/sha1.cpp:152:9: warning[deadcode.DeadStores]: Although the value stored to 'b' is used in the enclosing expression, the value is never actually read from 'b'
#  150|       // Wipe variables
#  151|   #ifdef SHA1_WIPE_VARIABLES
#  152|->     a = b = c = d = e = 0;
#  153|       memset(chunkBuffer, 0, 64);
#  154|   #endif

Error: CLANG_WARNING: [#def41]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/sha1/sha1.cpp:152:13: warning[deadcode.DeadStores]: Although the value stored to 'c' is used in the enclosing expression, the value is never actually read from 'c'
#  150|       // Wipe variables
#  151|   #ifdef SHA1_WIPE_VARIABLES
#  152|->     a = b = c = d = e = 0;
#  153|       memset(chunkBuffer, 0, 64);
#  154|   #endif

Error: CLANG_WARNING: [#def42]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/sha1/sha1.cpp:152:17: warning[deadcode.DeadStores]: Although the value stored to 'd' is used in the enclosing expression, the value is never actually read from 'd'
#  150|       // Wipe variables
#  151|   #ifdef SHA1_WIPE_VARIABLES
#  152|->     a = b = c = d = e = 0;
#  153|       memset(chunkBuffer, 0, 64);
#  154|   #endif

Error: CLANG_WARNING: [#def43]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/sha1/sha1.cpp:152:21: warning[deadcode.DeadStores]: Although the value stored to 'e' is used in the enclosing expression, the value is never actually read from 'e'
#  150|       // Wipe variables
#  151|   #ifdef SHA1_WIPE_VARIABLES
#  152|->     a = b = c = d = e = 0;
#  153|       memset(chunkBuffer, 0, 64);
#  154|   #endif

Error: CLANG_WARNING: [#def44]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/moc/generator.cpp:1635: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/tinycbor/src/cborencoder.c:339:9: warning[core.uninitialized.Branch]: Branch condition evaluates to a garbage value
#  337|   static inline void saturated_decrement(CborEncoder *encoder)
#  338|   {
#  339|->     if (encoder->remaining)
#  340|           --encoder->remaining;
#  341|   }

Error: CLANG_WARNING: [#def45]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/tinycbor/src/cborencoder.c:493:25: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#  491|   {
#  492|       CborError err;
#  493|->     container->data.ptr = encoder->data.ptr;
#  494|       container->end = encoder->end;
#  495|       saturated_decrement(encoder);

Error: CLANG_WARNING: [#def46]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/tinycbor/src/cborencoder.c:576:24: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#  574|   {
#  575|       // synchronise buffer state with that of the container
#  576|->     parentEncoder->end = containerEncoder->end;
#  577|       parentEncoder->data = containerEncoder->data;
#  578|   

Error: CPPCHECK_WARNING: [#def47]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING: [#def48]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:134:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  132|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  133|       if (0 != xcb_pad) {
#  134|->         xcb_tmp += xcb_pad;
#  135|           xcb_pad = 0;
#  136|       }

Error: CLANG_WARNING: [#def49]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:135:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  133|       if (0 != xcb_pad) {
#  134|           xcb_tmp += xcb_pad;
#  135|->         xcb_pad = 0;
#  136|       }
#  137|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def50]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:137:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  135|           xcb_pad = 0;
#  136|       }
#  137|->     xcb_block_len = 0;
#  138|   
#  139|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def51]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:311:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  309|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  310|       if (0 != xcb_pad) {
#  311|->         xcb_tmp += xcb_pad;
#  312|           xcb_pad = 0;
#  313|       }

Error: CLANG_WARNING: [#def52]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:312:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  310|       if (0 != xcb_pad) {
#  311|           xcb_tmp += xcb_pad;
#  312|->         xcb_pad = 0;
#  313|       }
#  314|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def53]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:314:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  312|           xcb_pad = 0;
#  313|       }
#  314|->     xcb_block_len = 0;
#  315|   
#  316|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def54]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:412:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  410|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_key_code_t);
#  411|           xcb_parts_idx++;
#  412|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
#  413|           /* xcb_input_input_info_info_t.key.max_keycode */
#  414|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->key.max_keycode;

Error: CLANG_WARNING: [#def55]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:418:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  416|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_key_code_t);
#  417|           xcb_parts_idx++;
#  418|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
#  419|           /* xcb_input_input_info_info_t.key.num_keys */
#  420|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->key.num_keys;

Error: CLANG_WARNING: [#def56]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:424:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  422|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
#  423|           xcb_parts_idx++;
#  424|->         xcb_align_to = ALIGNOF(uint16_t);
#  425|           /* xcb_input_input_info_info_t.key.pad0 */
#  426|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def57]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:446:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  444|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
#  445|           xcb_parts_idx++;
#  446|->         xcb_align_to = ALIGNOF(uint8_t);
#  447|           /* xcb_input_input_info_info_t.valuator.mode */
#  448|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.mode;

Error: CLANG_WARNING: [#def58]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:452:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  450|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
#  451|           xcb_parts_idx++;
#  452|->         xcb_align_to = ALIGNOF(uint8_t);
#  453|           /* xcb_input_input_info_info_t.valuator.motion_size */
#  454|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.motion_size;

Error: CLANG_WARNING: [#def59]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:466:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  464|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#  465|               xcb_parts_idx++;
#  466|->             xcb_pad = 0;
#  467|           }
#  468|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def60]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:484:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  482|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#  483|           xcb_parts_idx++;
#  484|->         xcb_pad = 0;
#  485|       }
#  486|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def61]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:486:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  484|           xcb_pad = 0;
#  485|       }
#  486|->     xcb_block_len = 0;
#  487|       xcb_padding_offset = 0;
#  488|   

Error: CLANG_WARNING: [#def62]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:487:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#  485|       }
#  486|       xcb_block_len = 0;
#  487|->     xcb_padding_offset = 0;
#  488|   
#  489|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def63]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_input_info_info_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:498:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
#  496|       for(i=0; i<xcb_parts_idx; i++) {
#  497|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
#  498|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
#  499|           if (0 != xcb_parts[i].iov_len)
#  500|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def64]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:524:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  522|           xcb_block_len += sizeof(xcb_input_key_code_t);
#  523|           xcb_tmp += sizeof(xcb_input_key_code_t);
#  524|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
#  525|           /* xcb_input_input_info_info_t.key.max_keycode */
#  526|           _aux->key.max_keycode = *(xcb_input_key_code_t *)xcb_tmp;

Error: CLANG_WARNING: [#def65]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:529:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  527|           xcb_block_len += sizeof(xcb_input_key_code_t);
#  528|           xcb_tmp += sizeof(xcb_input_key_code_t);
#  529|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
#  530|           /* xcb_input_input_info_info_t.key.num_keys */
#  531|           _aux->key.num_keys = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def66]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:534:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  532|           xcb_block_len += sizeof(uint16_t);
#  533|           xcb_tmp += sizeof(uint16_t);
#  534|->         xcb_align_to = ALIGNOF(uint16_t);
#  535|           /* xcb_input_input_info_info_t.key.pad0 */
#  536|           _aux->key.pad0[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def67]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:554:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  552|           xcb_block_len += sizeof(uint8_t);
#  553|           xcb_tmp += sizeof(uint8_t);
#  554|->         xcb_align_to = ALIGNOF(uint8_t);
#  555|           /* xcb_input_input_info_info_t.valuator.mode */
#  556|           _aux->valuator.mode = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def68]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:559:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  557|           xcb_block_len += sizeof(uint8_t);
#  558|           xcb_tmp += sizeof(uint8_t);
#  559|->         xcb_align_to = ALIGNOF(uint8_t);
#  560|           /* xcb_input_input_info_info_t.valuator.motion_size */
#  561|           _aux->valuator.motion_size = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def69]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:570:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  568|           if (0 != xcb_pad) {
#  569|               xcb_tmp += xcb_pad;
#  570|->             xcb_pad = 0;
#  571|           }
#  572|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def70]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:584:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  582|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  583|       if (0 != xcb_pad) {
#  584|->         xcb_tmp += xcb_pad;
#  585|           xcb_pad = 0;
#  586|       }

Error: CLANG_WARNING: [#def71]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:585:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  583|       if (0 != xcb_pad) {
#  584|           xcb_tmp += xcb_pad;
#  585|->         xcb_pad = 0;
#  586|       }
#  587|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def72]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:587:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  585|           xcb_pad = 0;
#  586|       }
#  587|->     xcb_block_len = 0;
#  588|       xcb_padding_offset = 0;
#  589|   

Error: CLANG_WARNING: [#def73]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:588:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#  586|       }
#  587|       xcb_block_len = 0;
#  588|->     xcb_padding_offset = 0;
#  589|   
#  590|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def74]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:624:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  622|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  623|       if (0 != xcb_pad) {
#  624|->         xcb_tmp += xcb_pad;
#  625|           xcb_pad = 0;
#  626|       }

Error: CLANG_WARNING: [#def75]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:625:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  623|       if (0 != xcb_pad) {
#  624|           xcb_tmp += xcb_pad;
#  625|->         xcb_pad = 0;
#  626|       }
#  627|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def76]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:627:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  625|           xcb_pad = 0;
#  626|       }
#  627|->     xcb_block_len = 0;
#  628|   
#  629|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def77]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:684:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  682|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  683|       if (0 != xcb_pad) {
#  684|->         xcb_tmp += xcb_pad;
#  685|           xcb_pad = 0;
#  686|       }

Error: CLANG_WARNING: [#def78]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:685:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  683|       if (0 != xcb_pad) {
#  684|           xcb_tmp += xcb_pad;
#  685|->         xcb_pad = 0;
#  686|       }
#  687|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def79]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:687:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  685|           xcb_pad = 0;
#  686|       }
#  687|->     xcb_block_len = 0;
#  688|   
#  689|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def80]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:767:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  765|       if (0 != xcb_pad) {
#  766|           xcb_tmp += xcb_pad;
#  767|->         xcb_pad = 0;
#  768|       }
#  769|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def81]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:791:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  789|       if (0 != xcb_pad) {
#  790|           xcb_tmp += xcb_pad;
#  791|->         xcb_pad = 0;
#  792|       }
#  793|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def82]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:800:5: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#  798|           xcb_tmp += xcb_tmp_len;
#  799|       }
#  800|->     xcb_align_to = ALIGNOF(xcb_str_t);
#  801|       xcb_align_to = 4;
#  802|       /* insert padding */

Error: CLANG_WARNING: [#def83]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:807:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  805|       if (0 != xcb_pad) {
#  806|           xcb_tmp += xcb_pad;
#  807|->         xcb_pad = 0;
#  808|       }
#  809|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def84]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:814:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#  812|       xcb_buffer_len += xcb_block_len + xcb_pad;
#  813|       if (0 != xcb_pad) {
#  814|->         xcb_tmp += xcb_pad;
#  815|           xcb_pad = 0;
#  816|       }

Error: CLANG_WARNING: [#def85]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:815:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#  813|       if (0 != xcb_pad) {
#  814|           xcb_tmp += xcb_pad;
#  815|->         xcb_pad = 0;
#  816|       }
#  817|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def86]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:817:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#  815|           xcb_pad = 0;
#  816|       }
#  817|->     xcb_block_len = 0;
#  818|   
#  819|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def87]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1014:5: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 1012|       xcb_block_len += _aux->num_classes * sizeof(xcb_input_input_class_info_t);
# 1013|       xcb_tmp += xcb_block_len;
# 1014|->     xcb_align_to = ALIGNOF(xcb_input_input_class_info_t);
# 1015|       xcb_align_to = 4;
# 1016|       /* insert padding */

Error: CLANG_WARNING: [#def88]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1021:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1019|       if (0 != xcb_pad) {
# 1020|           xcb_tmp += xcb_pad;
# 1021|->         xcb_pad = 0;
# 1022|       }
# 1023|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def89]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1028:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1026|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1027|       if (0 != xcb_pad) {
# 1028|->         xcb_tmp += xcb_pad;
# 1029|           xcb_pad = 0;
# 1030|       }

Error: CLANG_WARNING: [#def90]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1029:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1027|       if (0 != xcb_pad) {
# 1028|           xcb_tmp += xcb_pad;
# 1029|->         xcb_pad = 0;
# 1030|       }
# 1031|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def91]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1031:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1029|           xcb_pad = 0;
# 1030|       }
# 1031|->     xcb_block_len = 0;
# 1032|   
# 1033|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def92]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1263:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1261|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1262|       if (0 != xcb_pad) {
# 1263|->         xcb_tmp += xcb_pad;
# 1264|           xcb_pad = 0;
# 1265|       }

Error: CLANG_WARNING: [#def93]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1264:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1262|       if (0 != xcb_pad) {
# 1263|           xcb_tmp += xcb_pad;
# 1264|->         xcb_pad = 0;
# 1265|       }
# 1266|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def94]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1266:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1264|           xcb_pad = 0;
# 1265|       }
# 1266|->     xcb_block_len = 0;
# 1267|   
# 1268|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def95]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1387:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1385|       if (0 != xcb_pad) {
# 1386|           xcb_tmp += xcb_pad;
# 1387|->         xcb_pad = 0;
# 1388|       }
# 1389|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def96]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1398:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1396|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1397|       if (0 != xcb_pad) {
# 1398|->         xcb_tmp += xcb_pad;
# 1399|           xcb_pad = 0;
# 1400|       }

Error: CLANG_WARNING: [#def97]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1399:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1397|       if (0 != xcb_pad) {
# 1398|           xcb_tmp += xcb_pad;
# 1399|->         xcb_pad = 0;
# 1400|       }
# 1401|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def98]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1401:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1399|           xcb_pad = 0;
# 1400|       }
# 1401|->     xcb_block_len = 0;
# 1402|   
# 1403|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def99]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1535:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1533|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1534|       if (0 != xcb_pad) {
# 1535|->         xcb_tmp += xcb_pad;
# 1536|           xcb_pad = 0;
# 1537|       }

Error: CLANG_WARNING: [#def100]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1536:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1534|       if (0 != xcb_pad) {
# 1535|           xcb_tmp += xcb_pad;
# 1536|->         xcb_pad = 0;
# 1537|       }
# 1538|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def101]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1538:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1536|           xcb_pad = 0;
# 1537|       }
# 1538|->     xcb_block_len = 0;
# 1539|   
# 1540|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def102]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1662:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1660|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1661|       if (0 != xcb_pad) {
# 1662|->         xcb_tmp += xcb_pad;
# 1663|           xcb_pad = 0;
# 1664|       }

Error: CLANG_WARNING: [#def103]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1663:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1661|       if (0 != xcb_pad) {
# 1662|           xcb_tmp += xcb_pad;
# 1663|->         xcb_pad = 0;
# 1664|       }
# 1665|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def104]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1665:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1663|           xcb_pad = 0;
# 1664|       }
# 1665|->     xcb_block_len = 0;
# 1666|   
# 1667|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def105]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1775:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1773|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1774|       if (0 != xcb_pad) {
# 1775|->         xcb_tmp += xcb_pad;
# 1776|           xcb_pad = 0;
# 1777|       }

Error: CLANG_WARNING: [#def106]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1776:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1774|       if (0 != xcb_pad) {
# 1775|           xcb_tmp += xcb_pad;
# 1776|->         xcb_pad = 0;
# 1777|       }
# 1778|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def107]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1778:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1776|           xcb_pad = 0;
# 1777|       }
# 1778|->     xcb_block_len = 0;
# 1779|   
# 1780|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def108]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1858:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 1856|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 1857|       if (0 != xcb_pad) {
# 1858|->         xcb_tmp += xcb_pad;
# 1859|           xcb_pad = 0;
# 1860|       }

Error: CLANG_WARNING: [#def109]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1859:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 1857|       if (0 != xcb_pad) {
# 1858|           xcb_tmp += xcb_pad;
# 1859|->         xcb_pad = 0;
# 1860|       }
# 1861|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def110]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:1861:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 1859|           xcb_pad = 0;
# 1860|       }
# 1861|->     xcb_block_len = 0;
# 1862|   
# 1863|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def111]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2108:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 2106|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 2107|       if (0 != xcb_pad) {
# 2108|->         xcb_tmp += xcb_pad;
# 2109|           xcb_pad = 0;
# 2110|       }

Error: CLANG_WARNING: [#def112]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2109:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 2107|       if (0 != xcb_pad) {
# 2108|           xcb_tmp += xcb_pad;
# 2109|->         xcb_pad = 0;
# 2110|       }
# 2111|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def113]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2111:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 2109|           xcb_pad = 0;
# 2110|       }
# 2111|->     xcb_block_len = 0;
# 2112|   
# 2113|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def114]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2295:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 2293|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 2294|       if (0 != xcb_pad) {
# 2295|->         xcb_tmp += xcb_pad;
# 2296|           xcb_pad = 0;
# 2297|       }

Error: CLANG_WARNING: [#def115]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2296:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 2294|       if (0 != xcb_pad) {
# 2295|           xcb_tmp += xcb_pad;
# 2296|->         xcb_pad = 0;
# 2297|       }
# 2298|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def116]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2298:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 2296|           xcb_pad = 0;
# 2297|       }
# 2298|->     xcb_block_len = 0;
# 2299|   
# 2300|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def117]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2514:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 2512|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 2513|       if (0 != xcb_pad) {
# 2514|->         xcb_tmp += xcb_pad;
# 2515|           xcb_pad = 0;
# 2516|       }

Error: CLANG_WARNING: [#def118]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2515:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 2513|       if (0 != xcb_pad) {
# 2514|           xcb_tmp += xcb_pad;
# 2515|->         xcb_pad = 0;
# 2516|       }
# 2517|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def119]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2517:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 2515|           xcb_pad = 0;
# 2516|       }
# 2517|->     xcb_block_len = 0;
# 2518|   
# 2519|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def120]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2979:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 2977|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 2978|       if (0 != xcb_pad) {
# 2979|->         xcb_tmp += xcb_pad;
# 2980|           xcb_pad = 0;
# 2981|       }

Error: CLANG_WARNING: [#def121]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2980:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 2978|       if (0 != xcb_pad) {
# 2979|           xcb_tmp += xcb_pad;
# 2980|->         xcb_pad = 0;
# 2981|       }
# 2982|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def122]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:2982:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 2980|           xcb_pad = 0;
# 2981|       }
# 2982|->     xcb_block_len = 0;
# 2983|   
# 2984|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def123]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3116:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3114|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3115|           xcb_parts_idx++;
# 3116|->         xcb_align_to = ALIGNOF(uint16_t);
# 3117|           /* xcb_input_feedback_state_data_t.keyboard.duration */
# 3118|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.duration;

Error: CLANG_WARNING: [#def124]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3122:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3120|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3121|           xcb_parts_idx++;
# 3122|->         xcb_align_to = ALIGNOF(uint16_t);
# 3123|           /* xcb_input_feedback_state_data_t.keyboard.led_mask */
# 3124|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.led_mask;

Error: CLANG_WARNING: [#def125]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3128:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3126|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3127|           xcb_parts_idx++;
# 3128|->         xcb_align_to = ALIGNOF(uint32_t);
# 3129|           /* xcb_input_feedback_state_data_t.keyboard.led_values */
# 3130|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.led_values;

Error: CLANG_WARNING: [#def126]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3134:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3132|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3133|           xcb_parts_idx++;
# 3134|->         xcb_align_to = ALIGNOF(uint32_t);
# 3135|           /* xcb_input_feedback_state_data_t.keyboard.global_auto_repeat */
# 3136|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.global_auto_repeat;

Error: CLANG_WARNING: [#def127]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3140:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3138|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3139|           xcb_parts_idx++;
# 3140|->         xcb_align_to = ALIGNOF(uint8_t);
# 3141|           /* xcb_input_feedback_state_data_t.keyboard.click */
# 3142|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.click;

Error: CLANG_WARNING: [#def128]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3146:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3144|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3145|           xcb_parts_idx++;
# 3146|->         xcb_align_to = ALIGNOF(uint8_t);
# 3147|           /* xcb_input_feedback_state_data_t.keyboard.percent */
# 3148|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.percent;

Error: CLANG_WARNING: [#def129]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3152:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3150|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3151|           xcb_parts_idx++;
# 3152|->         xcb_align_to = ALIGNOF(uint8_t);
# 3153|           /* xcb_input_feedback_state_data_t.keyboard.pad0 */
# 3154|           xcb_parts[xcb_parts_idx].iov_base = (char *) &xcb_pad;

Error: CLANG_WARNING: [#def130]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3158:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3156|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3157|           xcb_parts_idx++;
# 3158|->         xcb_align_to = ALIGNOF(uint8_t);
# 3159|           /* xcb_input_feedback_state_data_t.keyboard.auto_repeats */
# 3160|           xcb_parts[xcb_parts_idx].iov_base = (char *) _aux->keyboard.auto_repeats;

Error: CLANG_WARNING: [#def131]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3172:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3170|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*2;
# 3171|           xcb_parts_idx++;
# 3172|->         xcb_align_to = ALIGNOF(uint8_t);
# 3173|           /* xcb_input_feedback_state_data_t.pointer.accel_num */
# 3174|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.accel_num;

Error: CLANG_WARNING: [#def132]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3178:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3176|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3177|           xcb_parts_idx++;
# 3178|->         xcb_align_to = ALIGNOF(uint16_t);
# 3179|           /* xcb_input_feedback_state_data_t.pointer.accel_denom */
# 3180|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.accel_denom;

Error: CLANG_WARNING: [#def133]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3184:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3182|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3183|           xcb_parts_idx++;
# 3184|->         xcb_align_to = ALIGNOF(uint16_t);
# 3185|           /* xcb_input_feedback_state_data_t.pointer.threshold */
# 3186|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.threshold;

Error: CLANG_WARNING: [#def134]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3198:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3196|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3197|           xcb_parts_idx++;
# 3198|->         xcb_align_to = ALIGNOF(uint16_t);
# 3199|           /* xcb_input_feedback_state_data_t.string.num_keysyms */
# 3200|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->string.num_keysyms;

Error: CLANG_WARNING: [#def135]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3229:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3227|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3228|           xcb_parts_idx++;
# 3229|->         xcb_align_to = ALIGNOF(uint32_t);
# 3230|           /* xcb_input_feedback_state_data_t.integer.min_value */
# 3231|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->integer.min_value;

Error: CLANG_WARNING: [#def136]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3235:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3233|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 3234|           xcb_parts_idx++;
# 3235|->         xcb_align_to = ALIGNOF(int32_t);
# 3236|           /* xcb_input_feedback_state_data_t.integer.max_value */
# 3237|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->integer.max_value;

Error: CLANG_WARNING: [#def137]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3249:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3247|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3248|           xcb_parts_idx++;
# 3249|->         xcb_align_to = ALIGNOF(uint32_t);
# 3250|           /* xcb_input_feedback_state_data_t.led.led_values */
# 3251|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->led.led_values;

Error: CLANG_WARNING: [#def138]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3263:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3261|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3262|           xcb_parts_idx++;
# 3263|->         xcb_align_to = ALIGNOF(uint8_t);
# 3264|           /* xcb_input_feedback_state_data_t.bell.pad2 */
# 3265|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def139]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3269:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3267|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*3;
# 3268|           xcb_parts_idx++;
# 3269|->         xcb_align_to = ALIGNOF(uint8_t);
# 3270|           /* xcb_input_feedback_state_data_t.bell.pitch */
# 3271|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.pitch;

Error: CLANG_WARNING: [#def140]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3275:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3273|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 3274|           xcb_parts_idx++;
# 3275|->         xcb_align_to = ALIGNOF(uint16_t);
# 3276|           /* xcb_input_feedback_state_data_t.bell.duration */
# 3277|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.duration;

Error: CLANG_WARNING: [#def141]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3292:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 3290|           xcb_pad = 0;
# 3291|       }
# 3292|->     xcb_block_len = 0;
# 3293|       xcb_padding_offset = 0;
# 3294|   

Error: CLANG_WARNING: [#def142]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3293:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 3291|       }
# 3292|       xcb_block_len = 0;
# 3293|->     xcb_padding_offset = 0;
# 3294|   
# 3295|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def143]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_feedback_state_data_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3304:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 3302|       for(i=0; i<xcb_parts_idx; i++) {
# 3303|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 3304|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 3305|           if (0 != xcb_parts[i].iov_len)
# 3306|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def144]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3330:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3328|           xcb_block_len += sizeof(uint16_t);
# 3329|           xcb_tmp += sizeof(uint16_t);
# 3330|->         xcb_align_to = ALIGNOF(uint16_t);
# 3331|           /* xcb_input_feedback_state_data_t.keyboard.duration */
# 3332|           _aux->keyboard.duration = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def145]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3335:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3333|           xcb_block_len += sizeof(uint16_t);
# 3334|           xcb_tmp += sizeof(uint16_t);
# 3335|->         xcb_align_to = ALIGNOF(uint16_t);
# 3336|           /* xcb_input_feedback_state_data_t.keyboard.led_mask */
# 3337|           _aux->keyboard.led_mask = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def146]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3340:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3338|           xcb_block_len += sizeof(uint32_t);
# 3339|           xcb_tmp += sizeof(uint32_t);
# 3340|->         xcb_align_to = ALIGNOF(uint32_t);
# 3341|           /* xcb_input_feedback_state_data_t.keyboard.led_values */
# 3342|           _aux->keyboard.led_values = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def147]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3345:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3343|           xcb_block_len += sizeof(uint32_t);
# 3344|           xcb_tmp += sizeof(uint32_t);
# 3345|->         xcb_align_to = ALIGNOF(uint32_t);
# 3346|           /* xcb_input_feedback_state_data_t.keyboard.global_auto_repeat */
# 3347|           _aux->keyboard.global_auto_repeat = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def148]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3350:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3348|           xcb_block_len += sizeof(uint8_t);
# 3349|           xcb_tmp += sizeof(uint8_t);
# 3350|->         xcb_align_to = ALIGNOF(uint8_t);
# 3351|           /* xcb_input_feedback_state_data_t.keyboard.click */
# 3352|           _aux->keyboard.click = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def149]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3355:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3353|           xcb_block_len += sizeof(uint8_t);
# 3354|           xcb_tmp += sizeof(uint8_t);
# 3355|->         xcb_align_to = ALIGNOF(uint8_t);
# 3356|           /* xcb_input_feedback_state_data_t.keyboard.percent */
# 3357|           _aux->keyboard.percent = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def150]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3360:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3358|           xcb_block_len += sizeof(uint8_t);
# 3359|           xcb_tmp += sizeof(uint8_t);
# 3360|->         xcb_align_to = ALIGNOF(uint8_t);
# 3361|           /* xcb_input_feedback_state_data_t.keyboard.pad0 */
# 3362|           _aux->keyboard.pad0 = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def151]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3365:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3363|           xcb_block_len += sizeof(uint8_t);
# 3364|           xcb_tmp += sizeof(uint8_t);
# 3365|->         xcb_align_to = ALIGNOF(uint8_t);
# 3366|           /* xcb_input_feedback_state_data_t.keyboard.auto_repeats */
# 3367|           memcpy(_aux->keyboard.auto_repeats, xcb_tmp, sizeof(uint8_t) * 32);

Error: CLANG_WARNING: [#def152]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3378:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3376|           xcb_block_len += sizeof(uint8_t) * 2;
# 3377|           xcb_tmp += sizeof(uint8_t) * 2;
# 3378|->         xcb_align_to = ALIGNOF(uint8_t);
# 3379|           /* xcb_input_feedback_state_data_t.pointer.accel_num */
# 3380|           _aux->pointer.accel_num = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def153]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3383:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3381|           xcb_block_len += sizeof(uint16_t);
# 3382|           xcb_tmp += sizeof(uint16_t);
# 3383|->         xcb_align_to = ALIGNOF(uint16_t);
# 3384|           /* xcb_input_feedback_state_data_t.pointer.accel_denom */
# 3385|           _aux->pointer.accel_denom = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def154]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3388:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3386|           xcb_block_len += sizeof(uint16_t);
# 3387|           xcb_tmp += sizeof(uint16_t);
# 3388|->         xcb_align_to = ALIGNOF(uint16_t);
# 3389|           /* xcb_input_feedback_state_data_t.pointer.threshold */
# 3390|           _aux->pointer.threshold = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def155]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3400:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3398|           xcb_block_len += sizeof(uint16_t);
# 3399|           xcb_tmp += sizeof(uint16_t);
# 3400|->         xcb_align_to = ALIGNOF(uint16_t);
# 3401|           /* xcb_input_feedback_state_data_t.string.num_keysyms */
# 3402|           _aux->string.num_keysyms = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def156]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3411:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3409|           if (0 != xcb_pad) {
# 3410|               xcb_tmp += xcb_pad;
# 3411|->             xcb_pad = 0;
# 3412|           }
# 3413|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def157]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3426:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3424|           xcb_block_len += sizeof(uint32_t);
# 3425|           xcb_tmp += sizeof(uint32_t);
# 3426|->         xcb_align_to = ALIGNOF(uint32_t);
# 3427|           /* xcb_input_feedback_state_data_t.integer.min_value */
# 3428|           _aux->integer.min_value = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def158]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3431:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3429|           xcb_block_len += sizeof(int32_t);
# 3430|           xcb_tmp += sizeof(int32_t);
# 3431|->         xcb_align_to = ALIGNOF(int32_t);
# 3432|           /* xcb_input_feedback_state_data_t.integer.max_value */
# 3433|           _aux->integer.max_value = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def159]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3443:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3441|           xcb_block_len += sizeof(uint32_t);
# 3442|           xcb_tmp += sizeof(uint32_t);
# 3443|->         xcb_align_to = ALIGNOF(uint32_t);
# 3444|           /* xcb_input_feedback_state_data_t.led.led_values */
# 3445|           _aux->led.led_values = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def160]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3455:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3453|           xcb_block_len += sizeof(uint8_t);
# 3454|           xcb_tmp += sizeof(uint8_t);
# 3455|->         xcb_align_to = ALIGNOF(uint8_t);
# 3456|           /* xcb_input_feedback_state_data_t.bell.pad2 */
# 3457|           _aux->bell.pad2[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def161]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3462:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3460|           xcb_block_len += sizeof(uint8_t) * 3;
# 3461|           xcb_tmp += sizeof(uint8_t) * 3;
# 3462|->         xcb_align_to = ALIGNOF(uint8_t);
# 3463|           /* xcb_input_feedback_state_data_t.bell.pitch */
# 3464|           _aux->bell.pitch = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def162]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3467:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3465|           xcb_block_len += sizeof(uint16_t);
# 3466|           xcb_tmp += sizeof(uint16_t);
# 3467|->         xcb_align_to = ALIGNOF(uint16_t);
# 3468|           /* xcb_input_feedback_state_data_t.bell.duration */
# 3469|           _aux->bell.duration = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def163]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3478:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 3476|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 3477|       if (0 != xcb_pad) {
# 3478|->         xcb_tmp += xcb_pad;
# 3479|           xcb_pad = 0;
# 3480|       }

Error: CLANG_WARNING: [#def164]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3479:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3477|       if (0 != xcb_pad) {
# 3478|           xcb_tmp += xcb_pad;
# 3479|->         xcb_pad = 0;
# 3480|       }
# 3481|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def165]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3481:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 3479|           xcb_pad = 0;
# 3480|       }
# 3481|->     xcb_block_len = 0;
# 3482|       xcb_padding_offset = 0;
# 3483|   

Error: CLANG_WARNING: [#def166]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3482:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 3480|       }
# 3481|       xcb_block_len = 0;
# 3482|->     xcb_padding_offset = 0;
# 3483|   
# 3484|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def167]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3518:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 3516|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 3517|       if (0 != xcb_pad) {
# 3518|->         xcb_tmp += xcb_pad;
# 3519|           xcb_pad = 0;
# 3520|       }

Error: CLANG_WARNING: [#def168]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3519:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3517|       if (0 != xcb_pad) {
# 3518|           xcb_tmp += xcb_pad;
# 3519|->         xcb_pad = 0;
# 3520|       }
# 3521|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def169]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3521:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 3519|           xcb_pad = 0;
# 3520|       }
# 3521|->     xcb_block_len = 0;
# 3522|   
# 3523|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def170]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3583:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 3581|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 3582|       if (0 != xcb_pad) {
# 3583|->         xcb_tmp += xcb_pad;
# 3584|           xcb_pad = 0;
# 3585|       }

Error: CLANG_WARNING: [#def171]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3584:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3582|       if (0 != xcb_pad) {
# 3583|           xcb_tmp += xcb_pad;
# 3584|->         xcb_pad = 0;
# 3585|       }
# 3586|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def172]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3586:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 3584|           xcb_pad = 0;
# 3585|       }
# 3586|->     xcb_block_len = 0;
# 3587|   
# 3588|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def173]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3746:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 3744|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 3745|       if (0 != xcb_pad) {
# 3746|->         xcb_tmp += xcb_pad;
# 3747|           xcb_pad = 0;
# 3748|       }

Error: CLANG_WARNING: [#def174]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3747:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3745|       if (0 != xcb_pad) {
# 3746|           xcb_tmp += xcb_pad;
# 3747|->         xcb_pad = 0;
# 3748|       }
# 3749|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def175]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3749:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 3747|           xcb_pad = 0;
# 3748|       }
# 3749|->     xcb_block_len = 0;
# 3750|   
# 3751|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def176]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3883:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3881|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_key_code_t);
# 3882|           xcb_parts_idx++;
# 3883|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
# 3884|           /* xcb_input_feedback_ctl_data_t.keyboard.auto_repeat_mode */
# 3885|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.auto_repeat_mode;

Error: CLANG_WARNING: [#def177]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3889:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3887|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 3888|           xcb_parts_idx++;
# 3889|->         xcb_align_to = ALIGNOF(uint8_t);
# 3890|           /* xcb_input_feedback_ctl_data_t.keyboard.key_click_percent */
# 3891|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.key_click_percent;

Error: CLANG_WARNING: [#def178]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3895:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3893|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int8_t);
# 3894|           xcb_parts_idx++;
# 3895|->         xcb_align_to = ALIGNOF(int8_t);
# 3896|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_percent */
# 3897|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.bell_percent;

Error: CLANG_WARNING: [#def179]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3901:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3899|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int8_t);
# 3900|           xcb_parts_idx++;
# 3901|->         xcb_align_to = ALIGNOF(int8_t);
# 3902|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_pitch */
# 3903|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.bell_pitch;

Error: CLANG_WARNING: [#def180]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3907:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3905|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int16_t);
# 3906|           xcb_parts_idx++;
# 3907|->         xcb_align_to = ALIGNOF(int16_t);
# 3908|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_duration */
# 3909|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.bell_duration;

Error: CLANG_WARNING: [#def181]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3913:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3911|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int16_t);
# 3912|           xcb_parts_idx++;
# 3913|->         xcb_align_to = ALIGNOF(int16_t);
# 3914|           /* xcb_input_feedback_ctl_data_t.keyboard.led_mask */
# 3915|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.led_mask;

Error: CLANG_WARNING: [#def182]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3919:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3917|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3918|           xcb_parts_idx++;
# 3919|->         xcb_align_to = ALIGNOF(uint32_t);
# 3920|           /* xcb_input_feedback_ctl_data_t.keyboard.led_values */
# 3921|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->keyboard.led_values;

Error: CLANG_WARNING: [#def183]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3933:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3931|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*2;
# 3932|           xcb_parts_idx++;
# 3933|->         xcb_align_to = ALIGNOF(uint8_t);
# 3934|           /* xcb_input_feedback_ctl_data_t.pointer.num */
# 3935|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.num;

Error: CLANG_WARNING: [#def184]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3939:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3937|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int16_t);
# 3938|           xcb_parts_idx++;
# 3939|->         xcb_align_to = ALIGNOF(int16_t);
# 3940|           /* xcb_input_feedback_ctl_data_t.pointer.denom */
# 3941|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.denom;

Error: CLANG_WARNING: [#def185]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3945:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3943|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int16_t);
# 3944|           xcb_parts_idx++;
# 3945|->         xcb_align_to = ALIGNOF(int16_t);
# 3946|           /* xcb_input_feedback_ctl_data_t.pointer.threshold */
# 3947|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->pointer.threshold;

Error: CLANG_WARNING: [#def186]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3959:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3957|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*2;
# 3958|           xcb_parts_idx++;
# 3959|->         xcb_align_to = ALIGNOF(uint8_t);
# 3960|           /* xcb_input_feedback_ctl_data_t.string.num_keysyms */
# 3961|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->string.num_keysyms;

Error: CLANG_WARNING: [#def187]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3973:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 3971|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 3972|               xcb_parts_idx++;
# 3973|->             xcb_pad = 0;
# 3974|           }
# 3975|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def188]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:3998:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 3996|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 3997|           xcb_parts_idx++;
# 3998|->         xcb_align_to = ALIGNOF(uint32_t);
# 3999|           /* xcb_input_feedback_ctl_data_t.led.led_values */
# 4000|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->led.led_values;

Error: CLANG_WARNING: [#def189]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4012:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4010|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int8_t);
# 4011|           xcb_parts_idx++;
# 4012|->         xcb_align_to = ALIGNOF(int8_t);
# 4013|           /* xcb_input_feedback_ctl_data_t.bell.pad2 */
# 4014|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def190]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4018:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4016|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*3;
# 4017|           xcb_parts_idx++;
# 4018|->         xcb_align_to = ALIGNOF(uint8_t);
# 4019|           /* xcb_input_feedback_ctl_data_t.bell.pitch */
# 4020|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.pitch;

Error: CLANG_WARNING: [#def191]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4024:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4022|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int16_t);
# 4023|           xcb_parts_idx++;
# 4024|->         xcb_align_to = ALIGNOF(int16_t);
# 4025|           /* xcb_input_feedback_ctl_data_t.bell.duration */
# 4026|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->bell.duration;

Error: CLANG_WARNING: [#def192]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4039:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4037|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 4038|           xcb_parts_idx++;
# 4039|->         xcb_pad = 0;
# 4040|       }
# 4041|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def193]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4041:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4039|           xcb_pad = 0;
# 4040|       }
# 4041|->     xcb_block_len = 0;
# 4042|       xcb_padding_offset = 0;
# 4043|   

Error: CLANG_WARNING: [#def194]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4042:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 4040|       }
# 4041|       xcb_block_len = 0;
# 4042|->     xcb_padding_offset = 0;
# 4043|   
# 4044|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def195]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_feedback_ctl_data_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4053:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 4051|       for(i=0; i<xcb_parts_idx; i++) {
# 4052|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 4053|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 4054|           if (0 != xcb_parts[i].iov_len)
# 4055|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def196]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4079:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4077|           xcb_block_len += sizeof(xcb_input_key_code_t);
# 4078|           xcb_tmp += sizeof(xcb_input_key_code_t);
# 4079|->         xcb_align_to = ALIGNOF(xcb_input_key_code_t);
# 4080|           /* xcb_input_feedback_ctl_data_t.keyboard.auto_repeat_mode */
# 4081|           _aux->keyboard.auto_repeat_mode = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def197]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4084:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4082|           xcb_block_len += sizeof(uint8_t);
# 4083|           xcb_tmp += sizeof(uint8_t);
# 4084|->         xcb_align_to = ALIGNOF(uint8_t);
# 4085|           /* xcb_input_feedback_ctl_data_t.keyboard.key_click_percent */
# 4086|           _aux->keyboard.key_click_percent = *(int8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def198]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4089:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4087|           xcb_block_len += sizeof(int8_t);
# 4088|           xcb_tmp += sizeof(int8_t);
# 4089|->         xcb_align_to = ALIGNOF(int8_t);
# 4090|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_percent */
# 4091|           _aux->keyboard.bell_percent = *(int8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def199]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4094:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4092|           xcb_block_len += sizeof(int8_t);
# 4093|           xcb_tmp += sizeof(int8_t);
# 4094|->         xcb_align_to = ALIGNOF(int8_t);
# 4095|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_pitch */
# 4096|           _aux->keyboard.bell_pitch = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def200]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4099:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4097|           xcb_block_len += sizeof(int16_t);
# 4098|           xcb_tmp += sizeof(int16_t);
# 4099|->         xcb_align_to = ALIGNOF(int16_t);
# 4100|           /* xcb_input_feedback_ctl_data_t.keyboard.bell_duration */
# 4101|           _aux->keyboard.bell_duration = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def201]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4104:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4102|           xcb_block_len += sizeof(int16_t);
# 4103|           xcb_tmp += sizeof(int16_t);
# 4104|->         xcb_align_to = ALIGNOF(int16_t);
# 4105|           /* xcb_input_feedback_ctl_data_t.keyboard.led_mask */
# 4106|           _aux->keyboard.led_mask = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def202]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4109:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4107|           xcb_block_len += sizeof(uint32_t);
# 4108|           xcb_tmp += sizeof(uint32_t);
# 4109|->         xcb_align_to = ALIGNOF(uint32_t);
# 4110|           /* xcb_input_feedback_ctl_data_t.keyboard.led_values */
# 4111|           _aux->keyboard.led_values = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def203]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4122:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4120|           xcb_block_len += sizeof(uint8_t) * 2;
# 4121|           xcb_tmp += sizeof(uint8_t) * 2;
# 4122|->         xcb_align_to = ALIGNOF(uint8_t);
# 4123|           /* xcb_input_feedback_ctl_data_t.pointer.num */
# 4124|           _aux->pointer.num = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def204]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4127:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4125|           xcb_block_len += sizeof(int16_t);
# 4126|           xcb_tmp += sizeof(int16_t);
# 4127|->         xcb_align_to = ALIGNOF(int16_t);
# 4128|           /* xcb_input_feedback_ctl_data_t.pointer.denom */
# 4129|           _aux->pointer.denom = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def205]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4132:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4130|           xcb_block_len += sizeof(int16_t);
# 4131|           xcb_tmp += sizeof(int16_t);
# 4132|->         xcb_align_to = ALIGNOF(int16_t);
# 4133|           /* xcb_input_feedback_ctl_data_t.pointer.threshold */
# 4134|           _aux->pointer.threshold = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def206]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4145:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4143|           xcb_block_len += sizeof(uint8_t) * 2;
# 4144|           xcb_tmp += sizeof(uint8_t) * 2;
# 4145|->         xcb_align_to = ALIGNOF(uint8_t);
# 4146|           /* xcb_input_feedback_ctl_data_t.string.num_keysyms */
# 4147|           _aux->string.num_keysyms = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def207]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4156:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4154|           if (0 != xcb_pad) {
# 4155|               xcb_tmp += xcb_pad;
# 4156|->             xcb_pad = 0;
# 4157|           }
# 4158|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def208]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4178:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4176|           xcb_block_len += sizeof(uint32_t);
# 4177|           xcb_tmp += sizeof(uint32_t);
# 4178|->         xcb_align_to = ALIGNOF(uint32_t);
# 4179|           /* xcb_input_feedback_ctl_data_t.led.led_values */
# 4180|           _aux->led.led_values = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def209]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4190:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4188|           xcb_block_len += sizeof(int8_t);
# 4189|           xcb_tmp += sizeof(int8_t);
# 4190|->         xcb_align_to = ALIGNOF(int8_t);
# 4191|           /* xcb_input_feedback_ctl_data_t.bell.pad2 */
# 4192|           _aux->bell.pad2[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def210]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4197:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4195|           xcb_block_len += sizeof(uint8_t) * 3;
# 4196|           xcb_tmp += sizeof(uint8_t) * 3;
# 4197|->         xcb_align_to = ALIGNOF(uint8_t);
# 4198|           /* xcb_input_feedback_ctl_data_t.bell.pitch */
# 4199|           _aux->bell.pitch = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def211]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4202:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4200|           xcb_block_len += sizeof(int16_t);
# 4201|           xcb_tmp += sizeof(int16_t);
# 4202|->         xcb_align_to = ALIGNOF(int16_t);
# 4203|           /* xcb_input_feedback_ctl_data_t.bell.duration */
# 4204|           _aux->bell.duration = *(int16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def212]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4213:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4211|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4212|       if (0 != xcb_pad) {
# 4213|->         xcb_tmp += xcb_pad;
# 4214|           xcb_pad = 0;
# 4215|       }

Error: CLANG_WARNING: [#def213]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4214:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4212|       if (0 != xcb_pad) {
# 4213|           xcb_tmp += xcb_pad;
# 4214|->         xcb_pad = 0;
# 4215|       }
# 4216|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def214]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4216:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4214|           xcb_pad = 0;
# 4215|       }
# 4216|->     xcb_block_len = 0;
# 4217|       xcb_padding_offset = 0;
# 4218|   

Error: CLANG_WARNING: [#def215]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4217:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 4215|       }
# 4216|       xcb_block_len = 0;
# 4217|->     xcb_padding_offset = 0;
# 4218|   
# 4219|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def216]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4253:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4251|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4252|       if (0 != xcb_pad) {
# 4253|->         xcb_tmp += xcb_pad;
# 4254|           xcb_pad = 0;
# 4255|       }

Error: CLANG_WARNING: [#def217]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4254:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4252|       if (0 != xcb_pad) {
# 4253|           xcb_tmp += xcb_pad;
# 4254|->         xcb_pad = 0;
# 4255|       }
# 4256|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def218]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4256:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4254|           xcb_pad = 0;
# 4255|       }
# 4256|->     xcb_block_len = 0;
# 4257|   
# 4258|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def219]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4312:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4310|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4311|       if (0 != xcb_pad) {
# 4312|->         xcb_tmp += xcb_pad;
# 4313|           xcb_pad = 0;
# 4314|       }

Error: CLANG_WARNING: [#def220]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4313:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4311|       if (0 != xcb_pad) {
# 4312|           xcb_tmp += xcb_pad;
# 4313|->         xcb_pad = 0;
# 4314|       }
# 4315|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def221]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4315:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4313|           xcb_pad = 0;
# 4314|       }
# 4315|->     xcb_block_len = 0;
# 4316|   
# 4317|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def222]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4421:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4419|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4420|       if (0 != xcb_pad) {
# 4421|->         xcb_tmp += xcb_pad;
# 4422|           xcb_pad = 0;
# 4423|       }

Error: CLANG_WARNING: [#def223]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4422:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4420|       if (0 != xcb_pad) {
# 4421|           xcb_tmp += xcb_pad;
# 4422|->         xcb_pad = 0;
# 4423|       }
# 4424|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def224]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4424:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4422|           xcb_pad = 0;
# 4423|       }
# 4424|->     xcb_block_len = 0;
# 4425|   
# 4426|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def225]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4544:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4542|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4543|       if (0 != xcb_pad) {
# 4544|->         xcb_tmp += xcb_pad;
# 4545|           xcb_pad = 0;
# 4546|       }

Error: CLANG_WARNING: [#def226]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4545:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4543|       if (0 != xcb_pad) {
# 4544|           xcb_tmp += xcb_pad;
# 4545|->         xcb_pad = 0;
# 4546|       }
# 4547|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def227]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4547:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4545|           xcb_pad = 0;
# 4546|       }
# 4547|->     xcb_block_len = 0;
# 4548|   
# 4549|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def228]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4673:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4671|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4672|       if (0 != xcb_pad) {
# 4673|->         xcb_tmp += xcb_pad;
# 4674|           xcb_pad = 0;
# 4675|       }

Error: CLANG_WARNING: [#def229]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4674:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4672|       if (0 != xcb_pad) {
# 4673|           xcb_tmp += xcb_pad;
# 4674|->         xcb_pad = 0;
# 4675|       }
# 4676|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def230]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4676:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4674|           xcb_pad = 0;
# 4675|       }
# 4676|->     xcb_block_len = 0;
# 4677|   
# 4678|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def231]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4788:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4786|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4787|       if (0 != xcb_pad) {
# 4788|->         xcb_tmp += xcb_pad;
# 4789|           xcb_pad = 0;
# 4790|       }

Error: CLANG_WARNING: [#def232]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4789:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4787|       if (0 != xcb_pad) {
# 4788|           xcb_tmp += xcb_pad;
# 4789|->         xcb_pad = 0;
# 4790|       }
# 4791|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def233]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4791:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4789|           xcb_pad = 0;
# 4790|       }
# 4791|->     xcb_block_len = 0;
# 4792|   
# 4793|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def234]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4892:5: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 4890|       xcb_block_len += _aux->map_size * sizeof(uint8_t);
# 4891|       xcb_tmp += xcb_block_len;
# 4892|->     xcb_align_to = ALIGNOF(uint8_t);
# 4893|       xcb_align_to = 4;
# 4894|       /* insert padding */

Error: CLANG_WARNING: [#def235]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4899:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4897|       if (0 != xcb_pad) {
# 4898|           xcb_tmp += xcb_pad;
# 4899|->         xcb_pad = 0;
# 4900|       }
# 4901|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def236]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4906:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 4904|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 4905|       if (0 != xcb_pad) {
# 4906|->         xcb_tmp += xcb_pad;
# 4907|           xcb_pad = 0;
# 4908|       }

Error: CLANG_WARNING: [#def237]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4907:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 4905|       if (0 != xcb_pad) {
# 4906|           xcb_tmp += xcb_pad;
# 4907|->         xcb_pad = 0;
# 4908|       }
# 4909|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def238]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:4909:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 4907|           xcb_pad = 0;
# 4908|       }
# 4909|->     xcb_block_len = 0;
# 4910|   
# 4911|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def239]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5021:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5019|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5020|       if (0 != xcb_pad) {
# 5021|->         xcb_tmp += xcb_pad;
# 5022|           xcb_pad = 0;
# 5023|       }

Error: CLANG_WARNING: [#def240]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5022:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5020|       if (0 != xcb_pad) {
# 5021|           xcb_tmp += xcb_pad;
# 5022|->         xcb_pad = 0;
# 5023|       }
# 5024|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def241]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5024:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5022|           xcb_pad = 0;
# 5023|       }
# 5024|->     xcb_block_len = 0;
# 5025|   
# 5026|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def242]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5166:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5164|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5165|       if (0 != xcb_pad) {
# 5166|->         xcb_tmp += xcb_pad;
# 5167|           xcb_pad = 0;
# 5168|       }

Error: CLANG_WARNING: [#def243]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5167:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5165|       if (0 != xcb_pad) {
# 5166|           xcb_tmp += xcb_pad;
# 5167|->         xcb_pad = 0;
# 5168|       }
# 5169|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def244]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5169:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5167|           xcb_pad = 0;
# 5168|       }
# 5169|->     xcb_block_len = 0;
# 5170|   
# 5171|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def245]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5267:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5265|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 5266|           xcb_parts_idx++;
# 5267|->         xcb_align_to = ALIGNOF(uint8_t);
# 5268|           /* xcb_input_input_state_data_t.key.pad0 */
# 5269|           xcb_parts[xcb_parts_idx].iov_base = (char *) &xcb_pad;

Error: CLANG_WARNING: [#def246]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5273:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5271|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 5272|           xcb_parts_idx++;
# 5273|->         xcb_align_to = ALIGNOF(uint8_t);
# 5274|           /* xcb_input_input_state_data_t.key.keys */
# 5275|           xcb_parts[xcb_parts_idx].iov_base = (char *) _aux->key.keys;

Error: CLANG_WARNING: [#def247]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5287:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5285|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 5286|           xcb_parts_idx++;
# 5287|->         xcb_align_to = ALIGNOF(uint8_t);
# 5288|           /* xcb_input_input_state_data_t.button.pad1 */
# 5289|           xcb_parts[xcb_parts_idx].iov_base = (char *) &xcb_pad;

Error: CLANG_WARNING: [#def248]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5293:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5291|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 5292|           xcb_parts_idx++;
# 5293|->         xcb_align_to = ALIGNOF(uint8_t);
# 5294|           /* xcb_input_input_state_data_t.button.buttons */
# 5295|           xcb_parts[xcb_parts_idx].iov_base = (char *) _aux->button.buttons;

Error: CLANG_WARNING: [#def249]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5307:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5305|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 5306|           xcb_parts_idx++;
# 5307|->         xcb_align_to = ALIGNOF(uint8_t);
# 5308|           /* xcb_input_input_state_data_t.valuator.mode */
# 5309|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.mode;

Error: CLANG_WARNING: [#def250]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5341:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5339|           xcb_pad = 0;
# 5340|       }
# 5341|->     xcb_block_len = 0;
# 5342|       xcb_padding_offset = 0;
# 5343|   

Error: CLANG_WARNING: [#def251]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5342:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 5340|       }
# 5341|       xcb_block_len = 0;
# 5342|->     xcb_padding_offset = 0;
# 5343|   
# 5344|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def252]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_input_state_data_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5353:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 5351|       for(i=0; i<xcb_parts_idx; i++) {
# 5352|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 5353|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 5354|           if (0 != xcb_parts[i].iov_len)
# 5355|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def253]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5379:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5377|           xcb_block_len += sizeof(uint8_t);
# 5378|           xcb_tmp += sizeof(uint8_t);
# 5379|->         xcb_align_to = ALIGNOF(uint8_t);
# 5380|           /* xcb_input_input_state_data_t.key.pad0 */
# 5381|           _aux->key.pad0 = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def254]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5384:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5382|           xcb_block_len += sizeof(uint8_t);
# 5383|           xcb_tmp += sizeof(uint8_t);
# 5384|->         xcb_align_to = ALIGNOF(uint8_t);
# 5385|           /* xcb_input_input_state_data_t.key.keys */
# 5386|           memcpy(_aux->key.keys, xcb_tmp, sizeof(uint8_t) * 32);

Error: CLANG_WARNING: [#def255]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5396:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5394|           xcb_block_len += sizeof(uint8_t);
# 5395|           xcb_tmp += sizeof(uint8_t);
# 5396|->         xcb_align_to = ALIGNOF(uint8_t);
# 5397|           /* xcb_input_input_state_data_t.button.pad1 */
# 5398|           _aux->button.pad1 = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def256]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5401:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5399|           xcb_block_len += sizeof(uint8_t);
# 5400|           xcb_tmp += sizeof(uint8_t);
# 5401|->         xcb_align_to = ALIGNOF(uint8_t);
# 5402|           /* xcb_input_input_state_data_t.button.buttons */
# 5403|           memcpy(_aux->button.buttons, xcb_tmp, sizeof(uint8_t) * 32);

Error: CLANG_WARNING: [#def257]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5413:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 5411|           xcb_block_len += sizeof(uint8_t);
# 5412|           xcb_tmp += sizeof(uint8_t);
# 5413|->         xcb_align_to = ALIGNOF(uint8_t);
# 5414|           /* xcb_input_input_state_data_t.valuator.mode */
# 5415|           _aux->valuator.mode = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def258]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5424:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5422|           if (0 != xcb_pad) {
# 5423|               xcb_tmp += xcb_pad;
# 5424|->             xcb_pad = 0;
# 5425|           }
# 5426|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def259]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5438:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5436|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5437|       if (0 != xcb_pad) {
# 5438|->         xcb_tmp += xcb_pad;
# 5439|           xcb_pad = 0;
# 5440|       }

Error: CLANG_WARNING: [#def260]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5439:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5437|       if (0 != xcb_pad) {
# 5438|           xcb_tmp += xcb_pad;
# 5439|->         xcb_pad = 0;
# 5440|       }
# 5441|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def261]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5441:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5439|           xcb_pad = 0;
# 5440|       }
# 5441|->     xcb_block_len = 0;
# 5442|       xcb_padding_offset = 0;
# 5443|   

Error: CLANG_WARNING: [#def262]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5442:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 5440|       }
# 5441|       xcb_block_len = 0;
# 5442|->     xcb_padding_offset = 0;
# 5443|   
# 5444|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def263]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5478:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5476|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5477|       if (0 != xcb_pad) {
# 5478|->         xcb_tmp += xcb_pad;
# 5479|           xcb_pad = 0;
# 5480|       }

Error: CLANG_WARNING: [#def264]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5479:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5477|       if (0 != xcb_pad) {
# 5478|           xcb_tmp += xcb_pad;
# 5479|->         xcb_pad = 0;
# 5480|       }
# 5481|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def265]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5481:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5479|           xcb_pad = 0;
# 5480|       }
# 5481|->     xcb_block_len = 0;
# 5482|   
# 5483|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def266]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5543:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5541|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5542|       if (0 != xcb_pad) {
# 5543|->         xcb_tmp += xcb_pad;
# 5544|           xcb_pad = 0;
# 5545|       }

Error: CLANG_WARNING: [#def267]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5544:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5542|       if (0 != xcb_pad) {
# 5543|           xcb_tmp += xcb_pad;
# 5544|->         xcb_pad = 0;
# 5545|       }
# 5546|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def268]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5546:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5544|           xcb_pad = 0;
# 5545|       }
# 5546|->     xcb_block_len = 0;
# 5547|   
# 5548|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def269]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5716:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5714|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5715|       if (0 != xcb_pad) {
# 5716|->         xcb_tmp += xcb_pad;
# 5717|           xcb_pad = 0;
# 5718|       }

Error: CLANG_WARNING: [#def270]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5717:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5715|       if (0 != xcb_pad) {
# 5716|           xcb_tmp += xcb_pad;
# 5717|->         xcb_pad = 0;
# 5718|       }
# 5719|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def271]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5719:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5717|           xcb_pad = 0;
# 5718|       }
# 5719|->     xcb_block_len = 0;
# 5720|   
# 5721|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def272]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5830:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5828|       if (0 != xcb_pad) {
# 5829|           xcb_tmp += xcb_pad;
# 5830|->         xcb_pad = 0;
# 5831|       }
# 5832|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def273]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5842:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5840|       if (0 != xcb_pad) {
# 5841|           xcb_tmp += xcb_pad;
# 5842|->         xcb_pad = 0;
# 5843|       }
# 5844|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def274]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5853:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 5851|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 5852|       if (0 != xcb_pad) {
# 5853|->         xcb_tmp += xcb_pad;
# 5854|           xcb_pad = 0;
# 5855|       }

Error: CLANG_WARNING: [#def275]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5854:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 5852|       if (0 != xcb_pad) {
# 5853|           xcb_tmp += xcb_pad;
# 5854|->         xcb_pad = 0;
# 5855|       }
# 5856|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def276]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:5856:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 5854|           xcb_pad = 0;
# 5855|       }
# 5856|->     xcb_block_len = 0;
# 5857|   
# 5858|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def277]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6130:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6128|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 6129|               xcb_parts_idx++;
# 6130|->             xcb_pad = 0;
# 6131|           }
# 6132|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def278]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6147:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6145|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 6146|               xcb_parts_idx++;
# 6147|->             xcb_pad = 0;
# 6148|           }
# 6149|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def279]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6164:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6162|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 6163|               xcb_parts_idx++;
# 6164|->             xcb_pad = 0;
# 6165|           }
# 6166|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def280]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6181:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6179|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6180|           xcb_parts_idx++;
# 6181|->         xcb_align_to = ALIGNOF(int32_t);
# 6182|           /* xcb_input_device_state_data_t.abs_calib.max_x */
# 6183|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_x;

Error: CLANG_WARNING: [#def281]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6187:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6185|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6186|           xcb_parts_idx++;
# 6187|->         xcb_align_to = ALIGNOF(int32_t);
# 6188|           /* xcb_input_device_state_data_t.abs_calib.min_y */
# 6189|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.min_y;

Error: CLANG_WARNING: [#def282]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6193:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6191|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6192|           xcb_parts_idx++;
# 6193|->         xcb_align_to = ALIGNOF(int32_t);
# 6194|           /* xcb_input_device_state_data_t.abs_calib.max_y */
# 6195|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_y;

Error: CLANG_WARNING: [#def283]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6199:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6197|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6198|           xcb_parts_idx++;
# 6199|->         xcb_align_to = ALIGNOF(int32_t);
# 6200|           /* xcb_input_device_state_data_t.abs_calib.flip_x */
# 6201|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.flip_x;

Error: CLANG_WARNING: [#def284]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6205:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6203|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6204|           xcb_parts_idx++;
# 6205|->         xcb_align_to = ALIGNOF(uint32_t);
# 6206|           /* xcb_input_device_state_data_t.abs_calib.flip_y */
# 6207|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.flip_y;

Error: CLANG_WARNING: [#def285]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6211:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6209|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6210|           xcb_parts_idx++;
# 6211|->         xcb_align_to = ALIGNOF(uint32_t);
# 6212|           /* xcb_input_device_state_data_t.abs_calib.rotation */
# 6213|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.rotation;

Error: CLANG_WARNING: [#def286]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6217:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6215|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6216|           xcb_parts_idx++;
# 6217|->         xcb_align_to = ALIGNOF(uint32_t);
# 6218|           /* xcb_input_device_state_data_t.abs_calib.button_threshold */
# 6219|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.button_threshold;

Error: CLANG_WARNING: [#def287]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6231:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6229|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6230|           xcb_parts_idx++;
# 6231|->         xcb_align_to = ALIGNOF(uint8_t);
# 6232|           /* xcb_input_device_state_data_t.core.iscore */
# 6233|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->core.iscore;

Error: CLANG_WARNING: [#def288]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6237:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6235|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6236|           xcb_parts_idx++;
# 6237|->         xcb_align_to = ALIGNOF(uint8_t);
# 6238|           /* xcb_input_device_state_data_t.core.pad0 */
# 6239|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def289]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6251:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6249|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6250|           xcb_parts_idx++;
# 6251|->         xcb_align_to = ALIGNOF(uint8_t);
# 6252|           /* xcb_input_device_state_data_t.enable.pad1 */
# 6253|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def290]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6265:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6263|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6264|           xcb_parts_idx++;
# 6265|->         xcb_align_to = ALIGNOF(uint32_t);
# 6266|           /* xcb_input_device_state_data_t.abs_area.offset_y */
# 6267|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_y;

Error: CLANG_WARNING: [#def291]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6271:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6269|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6270|           xcb_parts_idx++;
# 6271|->         xcb_align_to = ALIGNOF(uint32_t);
# 6272|           /* xcb_input_device_state_data_t.abs_area.width */
# 6273|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.width;

Error: CLANG_WARNING: [#def292]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6277:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6275|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6276|           xcb_parts_idx++;
# 6277|->         xcb_align_to = ALIGNOF(uint32_t);
# 6278|           /* xcb_input_device_state_data_t.abs_area.height */
# 6279|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.height;

Error: CLANG_WARNING: [#def293]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6283:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6281|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6282|           xcb_parts_idx++;
# 6283|->         xcb_align_to = ALIGNOF(uint32_t);
# 6284|           /* xcb_input_device_state_data_t.abs_area.screen */
# 6285|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.screen;

Error: CLANG_WARNING: [#def294]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6289:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6287|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6288|           xcb_parts_idx++;
# 6289|->         xcb_align_to = ALIGNOF(uint32_t);
# 6290|           /* xcb_input_device_state_data_t.abs_area.following */
# 6291|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.following;

Error: CLANG_WARNING: [#def295]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6304:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6302|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 6303|           xcb_parts_idx++;
# 6304|->         xcb_pad = 0;
# 6305|       }
# 6306|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def296]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6306:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 6304|           xcb_pad = 0;
# 6305|       }
# 6306|->     xcb_block_len = 0;
# 6307|       xcb_padding_offset = 0;
# 6308|   

Error: CLANG_WARNING: [#def297]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6307:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 6305|       }
# 6306|       xcb_block_len = 0;
# 6307|->     xcb_padding_offset = 0;
# 6308|   
# 6309|       if (NULL == xcb_out) {

Error: CLANG_WARNING: [#def298]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6350:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6348|           if (0 != xcb_pad) {
# 6349|               xcb_tmp += xcb_pad;
# 6350|->             xcb_pad = 0;
# 6351|           }
# 6352|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def299]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6364:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6362|           if (0 != xcb_pad) {
# 6363|               xcb_tmp += xcb_pad;
# 6364|->             xcb_pad = 0;
# 6365|           }
# 6366|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def300]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6378:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6376|           if (0 != xcb_pad) {
# 6377|               xcb_tmp += xcb_pad;
# 6378|->             xcb_pad = 0;
# 6379|           }
# 6380|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def301]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6393:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6391|           xcb_block_len += sizeof(int32_t);
# 6392|           xcb_tmp += sizeof(int32_t);
# 6393|->         xcb_align_to = ALIGNOF(int32_t);
# 6394|           /* xcb_input_device_state_data_t.abs_calib.max_x */
# 6395|           _aux->abs_calib.max_x = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def302]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6398:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6396|           xcb_block_len += sizeof(int32_t);
# 6397|           xcb_tmp += sizeof(int32_t);
# 6398|->         xcb_align_to = ALIGNOF(int32_t);
# 6399|           /* xcb_input_device_state_data_t.abs_calib.min_y */
# 6400|           _aux->abs_calib.min_y = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def303]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6403:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6401|           xcb_block_len += sizeof(int32_t);
# 6402|           xcb_tmp += sizeof(int32_t);
# 6403|->         xcb_align_to = ALIGNOF(int32_t);
# 6404|           /* xcb_input_device_state_data_t.abs_calib.max_y */
# 6405|           _aux->abs_calib.max_y = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def304]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6408:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6406|           xcb_block_len += sizeof(int32_t);
# 6407|           xcb_tmp += sizeof(int32_t);
# 6408|->         xcb_align_to = ALIGNOF(int32_t);
# 6409|           /* xcb_input_device_state_data_t.abs_calib.flip_x */
# 6410|           _aux->abs_calib.flip_x = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def305]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6413:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6411|           xcb_block_len += sizeof(uint32_t);
# 6412|           xcb_tmp += sizeof(uint32_t);
# 6413|->         xcb_align_to = ALIGNOF(uint32_t);
# 6414|           /* xcb_input_device_state_data_t.abs_calib.flip_y */
# 6415|           _aux->abs_calib.flip_y = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def306]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6418:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6416|           xcb_block_len += sizeof(uint32_t);
# 6417|           xcb_tmp += sizeof(uint32_t);
# 6418|->         xcb_align_to = ALIGNOF(uint32_t);
# 6419|           /* xcb_input_device_state_data_t.abs_calib.rotation */
# 6420|           _aux->abs_calib.rotation = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def307]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6423:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6421|           xcb_block_len += sizeof(uint32_t);
# 6422|           xcb_tmp += sizeof(uint32_t);
# 6423|->         xcb_align_to = ALIGNOF(uint32_t);
# 6424|           /* xcb_input_device_state_data_t.abs_calib.button_threshold */
# 6425|           _aux->abs_calib.button_threshold = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def308]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6435:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6433|           xcb_block_len += sizeof(uint8_t);
# 6434|           xcb_tmp += sizeof(uint8_t);
# 6435|->         xcb_align_to = ALIGNOF(uint8_t);
# 6436|           /* xcb_input_device_state_data_t.core.iscore */
# 6437|           _aux->core.iscore = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def309]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6440:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6438|           xcb_block_len += sizeof(uint8_t);
# 6439|           xcb_tmp += sizeof(uint8_t);
# 6440|->         xcb_align_to = ALIGNOF(uint8_t);
# 6441|           /* xcb_input_device_state_data_t.core.pad0 */
# 6442|           _aux->core.pad0[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def310]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6453:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6451|           xcb_block_len += sizeof(uint8_t);
# 6452|           xcb_tmp += sizeof(uint8_t);
# 6453|->         xcb_align_to = ALIGNOF(uint8_t);
# 6454|           /* xcb_input_device_state_data_t.enable.pad1 */
# 6455|           _aux->enable.pad1[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def311]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6467:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6465|           xcb_block_len += sizeof(uint32_t);
# 6466|           xcb_tmp += sizeof(uint32_t);
# 6467|->         xcb_align_to = ALIGNOF(uint32_t);
# 6468|           /* xcb_input_device_state_data_t.abs_area.offset_y */
# 6469|           _aux->abs_area.offset_y = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def312]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6472:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6470|           xcb_block_len += sizeof(uint32_t);
# 6471|           xcb_tmp += sizeof(uint32_t);
# 6472|->         xcb_align_to = ALIGNOF(uint32_t);
# 6473|           /* xcb_input_device_state_data_t.abs_area.width */
# 6474|           _aux->abs_area.width = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def313]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6477:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6475|           xcb_block_len += sizeof(uint32_t);
# 6476|           xcb_tmp += sizeof(uint32_t);
# 6477|->         xcb_align_to = ALIGNOF(uint32_t);
# 6478|           /* xcb_input_device_state_data_t.abs_area.height */
# 6479|           _aux->abs_area.height = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def314]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6482:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6480|           xcb_block_len += sizeof(uint32_t);
# 6481|           xcb_tmp += sizeof(uint32_t);
# 6482|->         xcb_align_to = ALIGNOF(uint32_t);
# 6483|           /* xcb_input_device_state_data_t.abs_area.screen */
# 6484|           _aux->abs_area.screen = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def315]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6487:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6485|           xcb_block_len += sizeof(uint32_t);
# 6486|           xcb_tmp += sizeof(uint32_t);
# 6487|->         xcb_align_to = ALIGNOF(uint32_t);
# 6488|           /* xcb_input_device_state_data_t.abs_area.following */
# 6489|           _aux->abs_area.following = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def316]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6498:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 6496|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 6497|       if (0 != xcb_pad) {
# 6498|->         xcb_tmp += xcb_pad;
# 6499|           xcb_pad = 0;
# 6500|       }

Error: CLANG_WARNING: [#def317]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6499:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6497|       if (0 != xcb_pad) {
# 6498|           xcb_tmp += xcb_pad;
# 6499|->         xcb_pad = 0;
# 6500|       }
# 6501|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def318]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6501:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 6499|           xcb_pad = 0;
# 6500|       }
# 6501|->     xcb_block_len = 0;
# 6502|       xcb_padding_offset = 0;
# 6503|   

Error: CLANG_WARNING: [#def319]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6502:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 6500|       }
# 6501|       xcb_block_len = 0;
# 6502|->     xcb_padding_offset = 0;
# 6503|   
# 6504|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def320]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6538:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 6536|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 6537|       if (0 != xcb_pad) {
# 6538|->         xcb_tmp += xcb_pad;
# 6539|           xcb_pad = 0;
# 6540|       }

Error: CLANG_WARNING: [#def321]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6539:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6537|       if (0 != xcb_pad) {
# 6538|           xcb_tmp += xcb_pad;
# 6539|->         xcb_pad = 0;
# 6540|       }
# 6541|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def322]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6541:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 6539|           xcb_pad = 0;
# 6540|       }
# 6541|->     xcb_block_len = 0;
# 6542|   
# 6543|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def323]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6597:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 6595|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 6596|       if (0 != xcb_pad) {
# 6597|->         xcb_tmp += xcb_pad;
# 6598|           xcb_pad = 0;
# 6599|       }

Error: CLANG_WARNING: [#def324]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6598:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6596|       if (0 != xcb_pad) {
# 6597|           xcb_tmp += xcb_pad;
# 6598|->         xcb_pad = 0;
# 6599|       }
# 6600|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def325]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6600:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 6598|           xcb_pad = 0;
# 6599|       }
# 6600|->     xcb_block_len = 0;
# 6601|   
# 6602|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def326]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6700:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 6698|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 6699|       if (0 != xcb_pad) {
# 6700|->         xcb_tmp += xcb_pad;
# 6701|           xcb_pad = 0;
# 6702|       }

Error: CLANG_WARNING: [#def327]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6701:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6699|       if (0 != xcb_pad) {
# 6700|           xcb_tmp += xcb_pad;
# 6701|->         xcb_pad = 0;
# 6702|       }
# 6703|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def328]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6703:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 6701|           xcb_pad = 0;
# 6702|       }
# 6703|->     xcb_block_len = 0;
# 6704|   
# 6705|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def329]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6873:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6871|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6872|           xcb_parts_idx++;
# 6873|->         xcb_align_to = ALIGNOF(uint8_t);
# 6874|           /* xcb_input_device_ctl_data_t.resolution.num_valuators */
# 6875|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->resolution.num_valuators;

Error: CLANG_WARNING: [#def330]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6879:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6877|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6878|           xcb_parts_idx++;
# 6879|->         xcb_align_to = ALIGNOF(uint8_t);
# 6880|           /* xcb_input_device_ctl_data_t.resolution.pad0 */
# 6881|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def331]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6893:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 6891|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 6892|               xcb_parts_idx++;
# 6893|->             xcb_pad = 0;
# 6894|           }
# 6895|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def332]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6910:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6908|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6909|           xcb_parts_idx++;
# 6910|->         xcb_align_to = ALIGNOF(int32_t);
# 6911|           /* xcb_input_device_ctl_data_t.abs_calib.max_x */
# 6912|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_x;

Error: CLANG_WARNING: [#def333]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6916:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6914|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6915|           xcb_parts_idx++;
# 6916|->         xcb_align_to = ALIGNOF(int32_t);
# 6917|           /* xcb_input_device_ctl_data_t.abs_calib.min_y */
# 6918|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.min_y;

Error: CLANG_WARNING: [#def334]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6922:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6920|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6921|           xcb_parts_idx++;
# 6922|->         xcb_align_to = ALIGNOF(int32_t);
# 6923|           /* xcb_input_device_ctl_data_t.abs_calib.max_y */
# 6924|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_y;

Error: CLANG_WARNING: [#def335]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6928:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6926|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6927|           xcb_parts_idx++;
# 6928|->         xcb_align_to = ALIGNOF(int32_t);
# 6929|           /* xcb_input_device_ctl_data_t.abs_calib.flip_x */
# 6930|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.flip_x;

Error: CLANG_WARNING: [#def336]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6934:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6932|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6933|           xcb_parts_idx++;
# 6934|->         xcb_align_to = ALIGNOF(uint32_t);
# 6935|           /* xcb_input_device_ctl_data_t.abs_calib.flip_y */
# 6936|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.flip_y;

Error: CLANG_WARNING: [#def337]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6940:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6938|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6939|           xcb_parts_idx++;
# 6940|->         xcb_align_to = ALIGNOF(uint32_t);
# 6941|           /* xcb_input_device_ctl_data_t.abs_calib.rotation */
# 6942|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.rotation;

Error: CLANG_WARNING: [#def338]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6946:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6944|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6945|           xcb_parts_idx++;
# 6946|->         xcb_align_to = ALIGNOF(uint32_t);
# 6947|           /* xcb_input_device_ctl_data_t.abs_calib.button_threshold */
# 6948|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.button_threshold;

Error: CLANG_WARNING: [#def339]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6960:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6958|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6959|           xcb_parts_idx++;
# 6960|->         xcb_align_to = ALIGNOF(uint8_t);
# 6961|           /* xcb_input_device_ctl_data_t.core.pad1 */
# 6962|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def340]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6974:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6972|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 6973|           xcb_parts_idx++;
# 6974|->         xcb_align_to = ALIGNOF(uint8_t);
# 6975|           /* xcb_input_device_ctl_data_t.enable.pad2 */
# 6976|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def341]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6988:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6986|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6987|           xcb_parts_idx++;
# 6988|->         xcb_align_to = ALIGNOF(uint32_t);
# 6989|           /* xcb_input_device_ctl_data_t.abs_area.offset_y */
# 6990|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.offset_y;

Error: CLANG_WARNING: [#def342]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:6994:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6992|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
# 6993|           xcb_parts_idx++;
# 6994|->         xcb_align_to = ALIGNOF(uint32_t);
# 6995|           /* xcb_input_device_ctl_data_t.abs_area.width */
# 6996|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.width;

Error: CLANG_WARNING: [#def343]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7000:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 6998|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 6999|           xcb_parts_idx++;
# 7000|->         xcb_align_to = ALIGNOF(int32_t);
# 7001|           /* xcb_input_device_ctl_data_t.abs_area.height */
# 7002|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.height;

Error: CLANG_WARNING: [#def344]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7006:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7004|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 7005|           xcb_parts_idx++;
# 7006|->         xcb_align_to = ALIGNOF(int32_t);
# 7007|           /* xcb_input_device_ctl_data_t.abs_area.screen */
# 7008|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.screen;

Error: CLANG_WARNING: [#def345]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7012:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7010|           xcb_parts[xcb_parts_idx].iov_len = sizeof(int32_t);
# 7011|           xcb_parts_idx++;
# 7012|->         xcb_align_to = ALIGNOF(int32_t);
# 7013|           /* xcb_input_device_ctl_data_t.abs_area.following */
# 7014|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_area.following;

Error: CLANG_WARNING: [#def346]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7027:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7025|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7026|           xcb_parts_idx++;
# 7027|->         xcb_pad = 0;
# 7028|       }
# 7029|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def347]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7029:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7027|           xcb_pad = 0;
# 7028|       }
# 7029|->     xcb_block_len = 0;
# 7030|       xcb_padding_offset = 0;
# 7031|   

Error: CLANG_WARNING: [#def348]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7030:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 7028|       }
# 7029|       xcb_block_len = 0;
# 7030|->     xcb_padding_offset = 0;
# 7031|   
# 7032|       if (NULL == xcb_out) {

Error: CLANG_WARNING: [#def349]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7067:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7065|           xcb_block_len += sizeof(uint8_t);
# 7066|           xcb_tmp += sizeof(uint8_t);
# 7067|->         xcb_align_to = ALIGNOF(uint8_t);
# 7068|           /* xcb_input_device_ctl_data_t.resolution.num_valuators */
# 7069|           _aux->resolution.num_valuators = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def350]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7072:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7070|           xcb_block_len += sizeof(uint8_t);
# 7071|           xcb_tmp += sizeof(uint8_t);
# 7072|->         xcb_align_to = ALIGNOF(uint8_t);
# 7073|           /* xcb_input_device_ctl_data_t.resolution.pad0 */
# 7074|           _aux->resolution.pad0[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def351]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7084:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7082|           if (0 != xcb_pad) {
# 7083|               xcb_tmp += xcb_pad;
# 7084|->             xcb_pad = 0;
# 7085|           }
# 7086|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def352]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7099:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7097|           xcb_block_len += sizeof(int32_t);
# 7098|           xcb_tmp += sizeof(int32_t);
# 7099|->         xcb_align_to = ALIGNOF(int32_t);
# 7100|           /* xcb_input_device_ctl_data_t.abs_calib.max_x */
# 7101|           _aux->abs_calib.max_x = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def353]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7104:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7102|           xcb_block_len += sizeof(int32_t);
# 7103|           xcb_tmp += sizeof(int32_t);
# 7104|->         xcb_align_to = ALIGNOF(int32_t);
# 7105|           /* xcb_input_device_ctl_data_t.abs_calib.min_y */
# 7106|           _aux->abs_calib.min_y = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def354]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7109:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7107|           xcb_block_len += sizeof(int32_t);
# 7108|           xcb_tmp += sizeof(int32_t);
# 7109|->         xcb_align_to = ALIGNOF(int32_t);
# 7110|           /* xcb_input_device_ctl_data_t.abs_calib.max_y */
# 7111|           _aux->abs_calib.max_y = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def355]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7114:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7112|           xcb_block_len += sizeof(int32_t);
# 7113|           xcb_tmp += sizeof(int32_t);
# 7114|->         xcb_align_to = ALIGNOF(int32_t);
# 7115|           /* xcb_input_device_ctl_data_t.abs_calib.flip_x */
# 7116|           _aux->abs_calib.flip_x = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def356]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7119:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7117|           xcb_block_len += sizeof(uint32_t);
# 7118|           xcb_tmp += sizeof(uint32_t);
# 7119|->         xcb_align_to = ALIGNOF(uint32_t);
# 7120|           /* xcb_input_device_ctl_data_t.abs_calib.flip_y */
# 7121|           _aux->abs_calib.flip_y = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def357]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7124:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7122|           xcb_block_len += sizeof(uint32_t);
# 7123|           xcb_tmp += sizeof(uint32_t);
# 7124|->         xcb_align_to = ALIGNOF(uint32_t);
# 7125|           /* xcb_input_device_ctl_data_t.abs_calib.rotation */
# 7126|           _aux->abs_calib.rotation = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def358]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7129:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7127|           xcb_block_len += sizeof(uint32_t);
# 7128|           xcb_tmp += sizeof(uint32_t);
# 7129|->         xcb_align_to = ALIGNOF(uint32_t);
# 7130|           /* xcb_input_device_ctl_data_t.abs_calib.button_threshold */
# 7131|           _aux->abs_calib.button_threshold = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def359]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7141:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7139|           xcb_block_len += sizeof(uint8_t);
# 7140|           xcb_tmp += sizeof(uint8_t);
# 7141|->         xcb_align_to = ALIGNOF(uint8_t);
# 7142|           /* xcb_input_device_ctl_data_t.core.pad1 */
# 7143|           _aux->core.pad1[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def360]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7155:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7153|           xcb_block_len += sizeof(uint8_t);
# 7154|           xcb_tmp += sizeof(uint8_t);
# 7155|->         xcb_align_to = ALIGNOF(uint8_t);
# 7156|           /* xcb_input_device_ctl_data_t.enable.pad2 */
# 7157|           _aux->enable.pad2[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def361]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7169:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7167|           xcb_block_len += sizeof(uint32_t);
# 7168|           xcb_tmp += sizeof(uint32_t);
# 7169|->         xcb_align_to = ALIGNOF(uint32_t);
# 7170|           /* xcb_input_device_ctl_data_t.abs_area.offset_y */
# 7171|           _aux->abs_area.offset_y = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def362]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7174:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7172|           xcb_block_len += sizeof(uint32_t);
# 7173|           xcb_tmp += sizeof(uint32_t);
# 7174|->         xcb_align_to = ALIGNOF(uint32_t);
# 7175|           /* xcb_input_device_ctl_data_t.abs_area.width */
# 7176|           _aux->abs_area.width = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def363]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7179:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7177|           xcb_block_len += sizeof(int32_t);
# 7178|           xcb_tmp += sizeof(int32_t);
# 7179|->         xcb_align_to = ALIGNOF(int32_t);
# 7180|           /* xcb_input_device_ctl_data_t.abs_area.height */
# 7181|           _aux->abs_area.height = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def364]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7184:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7182|           xcb_block_len += sizeof(int32_t);
# 7183|           xcb_tmp += sizeof(int32_t);
# 7184|->         xcb_align_to = ALIGNOF(int32_t);
# 7185|           /* xcb_input_device_ctl_data_t.abs_area.screen */
# 7186|           _aux->abs_area.screen = *(int32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def365]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7189:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7187|           xcb_block_len += sizeof(int32_t);
# 7188|           xcb_tmp += sizeof(int32_t);
# 7189|->         xcb_align_to = ALIGNOF(int32_t);
# 7190|           /* xcb_input_device_ctl_data_t.abs_area.following */
# 7191|           _aux->abs_area.following = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def366]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7200:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7198|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7199|       if (0 != xcb_pad) {
# 7200|->         xcb_tmp += xcb_pad;
# 7201|           xcb_pad = 0;
# 7202|       }

Error: CLANG_WARNING: [#def367]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7201:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7199|       if (0 != xcb_pad) {
# 7200|           xcb_tmp += xcb_pad;
# 7201|->         xcb_pad = 0;
# 7202|       }
# 7203|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def368]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7203:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7201|           xcb_pad = 0;
# 7202|       }
# 7203|->     xcb_block_len = 0;
# 7204|       xcb_padding_offset = 0;
# 7205|   

Error: CLANG_WARNING: [#def369]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7204:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 7202|       }
# 7203|       xcb_block_len = 0;
# 7204|->     xcb_padding_offset = 0;
# 7205|   
# 7206|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def370]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7240:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7238|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7239|       if (0 != xcb_pad) {
# 7240|->         xcb_tmp += xcb_pad;
# 7241|           xcb_pad = 0;
# 7242|       }

Error: CLANG_WARNING: [#def371]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7241:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7239|       if (0 != xcb_pad) {
# 7240|           xcb_tmp += xcb_pad;
# 7241|->         xcb_pad = 0;
# 7242|       }
# 7243|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def372]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7243:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7241|           xcb_pad = 0;
# 7242|       }
# 7243|->     xcb_block_len = 0;
# 7244|   
# 7245|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def373]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7299:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7297|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7298|       if (0 != xcb_pad) {
# 7299|->         xcb_tmp += xcb_pad;
# 7300|           xcb_pad = 0;
# 7301|       }

Error: CLANG_WARNING: [#def374]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7300:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7298|       if (0 != xcb_pad) {
# 7299|           xcb_tmp += xcb_pad;
# 7300|->         xcb_pad = 0;
# 7301|       }
# 7302|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def375]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7302:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7300|           xcb_pad = 0;
# 7301|       }
# 7302|->     xcb_block_len = 0;
# 7303|   
# 7304|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def376]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7406:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7404|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7405|       if (0 != xcb_pad) {
# 7406|->         xcb_tmp += xcb_pad;
# 7407|           xcb_pad = 0;
# 7408|       }

Error: CLANG_WARNING: [#def377]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7407:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7405|       if (0 != xcb_pad) {
# 7406|           xcb_tmp += xcb_pad;
# 7407|->         xcb_pad = 0;
# 7408|       }
# 7409|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def378]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7409:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7407|           xcb_pad = 0;
# 7408|       }
# 7409|->     xcb_block_len = 0;
# 7410|   
# 7411|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def379]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7597:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7595|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7596|               xcb_parts_idx++;
# 7597|->             xcb_pad = 0;
# 7598|           }
# 7599|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def380]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7606:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7604|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint8_t);
# 7605|           xcb_parts_idx++;
# 7606|->         xcb_align_to = ALIGNOF(uint8_t);
# 7607|           xcb_align_to = 4;
# 7608|           /* insert padding */

Error: CLANG_WARNING: [#def381]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7615:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7613|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7614|               xcb_parts_idx++;
# 7615|->             xcb_pad = 0;
# 7616|           }
# 7617|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def382]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7628:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7626|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7627|               xcb_parts_idx++;
# 7628|->             xcb_pad = 0;
# 7629|           }
# 7630|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def383]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7637:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7635|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint16_t);
# 7636|           xcb_parts_idx++;
# 7637|->         xcb_align_to = ALIGNOF(uint16_t);
# 7638|           xcb_align_to = 4;
# 7639|           /* insert padding */

Error: CLANG_WARNING: [#def384]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7646:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7644|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7645|               xcb_parts_idx++;
# 7646|->             xcb_pad = 0;
# 7647|           }
# 7648|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def385]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7659:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7657|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7658|               xcb_parts_idx++;
# 7659|->             xcb_pad = 0;
# 7660|           }
# 7661|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def386]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7677:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7675|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 7676|           xcb_parts_idx++;
# 7677|->         xcb_pad = 0;
# 7678|       }
# 7679|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def387]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7679:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7677|           xcb_pad = 0;
# 7678|       }
# 7679|->     xcb_block_len = 0;
# 7680|       xcb_padding_offset = 0;
# 7681|   

Error: CLANG_WARNING: [#def388]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7680:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 7678|       }
# 7679|       xcb_block_len = 0;
# 7680|->     xcb_padding_offset = 0;
# 7681|   
# 7682|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def389]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_change_device_property_items_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7691:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 7689|       for(i=0; i<xcb_parts_idx; i++) {
# 7690|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 7691|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 7692|           if (0 != xcb_parts[i].iov_len)
# 7693|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def390]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7719:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7717|           if (0 != xcb_pad) {
# 7718|               xcb_tmp += xcb_pad;
# 7719|->             xcb_pad = 0;
# 7720|           }
# 7721|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def391]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7727:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7725|           xcb_block_len += num_items * sizeof(uint8_t);
# 7726|           xcb_tmp += xcb_block_len;
# 7727|->         xcb_align_to = ALIGNOF(uint8_t);
# 7728|           xcb_align_to = 4;
# 7729|           /* insert padding */

Error: CLANG_WARNING: [#def392]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7734:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7732|           if (0 != xcb_pad) {
# 7733|               xcb_tmp += xcb_pad;
# 7734|->             xcb_pad = 0;
# 7735|           }
# 7736|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def393]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7745:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7743|           if (0 != xcb_pad) {
# 7744|               xcb_tmp += xcb_pad;
# 7745|->             xcb_pad = 0;
# 7746|           }
# 7747|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def394]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7753:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 7751|           xcb_block_len += num_items * sizeof(uint16_t);
# 7752|           xcb_tmp += xcb_block_len;
# 7753|->         xcb_align_to = ALIGNOF(uint16_t);
# 7754|           xcb_align_to = 4;
# 7755|           /* insert padding */

Error: CLANG_WARNING: [#def395]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7760:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7758|           if (0 != xcb_pad) {
# 7759|               xcb_tmp += xcb_pad;
# 7760|->             xcb_pad = 0;
# 7761|           }
# 7762|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def396]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7771:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7769|           if (0 != xcb_pad) {
# 7770|               xcb_tmp += xcb_pad;
# 7771|->             xcb_pad = 0;
# 7772|           }
# 7773|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def397]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7785:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7783|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7784|       if (0 != xcb_pad) {
# 7785|->         xcb_tmp += xcb_pad;
# 7786|           xcb_pad = 0;
# 7787|       }

Error: CLANG_WARNING: [#def398]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7786:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7784|       if (0 != xcb_pad) {
# 7785|           xcb_tmp += xcb_pad;
# 7786|->         xcb_pad = 0;
# 7787|       }
# 7788|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def399]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7788:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7786|           xcb_pad = 0;
# 7787|       }
# 7788|->     xcb_block_len = 0;
# 7789|       xcb_padding_offset = 0;
# 7790|   

Error: CLANG_WARNING: [#def400]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7789:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 7787|       }
# 7788|       xcb_block_len = 0;
# 7789|->     xcb_padding_offset = 0;
# 7790|   
# 7791|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def401]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7826:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 7824|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 7825|       if (0 != xcb_pad) {
# 7826|->         xcb_tmp += xcb_pad;
# 7827|           xcb_pad = 0;
# 7828|       }

Error: CLANG_WARNING: [#def402]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7827:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 7825|       if (0 != xcb_pad) {
# 7826|           xcb_tmp += xcb_pad;
# 7827|->         xcb_pad = 0;
# 7828|       }
# 7829|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def403]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:7829:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 7827|           xcb_pad = 0;
# 7828|       }
# 7829|->     xcb_block_len = 0;
# 7830|   
# 7831|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def404]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8169:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8167|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8168|               xcb_parts_idx++;
# 8169|->             xcb_pad = 0;
# 8170|           }
# 8171|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def405]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8178:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8176|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint8_t);
# 8177|           xcb_parts_idx++;
# 8178|->         xcb_align_to = ALIGNOF(uint8_t);
# 8179|           xcb_align_to = 4;
# 8180|           /* insert padding */

Error: CLANG_WARNING: [#def406]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8187:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8185|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8186|               xcb_parts_idx++;
# 8187|->             xcb_pad = 0;
# 8188|           }
# 8189|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def407]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8200:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8198|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8199|               xcb_parts_idx++;
# 8200|->             xcb_pad = 0;
# 8201|           }
# 8202|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def408]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8209:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8207|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint16_t);
# 8208|           xcb_parts_idx++;
# 8209|->         xcb_align_to = ALIGNOF(uint16_t);
# 8210|           xcb_align_to = 4;
# 8211|           /* insert padding */

Error: CLANG_WARNING: [#def409]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8218:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8216|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8217|               xcb_parts_idx++;
# 8218|->             xcb_pad = 0;
# 8219|           }
# 8220|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def410]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8231:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8229|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8230|               xcb_parts_idx++;
# 8231|->             xcb_pad = 0;
# 8232|           }
# 8233|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def411]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8249:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8247|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
# 8248|           xcb_parts_idx++;
# 8249|->         xcb_pad = 0;
# 8250|       }
# 8251|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def412]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8251:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 8249|           xcb_pad = 0;
# 8250|       }
# 8251|->     xcb_block_len = 0;
# 8252|       xcb_padding_offset = 0;
# 8253|   

Error: CLANG_WARNING: [#def413]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8252:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 8250|       }
# 8251|       xcb_block_len = 0;
# 8252|->     xcb_padding_offset = 0;
# 8253|   
# 8254|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def414]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_get_device_property_items_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8263:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 8261|       for(i=0; i<xcb_parts_idx; i++) {
# 8262|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 8263|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 8264|           if (0 != xcb_parts[i].iov_len)
# 8265|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def415]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8291:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8289|           if (0 != xcb_pad) {
# 8290|               xcb_tmp += xcb_pad;
# 8291|->             xcb_pad = 0;
# 8292|           }
# 8293|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def416]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8299:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8297|           xcb_block_len += num_items * sizeof(uint8_t);
# 8298|           xcb_tmp += xcb_block_len;
# 8299|->         xcb_align_to = ALIGNOF(uint8_t);
# 8300|           xcb_align_to = 4;
# 8301|           /* insert padding */

Error: CLANG_WARNING: [#def417]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8306:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8304|           if (0 != xcb_pad) {
# 8305|               xcb_tmp += xcb_pad;
# 8306|->             xcb_pad = 0;
# 8307|           }
# 8308|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def418]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8317:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8315|           if (0 != xcb_pad) {
# 8316|               xcb_tmp += xcb_pad;
# 8317|->             xcb_pad = 0;
# 8318|           }
# 8319|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def419]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8325:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8323|           xcb_block_len += num_items * sizeof(uint16_t);
# 8324|           xcb_tmp += xcb_block_len;
# 8325|->         xcb_align_to = ALIGNOF(uint16_t);
# 8326|           xcb_align_to = 4;
# 8327|           /* insert padding */

Error: CLANG_WARNING: [#def420]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8332:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8330|           if (0 != xcb_pad) {
# 8331|               xcb_tmp += xcb_pad;
# 8332|->             xcb_pad = 0;
# 8333|           }
# 8334|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def421]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8343:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8341|           if (0 != xcb_pad) {
# 8342|               xcb_tmp += xcb_pad;
# 8343|->             xcb_pad = 0;
# 8344|           }
# 8345|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def422]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8357:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 8355|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 8356|       if (0 != xcb_pad) {
# 8357|->         xcb_tmp += xcb_pad;
# 8358|           xcb_pad = 0;
# 8359|       }

Error: CLANG_WARNING: [#def423]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8358:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8356|       if (0 != xcb_pad) {
# 8357|           xcb_tmp += xcb_pad;
# 8358|->         xcb_pad = 0;
# 8359|       }
# 8360|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def424]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8360:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 8358|           xcb_pad = 0;
# 8359|       }
# 8360|->     xcb_block_len = 0;
# 8361|       xcb_padding_offset = 0;
# 8362|   

Error: CLANG_WARNING: [#def425]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8361:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 8359|       }
# 8360|       xcb_block_len = 0;
# 8361|->     xcb_padding_offset = 0;
# 8362|   
# 8363|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def426]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8398:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 8396|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 8397|       if (0 != xcb_pad) {
# 8398|->         xcb_tmp += xcb_pad;
# 8399|           xcb_pad = 0;
# 8400|       }

Error: CLANG_WARNING: [#def427]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8399:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8397|       if (0 != xcb_pad) {
# 8398|           xcb_tmp += xcb_pad;
# 8399|->         xcb_pad = 0;
# 8400|       }
# 8401|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def428]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8401:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 8399|           xcb_pad = 0;
# 8400|       }
# 8401|->     xcb_block_len = 0;
# 8402|   
# 8403|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def429]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8553:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 8551|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 8552|       if (0 != xcb_pad) {
# 8553|->         xcb_tmp += xcb_pad;
# 8554|           xcb_pad = 0;
# 8555|       }

Error: CLANG_WARNING: [#def430]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8554:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8552|       if (0 != xcb_pad) {
# 8553|           xcb_tmp += xcb_pad;
# 8554|->         xcb_pad = 0;
# 8555|       }
# 8556|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def431]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8556:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 8554|           xcb_pad = 0;
# 8555|       }
# 8556|->     xcb_block_len = 0;
# 8557|   
# 8558|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def432]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8815:5: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8813|       xcb_block_len += _aux->name_len * sizeof(char);
# 8814|       xcb_tmp += xcb_block_len;
# 8815|->     xcb_align_to = ALIGNOF(char);
# 8816|       xcb_align_to = 4;
# 8817|       /* insert padding */

Error: CLANG_WARNING: [#def433]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8822:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8820|       if (0 != xcb_pad) {
# 8821|           xcb_tmp += xcb_pad;
# 8822|->         xcb_pad = 0;
# 8823|       }
# 8824|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def434]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8829:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 8827|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 8828|       if (0 != xcb_pad) {
# 8829|->         xcb_tmp += xcb_pad;
# 8830|           xcb_pad = 0;
# 8831|       }

Error: CLANG_WARNING: [#def435]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8830:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 8828|       if (0 != xcb_pad) {
# 8829|           xcb_tmp += xcb_pad;
# 8830|->         xcb_pad = 0;
# 8831|       }
# 8832|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def436]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8832:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 8830|           xcb_pad = 0;
# 8831|       }
# 8832|->     xcb_block_len = 0;
# 8833|   
# 8834|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def437]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8984:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8982|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
# 8983|           xcb_parts_idx++;
# 8984|->         xcb_align_to = ALIGNOF(uint16_t);
# 8985|           /* xcb_input_hierarchy_change_data_t.add_master.send_core */
# 8986|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->add_master.send_core;

Error: CLANG_WARNING: [#def438]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:8990:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 8988|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 8989|           xcb_parts_idx++;
# 8990|->         xcb_align_to = ALIGNOF(uint8_t);
# 8991|           /* xcb_input_hierarchy_change_data_t.add_master.enable */
# 8992|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->add_master.enable;

Error: CLANG_WARNING: [#def439]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9013:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9011|           xcb_parts[xcb_parts_idx].iov_len = _aux->add_master.name_len * sizeof(char);
# 9012|           xcb_parts_idx++;
# 9013|->         xcb_align_to = ALIGNOF(char);
# 9014|           xcb_align_to = 4;
# 9015|           /* insert padding */

Error: CLANG_WARNING: [#def440]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9033:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9031|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_device_id_t);
# 9032|           xcb_parts_idx++;
# 9033|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9034|           /* xcb_input_hierarchy_change_data_t.remove_master.return_mode */
# 9035|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->remove_master.return_mode;

Error: CLANG_WARNING: [#def441]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9039:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9037|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 9038|           xcb_parts_idx++;
# 9039|->         xcb_align_to = ALIGNOF(uint8_t);
# 9040|           /* xcb_input_hierarchy_change_data_t.remove_master.pad1 */
# 9041|           xcb_parts[xcb_parts_idx].iov_base = (char *) &xcb_pad;

Error: CLANG_WARNING: [#def442]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9045:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9043|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
# 9044|           xcb_parts_idx++;
# 9045|->         xcb_align_to = ALIGNOF(uint8_t);
# 9046|           /* xcb_input_hierarchy_change_data_t.remove_master.return_pointer */
# 9047|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->remove_master.return_pointer;

Error: CLANG_WARNING: [#def443]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9051:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9049|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_device_id_t);
# 9050|           xcb_parts_idx++;
# 9051|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9052|           /* xcb_input_hierarchy_change_data_t.remove_master.return_keyboard */
# 9053|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->remove_master.return_keyboard;

Error: CLANG_WARNING: [#def444]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9065:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9063|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_device_id_t);
# 9064|           xcb_parts_idx++;
# 9065|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9066|           /* xcb_input_hierarchy_change_data_t.attach_slave.master */
# 9067|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->attach_slave.master;

Error: CLANG_WARNING: [#def445]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9079:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9077|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_device_id_t);
# 9078|           xcb_parts_idx++;
# 9079|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9080|           /* xcb_input_hierarchy_change_data_t.detach_slave.pad2 */
# 9081|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def446]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9096:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9094|           xcb_pad = 0;
# 9095|       }
# 9096|->     xcb_block_len = 0;
# 9097|       xcb_padding_offset = 0;
# 9098|   

Error: CLANG_WARNING: [#def447]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9097:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 9095|       }
# 9096|       xcb_block_len = 0;
# 9097|->     xcb_padding_offset = 0;
# 9098|   
# 9099|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def448]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_hierarchy_change_data_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9108:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
# 9106|       for(i=0; i<xcb_parts_idx; i++) {
# 9107|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
# 9108|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
# 9109|           if (0 != xcb_parts[i].iov_len)
# 9110|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def449]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9134:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9132|           xcb_block_len += sizeof(uint16_t);
# 9133|           xcb_tmp += sizeof(uint16_t);
# 9134|->         xcb_align_to = ALIGNOF(uint16_t);
# 9135|           /* xcb_input_hierarchy_change_data_t.add_master.send_core */
# 9136|           _aux->add_master.send_core = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def450]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9139:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9137|           xcb_block_len += sizeof(uint8_t);
# 9138|           xcb_tmp += sizeof(uint8_t);
# 9139|->         xcb_align_to = ALIGNOF(uint8_t);
# 9140|           /* xcb_input_hierarchy_change_data_t.add_master.enable */
# 9141|           _aux->add_master.enable = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def451]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9150:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9148|           if (0 != xcb_pad) {
# 9149|               xcb_tmp += xcb_pad;
# 9150|->             xcb_pad = 0;
# 9151|           }
# 9152|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def452]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9158:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9156|           xcb_block_len += _aux->add_master.name_len * sizeof(char);
# 9157|           xcb_tmp += xcb_block_len;
# 9158|->         xcb_align_to = ALIGNOF(char);
# 9159|           xcb_align_to = 4;
# 9160|           /* insert padding */

Error: CLANG_WARNING: [#def453]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9165:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9163|           if (0 != xcb_pad) {
# 9164|               xcb_tmp += xcb_pad;
# 9165|->             xcb_pad = 0;
# 9166|           }
# 9167|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def454]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9175:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9173|           xcb_block_len += sizeof(xcb_input_device_id_t);
# 9174|           xcb_tmp += sizeof(xcb_input_device_id_t);
# 9175|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9176|           /* xcb_input_hierarchy_change_data_t.remove_master.return_mode */
# 9177|           _aux->remove_master.return_mode = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def455]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9180:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9178|           xcb_block_len += sizeof(uint8_t);
# 9179|           xcb_tmp += sizeof(uint8_t);
# 9180|->         xcb_align_to = ALIGNOF(uint8_t);
# 9181|           /* xcb_input_hierarchy_change_data_t.remove_master.pad1 */
# 9182|           _aux->remove_master.pad1 = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def456]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9185:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9183|           xcb_block_len += sizeof(uint8_t);
# 9184|           xcb_tmp += sizeof(uint8_t);
# 9185|->         xcb_align_to = ALIGNOF(uint8_t);
# 9186|           /* xcb_input_hierarchy_change_data_t.remove_master.return_pointer */
# 9187|           _aux->remove_master.return_pointer = *(xcb_input_device_id_t *)xcb_tmp;

Error: CLANG_WARNING: [#def457]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9190:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9188|           xcb_block_len += sizeof(xcb_input_device_id_t);
# 9189|           xcb_tmp += sizeof(xcb_input_device_id_t);
# 9190|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9191|           /* xcb_input_hierarchy_change_data_t.remove_master.return_keyboard */
# 9192|           _aux->remove_master.return_keyboard = *(xcb_input_device_id_t *)xcb_tmp;

Error: CLANG_WARNING: [#def458]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9202:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9200|           xcb_block_len += sizeof(xcb_input_device_id_t);
# 9201|           xcb_tmp += sizeof(xcb_input_device_id_t);
# 9202|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9203|           /* xcb_input_hierarchy_change_data_t.attach_slave.master */
# 9204|           _aux->attach_slave.master = *(xcb_input_device_id_t *)xcb_tmp;

Error: CLANG_WARNING: [#def459]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9214:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
# 9212|           xcb_block_len += sizeof(xcb_input_device_id_t);
# 9213|           xcb_tmp += sizeof(xcb_input_device_id_t);
# 9214|->         xcb_align_to = ALIGNOF(xcb_input_device_id_t);
# 9215|           /* xcb_input_hierarchy_change_data_t.detach_slave.pad2 */
# 9216|           _aux->detach_slave.pad2[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def460]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9226:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9224|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9225|       if (0 != xcb_pad) {
# 9226|->         xcb_tmp += xcb_pad;
# 9227|           xcb_pad = 0;
# 9228|       }

Error: CLANG_WARNING: [#def461]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9227:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9225|       if (0 != xcb_pad) {
# 9226|           xcb_tmp += xcb_pad;
# 9227|->         xcb_pad = 0;
# 9228|       }
# 9229|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def462]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9229:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9227|           xcb_pad = 0;
# 9228|       }
# 9229|->     xcb_block_len = 0;
# 9230|       xcb_padding_offset = 0;
# 9231|   

Error: CLANG_WARNING: [#def463]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9230:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
# 9228|       }
# 9229|       xcb_block_len = 0;
# 9230|->     xcb_padding_offset = 0;
# 9231|   
# 9232|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def464]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9266:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9264|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9265|       if (0 != xcb_pad) {
# 9266|->         xcb_tmp += xcb_pad;
# 9267|           xcb_pad = 0;
# 9268|       }

Error: CLANG_WARNING: [#def465]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9267:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9265|       if (0 != xcb_pad) {
# 9266|           xcb_tmp += xcb_pad;
# 9267|->         xcb_pad = 0;
# 9268|       }
# 9269|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def466]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9269:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9267|           xcb_pad = 0;
# 9268|       }
# 9269|->     xcb_block_len = 0;
# 9270|   
# 9271|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def467]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9331:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9329|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9330|       if (0 != xcb_pad) {
# 9331|->         xcb_tmp += xcb_pad;
# 9332|           xcb_pad = 0;
# 9333|       }

Error: CLANG_WARNING: [#def468]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9332:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9330|       if (0 != xcb_pad) {
# 9331|           xcb_tmp += xcb_pad;
# 9332|->         xcb_pad = 0;
# 9333|       }
# 9334|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def469]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9334:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9332|           xcb_pad = 0;
# 9333|       }
# 9334|->     xcb_block_len = 0;
# 9335|   
# 9336|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def470]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9580:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9578|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9579|       if (0 != xcb_pad) {
# 9580|->         xcb_tmp += xcb_pad;
# 9581|           xcb_pad = 0;
# 9582|       }

Error: CLANG_WARNING: [#def471]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9581:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9579|       if (0 != xcb_pad) {
# 9580|           xcb_tmp += xcb_pad;
# 9581|->         xcb_pad = 0;
# 9582|       }
# 9583|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def472]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9583:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9581|           xcb_pad = 0;
# 9582|       }
# 9583|->     xcb_block_len = 0;
# 9584|   
# 9585|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def473]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9661:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9659|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9660|       if (0 != xcb_pad) {
# 9661|->         xcb_tmp += xcb_pad;
# 9662|           xcb_pad = 0;
# 9663|       }

Error: CLANG_WARNING: [#def474]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9662:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9660|       if (0 != xcb_pad) {
# 9661|           xcb_tmp += xcb_pad;
# 9662|->         xcb_pad = 0;
# 9663|       }
# 9664|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def475]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9664:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9662|           xcb_pad = 0;
# 9663|       }
# 9664|->     xcb_block_len = 0;
# 9665|   
# 9666|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def476]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9861:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9859|       if (0 != xcb_pad) {
# 9860|           xcb_tmp += xcb_pad;
# 9861|->         xcb_pad = 0;
# 9862|       }
# 9863|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def477]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9872:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9870|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9871|       if (0 != xcb_pad) {
# 9872|->         xcb_tmp += xcb_pad;
# 9873|           xcb_pad = 0;
# 9874|       }

Error: CLANG_WARNING: [#def478]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9873:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9871|       if (0 != xcb_pad) {
# 9872|           xcb_tmp += xcb_pad;
# 9873|->         xcb_pad = 0;
# 9874|       }
# 9875|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def479]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9875:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9873|           xcb_pad = 0;
# 9874|       }
# 9875|->     xcb_block_len = 0;
# 9876|   
# 9877|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def480]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9972:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
# 9970|       xcb_buffer_len += xcb_block_len + xcb_pad;
# 9971|       if (0 != xcb_pad) {
# 9972|->         xcb_tmp += xcb_pad;
# 9973|           xcb_pad = 0;
# 9974|       }

Error: CLANG_WARNING: [#def481]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9973:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
# 9971|       if (0 != xcb_pad) {
# 9972|           xcb_tmp += xcb_pad;
# 9973|->         xcb_pad = 0;
# 9974|       }
# 9975|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def482]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:9975:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
# 9973|           xcb_pad = 0;
# 9974|       }
# 9975|->     xcb_block_len = 0;
# 9976|   
# 9977|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def483]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10260:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10258|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
#10259|           xcb_parts_idx++;
#10260|->         xcb_align_to = ALIGNOF(uint16_t);
#10261|           /* xcb_input_device_class_data_t.valuator.label */
#10262|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.label;

Error: CLANG_WARNING: [#def484]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10266:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10264|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_atom_t);
#10265|           xcb_parts_idx++;
#10266|->         xcb_align_to = ALIGNOF(xcb_atom_t);
#10267|           /* xcb_input_device_class_data_t.valuator.min */
#10268|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.min;

Error: CLANG_WARNING: [#def485]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10272:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10270|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_fp3232_t);
#10271|           xcb_parts_idx++;
#10272|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10273|           /* xcb_input_device_class_data_t.valuator.max */
#10274|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.max;

Error: CLANG_WARNING: [#def486]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10278:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10276|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_fp3232_t);
#10277|           xcb_parts_idx++;
#10278|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10279|           /* xcb_input_device_class_data_t.valuator.value */
#10280|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.value;

Error: CLANG_WARNING: [#def487]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10284:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10282|           xcb_parts[xcb_parts_idx].iov_len = sizeof(xcb_input_fp3232_t);
#10283|           xcb_parts_idx++;
#10284|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10285|           /* xcb_input_device_class_data_t.valuator.resolution */
#10286|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.resolution;

Error: CLANG_WARNING: [#def488]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10290:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10288|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
#10289|           xcb_parts_idx++;
#10290|->         xcb_align_to = ALIGNOF(uint32_t);
#10291|           /* xcb_input_device_class_data_t.valuator.mode */
#10292|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->valuator.mode;

Error: CLANG_WARNING: [#def489]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10296:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10294|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
#10295|           xcb_parts_idx++;
#10296|->         xcb_align_to = ALIGNOF(uint8_t);
#10297|           /* xcb_input_device_class_data_t.valuator.pad0 */
#10298|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def490]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10310:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10308|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
#10309|           xcb_parts_idx++;
#10310|->         xcb_align_to = ALIGNOF(uint16_t);
#10311|           /* xcb_input_device_class_data_t.scroll.scroll_type */
#10312|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->scroll.scroll_type;

Error: CLANG_WARNING: [#def491]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10316:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10314|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint16_t);
#10315|           xcb_parts_idx++;
#10316|->         xcb_align_to = ALIGNOF(uint16_t);
#10317|           /* xcb_input_device_class_data_t.scroll.pad1 */
#10318|           xcb_parts[xcb_parts_idx].iov_base = xcb_pad0;

Error: CLANG_WARNING: [#def492]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10322:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10320|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t)*2;
#10321|           xcb_parts_idx++;
#10322|->         xcb_align_to = ALIGNOF(uint8_t);
#10323|           /* xcb_input_device_class_data_t.scroll.flags */
#10324|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->scroll.flags;

Error: CLANG_WARNING: [#def493]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10328:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10326|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint32_t);
#10327|           xcb_parts_idx++;
#10328|->         xcb_align_to = ALIGNOF(uint32_t);
#10329|           /* xcb_input_device_class_data_t.scroll.increment */
#10330|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->scroll.increment;

Error: CLANG_WARNING: [#def494]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10342:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10340|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
#10341|           xcb_parts_idx++;
#10342|->         xcb_align_to = ALIGNOF(uint8_t);
#10343|           /* xcb_input_device_class_data_t.touch.num_touches */
#10344|           xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->touch.num_touches;

Error: CLANG_WARNING: [#def495]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10356:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10354|           xcb_parts[xcb_parts_idx].iov_len = sizeof(uint8_t);
#10355|           xcb_parts_idx++;
#10356|->         xcb_align_to = ALIGNOF(uint8_t);
#10357|           /* xcb_input_device_class_data_t.gesture.pad2 */
#10358|           xcb_parts[xcb_parts_idx].iov_base = (char *) &xcb_pad;

Error: CLANG_WARNING: [#def496]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10373:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#10371|           xcb_pad = 0;
#10372|       }
#10373|->     xcb_block_len = 0;
#10374|       xcb_padding_offset = 0;
#10375|   

Error: CLANG_WARNING: [#def497]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10374:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#10372|       }
#10373|       xcb_block_len = 0;
#10374|->     xcb_padding_offset = 0;
#10375|   
#10376|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def498]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_device_class_data_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10385:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
#10383|       for(i=0; i<xcb_parts_idx; i++) {
#10384|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
#10385|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
#10386|           if (0 != xcb_parts[i].iov_len)
#10387|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def499]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10417:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10415|           if (0 != xcb_pad) {
#10416|               xcb_tmp += xcb_pad;
#10417|->             xcb_pad = 0;
#10418|           }
#10419|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def500]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10438:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10436|           if (0 != xcb_pad) {
#10437|               xcb_tmp += xcb_pad;
#10438|->             xcb_pad = 0;
#10439|           }
#10440|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def501]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10452:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10450|           if (0 != xcb_pad) {
#10451|               xcb_tmp += xcb_pad;
#10452|->             xcb_pad = 0;
#10453|           }
#10454|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def502]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10467:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10465|           xcb_block_len += sizeof(uint16_t);
#10466|           xcb_tmp += sizeof(uint16_t);
#10467|->         xcb_align_to = ALIGNOF(uint16_t);
#10468|           /* xcb_input_device_class_data_t.valuator.label */
#10469|           _aux->valuator.label = *(xcb_atom_t *)xcb_tmp;

Error: CLANG_WARNING: [#def503]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10472:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10470|           xcb_block_len += sizeof(xcb_atom_t);
#10471|           xcb_tmp += sizeof(xcb_atom_t);
#10472|->         xcb_align_to = ALIGNOF(xcb_atom_t);
#10473|           /* xcb_input_device_class_data_t.valuator.min */
#10474|           _aux->valuator.min = *(xcb_input_fp3232_t *)xcb_tmp;

Error: CLANG_WARNING: [#def504]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10477:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10475|           xcb_block_len += sizeof(xcb_input_fp3232_t);
#10476|           xcb_tmp += sizeof(xcb_input_fp3232_t);
#10477|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10478|           /* xcb_input_device_class_data_t.valuator.max */
#10479|           _aux->valuator.max = *(xcb_input_fp3232_t *)xcb_tmp;

Error: CLANG_WARNING: [#def505]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10482:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10480|           xcb_block_len += sizeof(xcb_input_fp3232_t);
#10481|           xcb_tmp += sizeof(xcb_input_fp3232_t);
#10482|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10483|           /* xcb_input_device_class_data_t.valuator.value */
#10484|           _aux->valuator.value = *(xcb_input_fp3232_t *)xcb_tmp;

Error: CLANG_WARNING: [#def506]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10487:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10485|           xcb_block_len += sizeof(xcb_input_fp3232_t);
#10486|           xcb_tmp += sizeof(xcb_input_fp3232_t);
#10487|->         xcb_align_to = ALIGNOF(xcb_input_fp3232_t);
#10488|           /* xcb_input_device_class_data_t.valuator.resolution */
#10489|           _aux->valuator.resolution = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def507]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10492:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10490|           xcb_block_len += sizeof(uint32_t);
#10491|           xcb_tmp += sizeof(uint32_t);
#10492|->         xcb_align_to = ALIGNOF(uint32_t);
#10493|           /* xcb_input_device_class_data_t.valuator.mode */
#10494|           _aux->valuator.mode = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def508]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10497:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10495|           xcb_block_len += sizeof(uint8_t);
#10496|           xcb_tmp += sizeof(uint8_t);
#10497|->         xcb_align_to = ALIGNOF(uint8_t);
#10498|           /* xcb_input_device_class_data_t.valuator.pad0 */
#10499|           _aux->valuator.pad0[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def509]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10511:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10509|           xcb_block_len += sizeof(uint16_t);
#10510|           xcb_tmp += sizeof(uint16_t);
#10511|->         xcb_align_to = ALIGNOF(uint16_t);
#10512|           /* xcb_input_device_class_data_t.scroll.scroll_type */
#10513|           _aux->scroll.scroll_type = *(uint16_t *)xcb_tmp;

Error: CLANG_WARNING: [#def510]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10516:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10514|           xcb_block_len += sizeof(uint16_t);
#10515|           xcb_tmp += sizeof(uint16_t);
#10516|->         xcb_align_to = ALIGNOF(uint16_t);
#10517|           /* xcb_input_device_class_data_t.scroll.pad1 */
#10518|           _aux->scroll.pad1[0] = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def511]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10522:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10520|           xcb_block_len += sizeof(uint8_t) * 2;
#10521|           xcb_tmp += sizeof(uint8_t) * 2;
#10522|->         xcb_align_to = ALIGNOF(uint8_t);
#10523|           /* xcb_input_device_class_data_t.scroll.flags */
#10524|           _aux->scroll.flags = *(uint32_t *)xcb_tmp;

Error: CLANG_WARNING: [#def512]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10527:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10525|           xcb_block_len += sizeof(uint32_t);
#10526|           xcb_tmp += sizeof(uint32_t);
#10527|->         xcb_align_to = ALIGNOF(uint32_t);
#10528|           /* xcb_input_device_class_data_t.scroll.increment */
#10529|           _aux->scroll.increment = *(xcb_input_fp3232_t *)xcb_tmp;

Error: CLANG_WARNING: [#def513]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10539:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10537|           xcb_block_len += sizeof(uint8_t);
#10538|           xcb_tmp += sizeof(uint8_t);
#10539|->         xcb_align_to = ALIGNOF(uint8_t);
#10540|           /* xcb_input_device_class_data_t.touch.num_touches */
#10541|           _aux->touch.num_touches = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def514]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10551:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10549|           xcb_block_len += sizeof(uint8_t);
#10550|           xcb_tmp += sizeof(uint8_t);
#10551|->         xcb_align_to = ALIGNOF(uint8_t);
#10552|           /* xcb_input_device_class_data_t.gesture.pad2 */
#10553|           _aux->gesture.pad2 = *(uint8_t *)xcb_tmp;

Error: CLANG_WARNING: [#def515]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10562:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#10560|       xcb_buffer_len += xcb_block_len + xcb_pad;
#10561|       if (0 != xcb_pad) {
#10562|->         xcb_tmp += xcb_pad;
#10563|           xcb_pad = 0;
#10564|       }

Error: CLANG_WARNING: [#def516]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10563:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10561|       if (0 != xcb_pad) {
#10562|           xcb_tmp += xcb_pad;
#10563|->         xcb_pad = 0;
#10564|       }
#10565|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def517]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10565:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#10563|           xcb_pad = 0;
#10564|       }
#10565|->     xcb_block_len = 0;
#10566|       xcb_padding_offset = 0;
#10567|   

Error: CLANG_WARNING: [#def518]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10566:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#10564|       }
#10565|       xcb_block_len = 0;
#10566|->     xcb_padding_offset = 0;
#10567|   
#10568|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def519]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10635:5: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#10633|       xcb_block_len += _aux->name_len * sizeof(char);
#10634|       xcb_tmp += xcb_block_len;
#10635|->     xcb_align_to = ALIGNOF(char);
#10636|       xcb_align_to = 4;
#10637|       /* insert padding */

Error: CLANG_WARNING: [#def520]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10642:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10640|       if (0 != xcb_pad) {
#10641|           xcb_tmp += xcb_pad;
#10642|->         xcb_pad = 0;
#10643|       }
#10644|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def521]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10650:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10648|       if (0 != xcb_pad) {
#10649|           xcb_tmp += xcb_pad;
#10650|->         xcb_pad = 0;
#10651|       }
#10652|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def522]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10664:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#10662|       xcb_buffer_len += xcb_block_len + xcb_pad;
#10663|       if (0 != xcb_pad) {
#10664|->         xcb_tmp += xcb_pad;
#10665|           xcb_pad = 0;
#10666|       }

Error: CLANG_WARNING: [#def523]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10665:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10663|       if (0 != xcb_pad) {
#10664|           xcb_tmp += xcb_pad;
#10665|->         xcb_pad = 0;
#10666|       }
#10667|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def524]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10667:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#10665|           xcb_pad = 0;
#10666|       }
#10667|->     xcb_block_len = 0;
#10668|   
#10669|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def525]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10762:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#10760|       xcb_buffer_len += xcb_block_len + xcb_pad;
#10761|       if (0 != xcb_pad) {
#10762|->         xcb_tmp += xcb_pad;
#10763|           xcb_pad = 0;
#10764|       }

Error: CLANG_WARNING: [#def526]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10763:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10761|       if (0 != xcb_pad) {
#10762|           xcb_tmp += xcb_pad;
#10763|->         xcb_pad = 0;
#10764|       }
#10765|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def527]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10765:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#10763|           xcb_pad = 0;
#10764|       }
#10765|->     xcb_block_len = 0;
#10766|   
#10767|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def528]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10995:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#10993|       xcb_buffer_len += xcb_block_len + xcb_pad;
#10994|       if (0 != xcb_pad) {
#10995|->         xcb_tmp += xcb_pad;
#10996|           xcb_pad = 0;
#10997|       }

Error: CLANG_WARNING: [#def529]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10996:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#10994|       if (0 != xcb_pad) {
#10995|           xcb_tmp += xcb_pad;
#10996|->         xcb_pad = 0;
#10997|       }
#10998|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def530]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:10998:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#10996|           xcb_pad = 0;
#10997|       }
#10998|->     xcb_block_len = 0;
#10999|   
#11000|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def531]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11275:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11273|       if (0 != xcb_pad) {
#11274|           xcb_tmp += xcb_pad;
#11275|->         xcb_pad = 0;
#11276|       }
#11277|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def532]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11286:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#11284|       xcb_buffer_len += xcb_block_len + xcb_pad;
#11285|       if (0 != xcb_pad) {
#11286|->         xcb_tmp += xcb_pad;
#11287|           xcb_pad = 0;
#11288|       }

Error: CLANG_WARNING: [#def533]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11287:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11285|       if (0 != xcb_pad) {
#11286|           xcb_tmp += xcb_pad;
#11287|->         xcb_pad = 0;
#11288|       }
#11289|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def534]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11289:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#11287|           xcb_pad = 0;
#11288|       }
#11289|->     xcb_block_len = 0;
#11290|   
#11291|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def535]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11465:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#11463|       xcb_buffer_len += xcb_block_len + xcb_pad;
#11464|       if (0 != xcb_pad) {
#11465|->         xcb_tmp += xcb_pad;
#11466|           xcb_pad = 0;
#11467|       }

Error: CLANG_WARNING: [#def536]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11466:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11464|       if (0 != xcb_pad) {
#11465|           xcb_tmp += xcb_pad;
#11466|->         xcb_pad = 0;
#11467|       }
#11468|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def537]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11468:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#11466|           xcb_pad = 0;
#11467|       }
#11468|->     xcb_block_len = 0;
#11469|   
#11470|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def538]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11600:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#11598|       xcb_buffer_len += xcb_block_len + xcb_pad;
#11599|       if (0 != xcb_pad) {
#11600|->         xcb_tmp += xcb_pad;
#11601|           xcb_pad = 0;
#11602|       }

Error: CLANG_WARNING: [#def539]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11601:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11599|       if (0 != xcb_pad) {
#11600|           xcb_tmp += xcb_pad;
#11601|->         xcb_pad = 0;
#11602|       }
#11603|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def540]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11603:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#11601|           xcb_pad = 0;
#11602|       }
#11603|->     xcb_block_len = 0;
#11604|   
#11605|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def541]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11791:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11789|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11790|               xcb_parts_idx++;
#11791|->             xcb_pad = 0;
#11792|           }
#11793|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def542]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11800:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#11798|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint8_t);
#11799|           xcb_parts_idx++;
#11800|->         xcb_align_to = ALIGNOF(uint8_t);
#11801|           xcb_align_to = 4;
#11802|           /* insert padding */

Error: CLANG_WARNING: [#def543]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11809:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11807|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11808|               xcb_parts_idx++;
#11809|->             xcb_pad = 0;
#11810|           }
#11811|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def544]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11822:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11820|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11821|               xcb_parts_idx++;
#11822|->             xcb_pad = 0;
#11823|           }
#11824|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def545]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11831:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#11829|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint16_t);
#11830|           xcb_parts_idx++;
#11831|->         xcb_align_to = ALIGNOF(uint16_t);
#11832|           xcb_align_to = 4;
#11833|           /* insert padding */

Error: CLANG_WARNING: [#def546]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11840:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11838|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11839|               xcb_parts_idx++;
#11840|->             xcb_pad = 0;
#11841|           }
#11842|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def547]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11853:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11851|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11852|               xcb_parts_idx++;
#11853|->             xcb_pad = 0;
#11854|           }
#11855|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def548]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11871:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11869|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#11870|           xcb_parts_idx++;
#11871|->         xcb_pad = 0;
#11872|       }
#11873|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def549]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11873:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#11871|           xcb_pad = 0;
#11872|       }
#11873|->     xcb_block_len = 0;
#11874|       xcb_padding_offset = 0;
#11875|   

Error: CLANG_WARNING: [#def550]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11874:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#11872|       }
#11873|       xcb_block_len = 0;
#11874|->     xcb_padding_offset = 0;
#11875|   
#11876|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def551]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_xi_change_property_items_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11885:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
#11883|       for(i=0; i<xcb_parts_idx; i++) {
#11884|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
#11885|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
#11886|           if (0 != xcb_parts[i].iov_len)
#11887|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def552]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11913:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11911|           if (0 != xcb_pad) {
#11912|               xcb_tmp += xcb_pad;
#11913|->             xcb_pad = 0;
#11914|           }
#11915|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def553]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11921:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#11919|           xcb_block_len += num_items * sizeof(uint8_t);
#11920|           xcb_tmp += xcb_block_len;
#11921|->         xcb_align_to = ALIGNOF(uint8_t);
#11922|           xcb_align_to = 4;
#11923|           /* insert padding */

Error: CLANG_WARNING: [#def554]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11928:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11926|           if (0 != xcb_pad) {
#11927|               xcb_tmp += xcb_pad;
#11928|->             xcb_pad = 0;
#11929|           }
#11930|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def555]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11939:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11937|           if (0 != xcb_pad) {
#11938|               xcb_tmp += xcb_pad;
#11939|->             xcb_pad = 0;
#11940|           }
#11941|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def556]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11947:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#11945|           xcb_block_len += num_items * sizeof(uint16_t);
#11946|           xcb_tmp += xcb_block_len;
#11947|->         xcb_align_to = ALIGNOF(uint16_t);
#11948|           xcb_align_to = 4;
#11949|           /* insert padding */

Error: CLANG_WARNING: [#def557]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11954:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11952|           if (0 != xcb_pad) {
#11953|               xcb_tmp += xcb_pad;
#11954|->             xcb_pad = 0;
#11955|           }
#11956|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def558]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11965:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11963|           if (0 != xcb_pad) {
#11964|               xcb_tmp += xcb_pad;
#11965|->             xcb_pad = 0;
#11966|           }
#11967|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def559]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11979:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#11977|       xcb_buffer_len += xcb_block_len + xcb_pad;
#11978|       if (0 != xcb_pad) {
#11979|->         xcb_tmp += xcb_pad;
#11980|           xcb_pad = 0;
#11981|       }

Error: CLANG_WARNING: [#def560]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11980:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#11978|       if (0 != xcb_pad) {
#11979|           xcb_tmp += xcb_pad;
#11980|->         xcb_pad = 0;
#11981|       }
#11982|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def561]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11982:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#11980|           xcb_pad = 0;
#11981|       }
#11982|->     xcb_block_len = 0;
#11983|       xcb_padding_offset = 0;
#11984|   

Error: CLANG_WARNING: [#def562]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:11983:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#11981|       }
#11982|       xcb_block_len = 0;
#11983|->     xcb_padding_offset = 0;
#11984|   
#11985|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def563]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12020:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12018|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12019|       if (0 != xcb_pad) {
#12020|->         xcb_tmp += xcb_pad;
#12021|           xcb_pad = 0;
#12022|       }

Error: CLANG_WARNING: [#def564]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12021:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12019|       if (0 != xcb_pad) {
#12020|           xcb_tmp += xcb_pad;
#12021|->         xcb_pad = 0;
#12022|       }
#12023|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def565]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12023:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12021|           xcb_pad = 0;
#12022|       }
#12023|->     xcb_block_len = 0;
#12024|   
#12025|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def566]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12359:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12357|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12358|               xcb_parts_idx++;
#12359|->             xcb_pad = 0;
#12360|           }
#12361|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def567]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12368:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#12366|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint8_t);
#12367|           xcb_parts_idx++;
#12368|->         xcb_align_to = ALIGNOF(uint8_t);
#12369|           xcb_align_to = 4;
#12370|           /* insert padding */

Error: CLANG_WARNING: [#def568]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12377:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12375|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12376|               xcb_parts_idx++;
#12377|->             xcb_pad = 0;
#12378|           }
#12379|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def569]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12390:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12388|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12389|               xcb_parts_idx++;
#12390|->             xcb_pad = 0;
#12391|           }
#12392|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def570]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12399:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#12397|           xcb_parts[xcb_parts_idx].iov_len = num_items * sizeof(uint16_t);
#12398|           xcb_parts_idx++;
#12399|->         xcb_align_to = ALIGNOF(uint16_t);
#12400|           xcb_align_to = 4;
#12401|           /* insert padding */

Error: CLANG_WARNING: [#def571]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12408:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12406|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12407|               xcb_parts_idx++;
#12408|->             xcb_pad = 0;
#12409|           }
#12410|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def572]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12421:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12419|               xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12420|               xcb_parts_idx++;
#12421|->             xcb_pad = 0;
#12422|           }
#12423|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def573]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12439:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12437|           xcb_parts[xcb_parts_idx].iov_len = xcb_pad;
#12438|           xcb_parts_idx++;
#12439|->         xcb_pad = 0;
#12440|       }
#12441|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def574]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12441:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12439|           xcb_pad = 0;
#12440|       }
#12441|->     xcb_block_len = 0;
#12442|       xcb_padding_offset = 0;
#12443|   

Error: CLANG_WARNING: [#def575]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12442:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#12440|       }
#12441|       xcb_block_len = 0;
#12442|->     xcb_padding_offset = 0;
#12443|   
#12444|       if (NULL == xcb_out) {

Error: GCC_ANALYZER_WARNING (CWE-688): [#def576]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c: scope_hint: In function ‘xcb_input_xi_get_property_items_serialize’
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12453:13: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘xcb_tmp’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
#12451|       for(i=0; i<xcb_parts_idx; i++) {
#12452|           if (0 != xcb_parts[i].iov_base && 0 != xcb_parts[i].iov_len)
#12453|->             memcpy(xcb_tmp, xcb_parts[i].iov_base, xcb_parts[i].iov_len);
#12454|           if (0 != xcb_parts[i].iov_len)
#12455|               xcb_tmp += xcb_parts[i].iov_len;

Error: CLANG_WARNING: [#def577]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12481:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12479|           if (0 != xcb_pad) {
#12480|               xcb_tmp += xcb_pad;
#12481|->             xcb_pad = 0;
#12482|           }
#12483|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def578]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12489:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#12487|           xcb_block_len += num_items * sizeof(uint8_t);
#12488|           xcb_tmp += xcb_block_len;
#12489|->         xcb_align_to = ALIGNOF(uint8_t);
#12490|           xcb_align_to = 4;
#12491|           /* insert padding */

Error: CLANG_WARNING: [#def579]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12496:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12494|           if (0 != xcb_pad) {
#12495|               xcb_tmp += xcb_pad;
#12496|->             xcb_pad = 0;
#12497|           }
#12498|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def580]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12507:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12505|           if (0 != xcb_pad) {
#12506|               xcb_tmp += xcb_pad;
#12507|->             xcb_pad = 0;
#12508|           }
#12509|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def581]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12515:9: warning[deadcode.DeadStores]: Value stored to 'xcb_align_to' is never read
#12513|           xcb_block_len += num_items * sizeof(uint16_t);
#12514|           xcb_tmp += xcb_block_len;
#12515|->         xcb_align_to = ALIGNOF(uint16_t);
#12516|           xcb_align_to = 4;
#12517|           /* insert padding */

Error: CLANG_WARNING: [#def582]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12522:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12520|           if (0 != xcb_pad) {
#12521|               xcb_tmp += xcb_pad;
#12522|->             xcb_pad = 0;
#12523|           }
#12524|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def583]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12533:13: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12531|           if (0 != xcb_pad) {
#12532|               xcb_tmp += xcb_pad;
#12533|->             xcb_pad = 0;
#12534|           }
#12535|           xcb_block_len = 0;

Error: CLANG_WARNING: [#def584]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12547:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12545|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12546|       if (0 != xcb_pad) {
#12547|->         xcb_tmp += xcb_pad;
#12548|           xcb_pad = 0;
#12549|       }

Error: CLANG_WARNING: [#def585]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12548:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12546|       if (0 != xcb_pad) {
#12547|           xcb_tmp += xcb_pad;
#12548|->         xcb_pad = 0;
#12549|       }
#12550|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def586]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12550:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12548|           xcb_pad = 0;
#12549|       }
#12550|->     xcb_block_len = 0;
#12551|       xcb_padding_offset = 0;
#12552|   

Error: CLANG_WARNING: [#def587]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12551:5: warning[deadcode.DeadStores]: Value stored to 'xcb_padding_offset' is never read
#12549|       }
#12550|       xcb_block_len = 0;
#12551|->     xcb_padding_offset = 0;
#12552|   
#12553|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def588]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12588:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12586|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12587|       if (0 != xcb_pad) {
#12588|->         xcb_tmp += xcb_pad;
#12589|           xcb_pad = 0;
#12590|       }

Error: CLANG_WARNING: [#def589]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12589:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12587|       if (0 != xcb_pad) {
#12588|           xcb_tmp += xcb_pad;
#12589|->         xcb_pad = 0;
#12590|       }
#12591|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def590]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12591:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12589|           xcb_pad = 0;
#12590|       }
#12591|->     xcb_block_len = 0;
#12592|   
#12593|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def591]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12712:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12710|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12711|       if (0 != xcb_pad) {
#12712|->         xcb_tmp += xcb_pad;
#12713|           xcb_pad = 0;
#12714|       }

Error: CLANG_WARNING: [#def592]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12713:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12711|       if (0 != xcb_pad) {
#12712|           xcb_tmp += xcb_pad;
#12713|->         xcb_pad = 0;
#12714|       }
#12715|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def593]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12715:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12713|           xcb_pad = 0;
#12714|       }
#12715|->     xcb_block_len = 0;
#12716|   
#12717|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def594]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12824:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12822|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12823|       if (0 != xcb_pad) {
#12824|->         xcb_tmp += xcb_pad;
#12825|           xcb_pad = 0;
#12826|       }

Error: CLANG_WARNING: [#def595]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12825:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12823|       if (0 != xcb_pad) {
#12824|           xcb_tmp += xcb_pad;
#12825|->         xcb_pad = 0;
#12826|       }
#12827|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def596]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12827:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12825|           xcb_pad = 0;
#12826|       }
#12827|->     xcb_block_len = 0;
#12828|   
#12829|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def597]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12876:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12874|       if (0 != xcb_pad) {
#12875|           xcb_tmp += xcb_pad;
#12876|->         xcb_pad = 0;
#12877|       }
#12878|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def598]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12888:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12886|       if (0 != xcb_pad) {
#12887|           xcb_tmp += xcb_pad;
#12888|->         xcb_pad = 0;
#12889|       }
#12890|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def599]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12909:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#12907|       xcb_buffer_len += xcb_block_len + xcb_pad;
#12908|       if (0 != xcb_pad) {
#12909|->         xcb_tmp += xcb_pad;
#12910|           xcb_pad = 0;
#12911|       }

Error: CLANG_WARNING: [#def600]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12910:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#12908|       if (0 != xcb_pad) {
#12909|           xcb_tmp += xcb_pad;
#12910|->         xcb_pad = 0;
#12911|       }
#12912|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def601]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:12912:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#12910|           xcb_pad = 0;
#12911|       }
#12912|->     xcb_block_len = 0;
#12913|   
#12914|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def602]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13049:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13047|       if (0 != xcb_pad) {
#13048|           xcb_tmp += xcb_pad;
#13049|->         xcb_pad = 0;
#13050|       }
#13051|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def603]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13061:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13059|       if (0 != xcb_pad) {
#13060|           xcb_tmp += xcb_pad;
#13061|->         xcb_pad = 0;
#13062|       }
#13063|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def604]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13082:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13080|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13081|       if (0 != xcb_pad) {
#13082|->         xcb_tmp += xcb_pad;
#13083|           xcb_pad = 0;
#13084|       }

Error: CLANG_WARNING: [#def605]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13083:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13081|       if (0 != xcb_pad) {
#13082|           xcb_tmp += xcb_pad;
#13083|->         xcb_pad = 0;
#13084|       }
#13085|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def606]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13085:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13083|           xcb_pad = 0;
#13084|       }
#13085|->     xcb_block_len = 0;
#13086|   
#13087|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def607]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13223:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13221|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13222|       if (0 != xcb_pad) {
#13223|->         xcb_tmp += xcb_pad;
#13224|           xcb_pad = 0;
#13225|       }

Error: CLANG_WARNING: [#def608]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13224:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13222|       if (0 != xcb_pad) {
#13223|           xcb_tmp += xcb_pad;
#13224|->         xcb_pad = 0;
#13225|       }
#13226|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def609]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13226:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13224|           xcb_pad = 0;
#13225|       }
#13226|->     xcb_block_len = 0;
#13227|   
#13228|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def610]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13312:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13310|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13311|       if (0 != xcb_pad) {
#13312|->         xcb_tmp += xcb_pad;
#13313|           xcb_pad = 0;
#13314|       }

Error: CLANG_WARNING: [#def611]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13313:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13311|       if (0 != xcb_pad) {
#13312|           xcb_tmp += xcb_pad;
#13313|->         xcb_pad = 0;
#13314|       }
#13315|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def612]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13315:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13313|           xcb_pad = 0;
#13314|       }
#13315|->     xcb_block_len = 0;
#13316|   
#13317|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def613]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13374:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13372|       if (0 != xcb_pad) {
#13373|           xcb_tmp += xcb_pad;
#13374|->         xcb_pad = 0;
#13375|       }
#13376|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def614]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13396:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13394|       if (0 != xcb_pad) {
#13395|           xcb_tmp += xcb_pad;
#13396|->         xcb_pad = 0;
#13397|       }
#13398|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def615]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13417:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13415|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13416|       if (0 != xcb_pad) {
#13417|->         xcb_tmp += xcb_pad;
#13418|           xcb_pad = 0;
#13419|       }

Error: CLANG_WARNING: [#def616]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13418:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13416|       if (0 != xcb_pad) {
#13417|           xcb_tmp += xcb_pad;
#13418|->         xcb_pad = 0;
#13419|       }
#13420|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def617]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13420:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13418|           xcb_pad = 0;
#13419|       }
#13420|->     xcb_block_len = 0;
#13421|   
#13422|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def618]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13589:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13587|       if (0 != xcb_pad) {
#13588|           xcb_tmp += xcb_pad;
#13589|->         xcb_pad = 0;
#13590|       }
#13591|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def619]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13611:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13609|       if (0 != xcb_pad) {
#13610|           xcb_tmp += xcb_pad;
#13611|->         xcb_pad = 0;
#13612|       }
#13613|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def620]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13632:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13630|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13631|       if (0 != xcb_pad) {
#13632|->         xcb_tmp += xcb_pad;
#13633|           xcb_pad = 0;
#13634|       }

Error: CLANG_WARNING: [#def621]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13633:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13631|       if (0 != xcb_pad) {
#13632|           xcb_tmp += xcb_pad;
#13633|->         xcb_pad = 0;
#13634|       }
#13635|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def622]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13635:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13633|           xcb_pad = 0;
#13634|       }
#13635|->     xcb_block_len = 0;
#13636|   
#13637|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def623]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13806:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13804|       if (0 != xcb_pad) {
#13805|           xcb_tmp += xcb_pad;
#13806|->         xcb_pad = 0;
#13807|       }
#13808|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def624]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13818:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13816|       if (0 != xcb_pad) {
#13817|           xcb_tmp += xcb_pad;
#13818|->         xcb_pad = 0;
#13819|       }
#13820|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def625]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13839:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#13837|       xcb_buffer_len += xcb_block_len + xcb_pad;
#13838|       if (0 != xcb_pad) {
#13839|->         xcb_tmp += xcb_pad;
#13840|           xcb_pad = 0;
#13841|       }

Error: CLANG_WARNING: [#def626]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13840:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13838|       if (0 != xcb_pad) {
#13839|           xcb_tmp += xcb_pad;
#13840|->         xcb_pad = 0;
#13841|       }
#13842|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def627]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13842:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#13840|           xcb_pad = 0;
#13841|       }
#13842|->     xcb_block_len = 0;
#13843|   
#13844|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def628]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:13989:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#13987|       if (0 != xcb_pad) {
#13988|           xcb_tmp += xcb_pad;
#13989|->         xcb_pad = 0;
#13990|       }
#13991|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def629]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:14011:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#14009|       if (0 != xcb_pad) {
#14010|           xcb_tmp += xcb_pad;
#14011|->         xcb_pad = 0;
#14012|       }
#14013|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def630]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:14032:9: warning[deadcode.DeadStores]: Value stored to 'xcb_tmp' is never read
#14030|       xcb_buffer_len += xcb_block_len + xcb_pad;
#14031|       if (0 != xcb_pad) {
#14032|->         xcb_tmp += xcb_pad;
#14033|           xcb_pad = 0;
#14034|       }

Error: CLANG_WARNING: [#def631]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:14033:9: warning[deadcode.DeadStores]: Value stored to 'xcb_pad' is never read
#14031|       if (0 != xcb_pad) {
#14032|           xcb_tmp += xcb_pad;
#14033|->         xcb_pad = 0;
#14034|       }
#14035|       xcb_block_len = 0;

Error: CLANG_WARNING: [#def632]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/3rdparty/xcb/libxcb/xinput.c:14035:5: warning[deadcode.DeadStores]: Value stored to 'xcb_block_len' is never read
#14033|           xcb_pad = 0;
#14034|       }
#14035|->     xcb_block_len = 0;
#14036|   
#14037|       return xcb_buffer_len;

Error: CLANG_WARNING: [#def633]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/global/qrandom.cpp:1261:42: warning[core.UndefinedBinaryOperatorResult]: The left operand of '<<' is a garbage value
# 1259|       if (end - begin == 1)
# 1260|           return *begin;
# 1261|->     return begin[0] | (quint64(begin[1]) << 32);
# 1262|   }
# 1263|   

Error: CLANG_WARNING: [#def634]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qfilesystemengine_unix.cpp:1056:13: warning[deadcode.DeadStores]: Value stored to 'n' is never read
# 1054|               // done (hopefully we won't get any errors, because there's nothing
# 1055|               // we can do about them)
# 1056|->             n = ftruncate(dstfd, 0);
# 1057|               n = lseek(srcfd, 0, SEEK_SET);
# 1058|               n = lseek(dstfd, 0, SEEK_SET);

Error: CLANG_WARNING: [#def635]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qfilesystemengine_unix.cpp:1057:13: warning[deadcode.DeadStores]: Value stored to 'n' is never read
# 1055|               // we can do about them)
# 1056|               n = ftruncate(dstfd, 0);
# 1057|->             n = lseek(srcfd, 0, SEEK_SET);
# 1058|               n = lseek(dstfd, 0, SEEK_SET);
# 1059|               return false;

Error: CLANG_WARNING: [#def636]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qfilesystemengine_unix.cpp:1058:13: warning[deadcode.DeadStores]: Value stored to 'n' is never read
# 1056|               n = ftruncate(dstfd, 0);
# 1057|               n = lseek(srcfd, 0, SEEK_SET);
# 1058|->             n = lseek(dstfd, 0, SEEK_SET);
# 1059|               return false;
# 1060|           }

Error: CLANG_WARNING: [#def637]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qfsfileengine.cpp:759:36: warning[unix.Errno]: An undefined value may be read from 'errno'
#  757|                   result = fwrite(data + writtenBytes, 1, size_t(len - writtenBytes), fh);
#  758|                   writtenBytes += result;
#  759|->             } while (result == 0 ? errno == EINTR : writtenBytes < len);
#  760|   
#  761|           } else if (fd != -1) {

Error: CLANG_WARNING: [#def638]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qfsfileengine.cpp:781:21: warning[unix.Errno]: An undefined value may be read from 'errno'
#  779|       if (len &&  writtenBytes == 0) {
#  780|           writtenBytes = -1;
#  781|->         q->setError(errno == ENOSPC ? QFile::ResourceError : QFile::WriteError,
#  782|                       QSystemError::stdString(errno));
#  783|       } else {

Error: CLANG_WARNING: [#def639]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qprocess_unix.cpp:313:42: warning[security.insecureAPI.vfork]: Call to function 'vfork' is insecure as it can lead to denial of service situations in the parent process. Replace calls to vfork with calls to the safer 'posix_spawn' function
#  311|           pid_t pid;
#  312|           if (isUsingVfork) {
#  313|->             QT_IGNORE_DEPRECATIONS(pid = vfork();)
#  314|           } else {
#  315|               pid = fork();

Error: CLANG_WARNING: [#def640]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qprocess_unix.cpp:318:19: warning[unix.Vfork]: This function call is prohibited after a successful vfork
#  316|           }
#  317|           if (pid == 0)
#  318|->             _exit(childLambda());
#  319|           return pid;
#  320|       }

Error: CLANG_WARNING: [#def641]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qprocess_unix.cpp:874:13: warning[deadcode.DeadStores]: Value stored to 'r' during its initialization is never read
#  872|       // EGID root, in which case we are allowed to do this.
#  873|       if (params.flags.testFlag(QProcess::UnixProcessFlag::ResetIds)) {
#  874|->         int r = setgid(getgid());
#  875|           r = setuid(getuid());
#  876|           (void) r;

Error: CLANG_WARNING: [#def642]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qresource.cpp:860:29: warning[deadcode.DeadStores]: Value stored to 'offset' is never read
#  858|   
#  859|                               const qint16 language = qFromBigEndian<qint16>(tree + offset);
#  860|->                             offset += 2;
#  861|   #ifdef DEBUG_RESOURCE_MATCH
#  862|                               qDebug() << "    " << "LOCALE" << country << language;

Error: CLANG_WARNING: [#def643]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qresource.cpp:1084:13: warning[deadcode.DeadStores]: Value stored to 'offset' is never read
# 1082|           if (version >= 3) {
# 1083|               file_flags = qFromBigEndian<qint32>(b + offset);
# 1084|->             offset += 4;
# 1085|           }
# 1086|   

Error: CLANG_WARNING: [#def644]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qresource.cpp:1186:13: warning[deadcode.DeadStores]: Value stored to 'data_len' is never read
# 1184|               delete[] data;
# 1185|               data = nullptr;
# 1186|->             data_len = 0;
# 1187|               return false;
# 1188|           }

Error: CLANG_WARNING: [#def645]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qurl.cpp:593:13: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by field '_M_head_impl'
#  591|         query(copy.query),
#  592|         fragment(copy.fragment),
#  593|->       error(copy.cloneError()),
#  594|         sectionIsPresent(copy.sectionIsPresent),
#  595|         flags(copy.flags)

Error: CLANG_WARNING: [#def646]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qurl.cpp:1561:13: warning[deadcode.DeadStores]: Value stored to 'in' is never read
# 1559|           } else if (in == end - 2 && in[0].unicode() == '/' && in[1].unicode() == '.') {
# 1560|               *out++ = u'/';
# 1561|->             in += 2;
# 1562|               break;
# 1563|           }

Error: CLANG_WARNING: [#def647]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qurl.cpp:1584:13: warning[deadcode.DeadStores]: Value stored to 'in' is never read
# 1582|               if (out->unicode() == '/')
# 1583|                   ++out;
# 1584|->             in += 3;
# 1585|               break;
# 1586|           }

Error: CLANG_WARNING: [#def648]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qurl.cpp:2772:9: warning[cplusplus.NewDelete]: Use of memory after it is freed
# 2770|       }
# 2771|       t.d->fragment = relative.d->fragment;
# 2772|->     if (relative.d->hasFragment())
# 2773|           t.d->sectionIsPresent |= QUrlPrivate::Fragment;
# 2774|       else

Error: CLANG_WARNING: [#def649]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qurl.cpp:2949:9: warning[cplusplus.NewDelete]: Use of memory after it is freed
# 2947|           that.detach();
# 2948|           QString path;
# 2949|->         d->appendPath(path, options | FullyEncoded, QUrlPrivate::Path);
# 2950|           that.d->setPath(path, 0, path.size());
# 2951|       }

Error: CLANG_WARNING: [#def650]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:67:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#   65|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#   66|       Q_D(const QIdentityProxyModel);
#   67|->     return d->model->columnCount(mapToSource(parent));
#   68|   }
#   69|   

Error: CLANG_WARNING: [#def651]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:77:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#   75|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#   76|       Q_D(QIdentityProxyModel);
#   77|->     return d->model->dropMimeData(data, action, row, column, mapToSource(parent));
#   78|   }
#   79|   

Error: CLANG_WARNING: [#def652]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:98:26: warning[core.CallAndMessage]: Called C++ object pointer is null
#   96|   {
#   97|       Q_D(const QIdentityProxyModel);
#   98|->     return mapFromSource(d->model->sibling(row, column, mapToSource(idx)));
#   99|   }
#  100|   

Error: CLANG_WARNING: [#def653]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:108:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  106|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#  107|       Q_D(QIdentityProxyModel);
#  108|->     return d->model->insertColumns(column, count, mapToSource(parent));
#  109|   }
#  110|   

Error: CLANG_WARNING: [#def654]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:118:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  116|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#  117|       Q_D(QIdentityProxyModel);
#  118|->     return d->model->insertRows(row, count, mapToSource(parent));
#  119|   }
#  120|   

Error: CLANG_WARNING: [#def655]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:230:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  228|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#  229|       Q_D(QIdentityProxyModel);
#  230|->     return d->model->removeColumns(column, count, mapToSource(parent));
#  231|   }
#  232|   

Error: CLANG_WARNING: [#def656]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:240:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  238|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#  239|       Q_D(QIdentityProxyModel);
#  240|->     return d->model->removeRows(row, count, mapToSource(parent));
#  241|   }
#  242|   

Error: CLANG_WARNING: [#def657]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:252:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  250|       Q_ASSERT(destinationParent.isValid() ? destinationParent.model() == this : true);
#  251|       Q_D(QIdentityProxyModel);
#  252|->     return d->model->moveRows(mapToSource(sourceParent), sourceRow, count, mapToSource(destinationParent), destinationChild);
#  253|   }
#  254|   

Error: CLANG_WARNING: [#def658]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:264:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  262|       Q_ASSERT(destinationParent.isValid() ? destinationParent.model() == this : true);
#  263|       Q_D(QIdentityProxyModel);
#  264|->     return d->model->moveColumns(mapToSource(sourceParent), sourceColumn, count, mapToSource(destinationParent), destinationChild);
#  265|   }
#  266|   

Error: CLANG_WARNING: [#def659]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/itemmodels/qidentityproxymodel.cpp:274:12: warning[core.CallAndMessage]: Called C++ object pointer is null
#  272|       Q_ASSERT(parent.isValid() ? parent.model() == this : true);
#  273|       Q_D(const QIdentityProxyModel);
#  274|->     return d->model->rowCount(mapToSource(parent));
#  275|   }
#  276|   

Error: CLANG_WARNING: [#def660]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetaobject.cpp:308:13: warning[core.StackAddressEscape]: Address of stack memory associated with local variable 'returnValue' is still referred to by the stack variable 'parameters' upon returning to the caller.  This will be a dangling reference
#  306|               return returnValue;
#  307|           if (int(r) < 0)
#  308|->             return nullptr;
#  309|       }
#  310|   

Error: CLANG_WARNING: [#def661]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetaobject.cpp:311:5: warning[core.StackAddressEscape]: Address of stack memory associated with local variable 'returnValue' is still referred to by the stack variable 'parameters' upon returning to the caller.  This will be a dangling reference
#  309|       }
#  310|   
#  311|->     return returnValue;
#  312|   }
#  313|   

Error: CLANG_WARNING: [#def662]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/moc/moc.cpp:16: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/6.7.2/QtCore/private/qmetaobject_moc_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetaobject_moc_p.h:31:5: warning[deadcode.DeadStores]: Value stored to 'len' is never read
#   29|           return QByteArray();
#   30|       QByteArray result(len, Qt::Uninitialized);
#   31|->     len = QtPrivate::qNormalizeType(t, e, result.data());
#   32|       Q_ASSERT(len == result.size());
#   33|       return result;

Error: CLANG_WARNING: [#def663]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1120:9: warning[core.NullDereference]: Dereference of null pointer
# 1118|   
# 1119|           // integral conversions
# 1120|->         INTEGRAL_CONVERTER(Bool);
# 1121|           INTEGRAL_CONVERTER(Char);
# 1122|           INTEGRAL_CONVERTER(UChar);

Error: CLANG_WARNING: [#def664]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1121:9: warning[core.NullDereference]: Dereference of null pointer
# 1119|           // integral conversions
# 1120|           INTEGRAL_CONVERTER(Bool);
# 1121|->         INTEGRAL_CONVERTER(Char);
# 1122|           INTEGRAL_CONVERTER(UChar);
# 1123|           INTEGRAL_CONVERTER(SChar);

Error: CLANG_WARNING: [#def665]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1122:9: warning[core.NullDereference]: Dereference of null pointer
# 1120|           INTEGRAL_CONVERTER(Bool);
# 1121|           INTEGRAL_CONVERTER(Char);
# 1122|->         INTEGRAL_CONVERTER(UChar);
# 1123|           INTEGRAL_CONVERTER(SChar);
# 1124|           INTEGRAL_CONVERTER(Short);

Error: CLANG_WARNING: [#def666]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1123:9: warning[core.NullDereference]: Dereference of null pointer
# 1121|           INTEGRAL_CONVERTER(Char);
# 1122|           INTEGRAL_CONVERTER(UChar);
# 1123|->         INTEGRAL_CONVERTER(SChar);
# 1124|           INTEGRAL_CONVERTER(Short);
# 1125|           INTEGRAL_CONVERTER(UShort);

Error: CLANG_WARNING: [#def667]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1124:9: warning[core.NullDereference]: Dereference of null pointer
# 1122|           INTEGRAL_CONVERTER(UChar);
# 1123|           INTEGRAL_CONVERTER(SChar);
# 1124|->         INTEGRAL_CONVERTER(Short);
# 1125|           INTEGRAL_CONVERTER(UShort);
# 1126|           INTEGRAL_CONVERTER(Int);

Error: CLANG_WARNING: [#def668]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1125:9: warning[core.NullDereference]: Dereference of null pointer
# 1123|           INTEGRAL_CONVERTER(SChar);
# 1124|           INTEGRAL_CONVERTER(Short);
# 1125|->         INTEGRAL_CONVERTER(UShort);
# 1126|           INTEGRAL_CONVERTER(Int);
# 1127|           INTEGRAL_CONVERTER(UInt);

Error: CLANG_WARNING: [#def669]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1126:9: warning[core.NullDereference]: Dereference of null pointer
# 1124|           INTEGRAL_CONVERTER(Short);
# 1125|           INTEGRAL_CONVERTER(UShort);
# 1126|->         INTEGRAL_CONVERTER(Int);
# 1127|           INTEGRAL_CONVERTER(UInt);
# 1128|           INTEGRAL_CONVERTER(Long);

Error: CLANG_WARNING: [#def670]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1127:9: warning[core.NullDereference]: Dereference of null pointer
# 1125|           INTEGRAL_CONVERTER(UShort);
# 1126|           INTEGRAL_CONVERTER(Int);
# 1127|->         INTEGRAL_CONVERTER(UInt);
# 1128|           INTEGRAL_CONVERTER(Long);
# 1129|           INTEGRAL_CONVERTER(ULong);

Error: CLANG_WARNING: [#def671]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1128:9: warning[core.NullDereference]: Dereference of null pointer
# 1126|           INTEGRAL_CONVERTER(Int);
# 1127|           INTEGRAL_CONVERTER(UInt);
# 1128|->         INTEGRAL_CONVERTER(Long);
# 1129|           INTEGRAL_CONVERTER(ULong);
# 1130|           INTEGRAL_CONVERTER(LongLong);

Error: CLANG_WARNING: [#def672]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1129:9: warning[core.NullDereference]: Dereference of null pointer
# 1127|           INTEGRAL_CONVERTER(UInt);
# 1128|           INTEGRAL_CONVERTER(Long);
# 1129|->         INTEGRAL_CONVERTER(ULong);
# 1130|           INTEGRAL_CONVERTER(LongLong);
# 1131|           INTEGRAL_CONVERTER(ULongLong);

Error: CLANG_WARNING: [#def673]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1130:9: warning[core.NullDereference]: Dereference of null pointer
# 1128|           INTEGRAL_CONVERTER(Long);
# 1129|           INTEGRAL_CONVERTER(ULong);
# 1130|->         INTEGRAL_CONVERTER(LongLong);
# 1131|           INTEGRAL_CONVERTER(ULongLong);
# 1132|           FLOAT_CONVERTER(Float);

Error: CLANG_WARNING: [#def674]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1131:9: warning[core.NullDereference]: Dereference of null pointer
# 1129|           INTEGRAL_CONVERTER(ULong);
# 1130|           INTEGRAL_CONVERTER(LongLong);
# 1131|->         INTEGRAL_CONVERTER(ULongLong);
# 1132|           FLOAT_CONVERTER(Float);
# 1133|           FLOAT_CONVERTER(Double);

Error: CLANG_WARNING: [#def675]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1132:9: warning[core.NullDereference]: Dereference of null pointer
# 1130|           INTEGRAL_CONVERTER(LongLong);
# 1131|           INTEGRAL_CONVERTER(ULongLong);
# 1132|->         FLOAT_CONVERTER(Float);
# 1133|           FLOAT_CONVERTER(Double);
# 1134|   

Error: CLANG_WARNING: [#def676]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1133:9: warning[core.NullDereference]: Dereference of null pointer
# 1131|           INTEGRAL_CONVERTER(ULongLong);
# 1132|           FLOAT_CONVERTER(Float);
# 1133|->         FLOAT_CONVERTER(Double);
# 1134|   
# 1135|   #ifndef QT_BOOTSTRAPPED

Error: CLANG_WARNING: [#def677]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1136:9: warning[core.NullDereference]: Dereference of null pointer
# 1134|   
# 1135|   #ifndef QT_BOOTSTRAPPED
# 1136|->         QMETATYPE_CONVERTER_ASSIGN(QUrl, QString);
# 1137|           QMETATYPE_CONVERTER(QUrl, QCborValue,
# 1138|               if (source.isUrl()) {

Error: CLANG_WARNING: [#def678]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1137:9: warning[core.NullDereference]: Dereference of null pointer
# 1135|   #ifndef QT_BOOTSTRAPPED
# 1136|           QMETATYPE_CONVERTER_ASSIGN(QUrl, QString);
# 1137|->         QMETATYPE_CONVERTER(QUrl, QCborValue,
# 1138|               if (source.isUrl()) {
# 1139|                   result = source.toUrl();

Error: CLANG_WARNING: [#def679]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1146:9: warning[core.NullDereference]: Dereference of null pointer
# 1144|   #endif
# 1145|   #if QT_CONFIG(itemmodel)
# 1146|->         QMETATYPE_CONVERTER_ASSIGN(QModelIndex, QPersistentModelIndex);
# 1147|           QMETATYPE_CONVERTER_ASSIGN(QPersistentModelIndex, QModelIndex);
# 1148|   #endif // QT_CONFIG(itemmodel)

Error: CLANG_WARNING: [#def680]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1147:9: warning[core.NullDereference]: Dereference of null pointer
# 1145|   #if QT_CONFIG(itemmodel)
# 1146|           QMETATYPE_CONVERTER_ASSIGN(QModelIndex, QPersistentModelIndex);
# 1147|->         QMETATYPE_CONVERTER_ASSIGN(QPersistentModelIndex, QModelIndex);
# 1148|   #endif // QT_CONFIG(itemmodel)
# 1149|   

Error: CLANG_WARNING: [#def681]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1153:9: warning[core.NullDereference]: Dereference of null pointer
# 1151|   #define QMETATYPE_CONVERTER_ASSIGN_QCHAR(From) \
# 1152|           QMETATYPE_CONVERTER(QChar, From, result = QChar::fromUcs2(source); return true;)
# 1153|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(Char);
# 1154|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(SChar);
# 1155|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Short);

Error: CLANG_WARNING: [#def682]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1154:9: warning[core.NullDereference]: Dereference of null pointer
# 1152|           QMETATYPE_CONVERTER(QChar, From, result = QChar::fromUcs2(source); return true;)
# 1153|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Char);
# 1154|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(SChar);
# 1155|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Short);
# 1156|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Long);

Error: CLANG_WARNING: [#def683]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1155:9: warning[core.NullDereference]: Dereference of null pointer
# 1153|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Char);
# 1154|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(SChar);
# 1155|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(Short);
# 1156|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Long);
# 1157|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Int);

Error: CLANG_WARNING: [#def684]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1156:9: warning[core.NullDereference]: Dereference of null pointer
# 1154|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(SChar);
# 1155|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Short);
# 1156|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(Long);
# 1157|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Int);
# 1158|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(LongLong);

Error: CLANG_WARNING: [#def685]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1157:9: warning[core.NullDereference]: Dereference of null pointer
# 1155|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Short);
# 1156|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Long);
# 1157|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(Int);
# 1158|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(LongLong);
# 1159|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Float);

Error: CLANG_WARNING: [#def686]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1158:9: warning[core.NullDereference]: Dereference of null pointer
# 1156|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Long);
# 1157|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Int);
# 1158|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(LongLong);
# 1159|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Float);
# 1160|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UChar);

Error: CLANG_WARNING: [#def687]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1159:9: warning[core.NullDereference]: Dereference of null pointer
# 1157|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Int);
# 1158|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(LongLong);
# 1159|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(Float);
# 1160|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UChar);
# 1161|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UShort);

Error: CLANG_WARNING: [#def688]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1160:9: warning[core.NullDereference]: Dereference of null pointer
# 1158|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(LongLong);
# 1159|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Float);
# 1160|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(UChar);
# 1161|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UShort);
# 1162|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULong);

Error: CLANG_WARNING: [#def689]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1161:9: warning[core.NullDereference]: Dereference of null pointer
# 1159|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(Float);
# 1160|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UChar);
# 1161|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(UShort);
# 1162|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULong);
# 1163|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UInt);

Error: CLANG_WARNING: [#def690]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1162:9: warning[core.NullDereference]: Dereference of null pointer
# 1160|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UChar);
# 1161|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UShort);
# 1162|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULong);
# 1163|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UInt);
# 1164|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULongLong);

Error: CLANG_WARNING: [#def691]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1163:9: warning[core.NullDereference]: Dereference of null pointer
# 1161|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UShort);
# 1162|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULong);
# 1163|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(UInt);
# 1164|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULongLong);
# 1165|   

Error: CLANG_WARNING: [#def692]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1164:9: warning[core.NullDereference]: Dereference of null pointer
# 1162|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULong);
# 1163|           QMETATYPE_CONVERTER_ASSIGN_QCHAR(UInt);
# 1164|->         QMETATYPE_CONVERTER_ASSIGN_QCHAR(ULongLong);
# 1165|   
# 1166|           // conversions to QString

Error: CLANG_WARNING: [#def693]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1167:9: warning[core.NullDereference]: Dereference of null pointer
# 1165|   
# 1166|           // conversions to QString
# 1167|->         QMETATYPE_CONVERTER_ASSIGN(QString, QChar);
# 1168|           QMETATYPE_CONVERTER(QString, Bool,
# 1169|               result = source ? QStringLiteral("true") : QStringLiteral("false");

Error: CLANG_WARNING: [#def694]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1168:9: warning[core.NullDereference]: Dereference of null pointer
# 1166|           // conversions to QString
# 1167|           QMETATYPE_CONVERTER_ASSIGN(QString, QChar);
# 1168|->         QMETATYPE_CONVERTER(QString, Bool,
# 1169|               result = source ? QStringLiteral("true") : QStringLiteral("false");
# 1170|               return true;

Error: CLANG_WARNING: [#def695]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1172:9: warning[core.NullDereference]: Dereference of null pointer
# 1170|               return true;
# 1171|           );
# 1172|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Short);
# 1173|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Long);
# 1174|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Int);

Error: CLANG_WARNING: [#def696]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1173:9: warning[core.NullDereference]: Dereference of null pointer
# 1171|           );
# 1172|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Short);
# 1173|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Long);
# 1174|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Int);
# 1175|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, LongLong);

Error: CLANG_WARNING: [#def697]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1174:9: warning[core.NullDereference]: Dereference of null pointer
# 1172|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Short);
# 1173|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Long);
# 1174|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Int);
# 1175|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, LongLong);
# 1176|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UShort);

Error: CLANG_WARNING: [#def698]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1175:9: warning[core.NullDereference]: Dereference of null pointer
# 1173|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Long);
# 1174|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Int);
# 1175|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, LongLong);
# 1176|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UShort);
# 1177|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULong);

Error: CLANG_WARNING: [#def699]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1176:9: warning[core.NullDereference]: Dereference of null pointer
# 1174|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, Int);
# 1175|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, LongLong);
# 1176|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UShort);
# 1177|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULong);
# 1178|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UInt);

Error: CLANG_WARNING: [#def700]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1177:9: warning[core.NullDereference]: Dereference of null pointer
# 1175|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, LongLong);
# 1176|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UShort);
# 1177|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULong);
# 1178|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UInt);
# 1179|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULongLong);

Error: CLANG_WARNING: [#def701]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1178:9: warning[core.NullDereference]: Dereference of null pointer
# 1176|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UShort);
# 1177|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULong);
# 1178|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UInt);
# 1179|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULongLong);
# 1180|           QMETATYPE_CONVERTER(QString, Float,

Error: CLANG_WARNING: [#def702]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1179:9: warning[core.NullDereference]: Dereference of null pointer
# 1177|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULong);
# 1178|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UInt);
# 1179|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULongLong);
# 1180|           QMETATYPE_CONVERTER(QString, Float,
# 1181|               result = QString::number(source, 'g', QLocale::FloatingPointShortest);

Error: CLANG_WARNING: [#def703]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1180:9: warning[core.NullDereference]: Dereference of null pointer
# 1178|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, UInt);
# 1179|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QString, ULongLong);
# 1180|->         QMETATYPE_CONVERTER(QString, Float,
# 1181|               result = QString::number(source, 'g', QLocale::FloatingPointShortest);
# 1182|               return true;

Error: CLANG_WARNING: [#def704]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1184:9: warning[core.NullDereference]: Dereference of null pointer
# 1182|               return true;
# 1183|           );
# 1184|->         QMETATYPE_CONVERTER(QString, Double,
# 1185|               result = QString::number(source, 'g', QLocale::FloatingPointShortest);
# 1186|               return true;

Error: CLANG_WARNING: [#def705]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1188:9: warning[core.NullDereference]: Dereference of null pointer
# 1186|               return true;
# 1187|           );
# 1188|->         QMETATYPE_CONVERTER(QString, Char,
# 1189|               result = QString::fromLatin1(&source, 1);
# 1190|               return true;

Error: CLANG_WARNING: [#def706]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1192:9: warning[core.NullDereference]: Dereference of null pointer
# 1190|               return true;
# 1191|           );
# 1192|->         QMETATYPE_CONVERTER(QString, SChar,
# 1193|               char s = source;
# 1194|               result = QString::fromLatin1(&s, 1);

Error: CLANG_WARNING: [#def707]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1197:9: warning[core.NullDereference]: Dereference of null pointer
# 1195|               return true;
# 1196|           );
# 1197|->         QMETATYPE_CONVERTER(QString, UChar,
# 1198|               char s = source;
# 1199|               result = QString::fromLatin1(&s, 1);

Error: CLANG_WARNING: [#def708]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1203:9: warning[core.NullDereference]: Dereference of null pointer
# 1201|           );
# 1202|   #if QT_CONFIG(datestring)
# 1203|->         QMETATYPE_CONVERTER(QString, QDate, result = source.toString(Qt::ISODate); return true;);
# 1204|           QMETATYPE_CONVERTER(QString, QTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1205|           QMETATYPE_CONVERTER(QString, QDateTime, result = source.toString(Qt::ISODateWithMs); return true;);

Error: CLANG_WARNING: [#def709]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1204:9: warning[core.NullDereference]: Dereference of null pointer
# 1202|   #if QT_CONFIG(datestring)
# 1203|           QMETATYPE_CONVERTER(QString, QDate, result = source.toString(Qt::ISODate); return true;);
# 1204|->         QMETATYPE_CONVERTER(QString, QTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1205|           QMETATYPE_CONVERTER(QString, QDateTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1206|   #endif

Error: CLANG_WARNING: [#def710]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1205:9: warning[core.NullDereference]: Dereference of null pointer
# 1203|           QMETATYPE_CONVERTER(QString, QDate, result = source.toString(Qt::ISODate); return true;);
# 1204|           QMETATYPE_CONVERTER(QString, QTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1205|->         QMETATYPE_CONVERTER(QString, QDateTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1206|   #endif
# 1207|           QMETATYPE_CONVERTER(QString, QByteArray, result = QString::fromUtf8(source); return true;);

Error: CLANG_WARNING: [#def711]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1207:9: warning[core.NullDereference]: Dereference of null pointer
# 1205|           QMETATYPE_CONVERTER(QString, QDateTime, result = source.toString(Qt::ISODateWithMs); return true;);
# 1206|   #endif
# 1207|->         QMETATYPE_CONVERTER(QString, QByteArray, result = QString::fromUtf8(source); return true;);
# 1208|           QMETATYPE_CONVERTER(QString, QStringList,
# 1209|               return (source.size() == 1) ? (result = source.at(0), true) : false;

Error: CLANG_WARNING: [#def712]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1208:9: warning[core.NullDereference]: Dereference of null pointer
# 1206|   #endif
# 1207|           QMETATYPE_CONVERTER(QString, QByteArray, result = QString::fromUtf8(source); return true;);
# 1208|->         QMETATYPE_CONVERTER(QString, QStringList,
# 1209|               return (source.size() == 1) ? (result = source.at(0), true) : false;
# 1210|           );

Error: CLANG_WARNING: [#def713]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1212:9: warning[core.NullDereference]: Dereference of null pointer
# 1210|           );
# 1211|   #ifndef QT_BOOTSTRAPPED
# 1212|->         QMETATYPE_CONVERTER(QString, QUrl, result = source.toString(); return true;);
# 1213|           QMETATYPE_CONVERTER(QString, QJsonValue,
# 1214|               if (source.isString() || source.isNull()) {

Error: CLANG_WARNING: [#def714]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1213:9: warning[core.NullDereference]: Dereference of null pointer
# 1211|   #ifndef QT_BOOTSTRAPPED
# 1212|           QMETATYPE_CONVERTER(QString, QUrl, result = source.toString(); return true;);
# 1213|->         QMETATYPE_CONVERTER(QString, QJsonValue,
# 1214|               if (source.isString() || source.isNull()) {
# 1215|                   result = source.toString();

Error: CLANG_WARNING: [#def715]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1221:9: warning[core.NullDereference]: Dereference of null pointer
# 1219|           );
# 1220|   #endif
# 1221|->         QMETATYPE_CONVERTER(QString, Nullptr, Q_UNUSED(source); result = QString(); return true;);
# 1222|   
# 1223|           // QByteArray

Error: CLANG_WARNING: [#def716]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1224:9: warning[core.NullDereference]: Dereference of null pointer
# 1222|   
# 1223|           // QByteArray
# 1224|->         QMETATYPE_CONVERTER(QByteArray, QString, result = source.toUtf8(); return true;);
# 1225|           QMETATYPE_CONVERTER(QByteArray, Bool,
# 1226|               result = source ? "true" : "false";

Error: CLANG_WARNING: [#def717]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1225:9: warning[core.NullDereference]: Dereference of null pointer
# 1223|           // QByteArray
# 1224|           QMETATYPE_CONVERTER(QByteArray, QString, result = source.toUtf8(); return true;);
# 1225|->         QMETATYPE_CONVERTER(QByteArray, Bool,
# 1226|               result = source ? "true" : "false";
# 1227|               return true;

Error: CLANG_WARNING: [#def718]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1229:9: warning[core.NullDereference]: Dereference of null pointer
# 1227|               return true;
# 1228|           );
# 1229|->         QMETATYPE_CONVERTER(QByteArray, Char, result = QByteArray(source, 1); return true;);
# 1230|           QMETATYPE_CONVERTER(QByteArray, SChar, result = QByteArray(source, 1); return true;);
# 1231|           QMETATYPE_CONVERTER(QByteArray, UChar, result = QByteArray(source, 1); return true;);

Error: CLANG_WARNING: [#def719]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1230:9: warning[core.NullDereference]: Dereference of null pointer
# 1228|           );
# 1229|           QMETATYPE_CONVERTER(QByteArray, Char, result = QByteArray(source, 1); return true;);
# 1230|->         QMETATYPE_CONVERTER(QByteArray, SChar, result = QByteArray(source, 1); return true;);
# 1231|           QMETATYPE_CONVERTER(QByteArray, UChar, result = QByteArray(source, 1); return true;);
# 1232|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Short);

Error: CLANG_WARNING: [#def720]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1231:9: warning[core.NullDereference]: Dereference of null pointer
# 1229|           QMETATYPE_CONVERTER(QByteArray, Char, result = QByteArray(source, 1); return true;);
# 1230|           QMETATYPE_CONVERTER(QByteArray, SChar, result = QByteArray(source, 1); return true;);
# 1231|->         QMETATYPE_CONVERTER(QByteArray, UChar, result = QByteArray(source, 1); return true;);
# 1232|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Short);
# 1233|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Long);

Error: CLANG_WARNING: [#def721]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1232:9: warning[core.NullDereference]: Dereference of null pointer
# 1230|           QMETATYPE_CONVERTER(QByteArray, SChar, result = QByteArray(source, 1); return true;);
# 1231|           QMETATYPE_CONVERTER(QByteArray, UChar, result = QByteArray(source, 1); return true;);
# 1232|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Short);
# 1233|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Long);
# 1234|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Int);

Error: CLANG_WARNING: [#def722]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1233:9: warning[core.NullDereference]: Dereference of null pointer
# 1231|           QMETATYPE_CONVERTER(QByteArray, UChar, result = QByteArray(source, 1); return true;);
# 1232|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Short);
# 1233|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Long);
# 1234|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Int);
# 1235|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, LongLong);

Error: CLANG_WARNING: [#def723]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1234:9: warning[core.NullDereference]: Dereference of null pointer
# 1232|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Short);
# 1233|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Long);
# 1234|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Int);
# 1235|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, LongLong);
# 1236|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UShort);

Error: CLANG_WARNING: [#def724]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1235:9: warning[core.NullDereference]: Dereference of null pointer
# 1233|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Long);
# 1234|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Int);
# 1235|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, LongLong);
# 1236|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UShort);
# 1237|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULong);

Error: CLANG_WARNING: [#def725]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1236:9: warning[core.NullDereference]: Dereference of null pointer
# 1234|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, Int);
# 1235|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, LongLong);
# 1236|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UShort);
# 1237|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULong);
# 1238|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UInt);

Error: CLANG_WARNING: [#def726]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1237:9: warning[core.NullDereference]: Dereference of null pointer
# 1235|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, LongLong);
# 1236|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UShort);
# 1237|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULong);
# 1238|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UInt);
# 1239|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULongLong);

Error: CLANG_WARNING: [#def727]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1238:9: warning[core.NullDereference]: Dereference of null pointer
# 1236|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UShort);
# 1237|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULong);
# 1238|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UInt);
# 1239|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULongLong);
# 1240|           QMETATYPE_CONVERTER(QByteArray, Float,

Error: CLANG_WARNING: [#def728]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1239:9: warning[core.NullDereference]: Dereference of null pointer
# 1237|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULong);
# 1238|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UInt);
# 1239|->         QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULongLong);
# 1240|           QMETATYPE_CONVERTER(QByteArray, Float,
# 1241|               result = QByteArray::number(source, 'g', QLocale::FloatingPointShortest);

Error: CLANG_WARNING: [#def729]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1240:9: warning[core.NullDereference]: Dereference of null pointer
# 1238|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, UInt);
# 1239|           QMETATYPE_CONVERTER_ASSIGN_NUMBER(QByteArray, ULongLong);
# 1240|->         QMETATYPE_CONVERTER(QByteArray, Float,
# 1241|               result = QByteArray::number(source, 'g', QLocale::FloatingPointShortest);
# 1242|               return true;

Error: CLANG_WARNING: [#def730]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1244:9: warning[core.NullDereference]: Dereference of null pointer
# 1242|               return true;
# 1243|           );
# 1244|->         QMETATYPE_CONVERTER(QByteArray, Double,
# 1245|               result = QByteArray::number(source, 'g', QLocale::FloatingPointShortest);
# 1246|               return true;

Error: CLANG_WARNING: [#def731]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1248:9: warning[core.NullDereference]: Dereference of null pointer
# 1246|               return true;
# 1247|           );
# 1248|->         QMETATYPE_CONVERTER(QByteArray, Nullptr, Q_UNUSED(source); result = QByteArray(); return true;);
# 1249|   
# 1250|           QMETATYPE_CONVERTER(QString, QUuid, result = source.toString(); return true;);

Error: CLANG_WARNING: [#def732]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1250:9: warning[core.NullDereference]: Dereference of null pointer
# 1248|           QMETATYPE_CONVERTER(QByteArray, Nullptr, Q_UNUSED(source); result = QByteArray(); return true;);
# 1249|   
# 1250|->         QMETATYPE_CONVERTER(QString, QUuid, result = source.toString(); return true;);
# 1251|           QMETATYPE_CONVERTER(QUuid, QString, result = QUuid(source); return true;);
# 1252|           QMETATYPE_CONVERTER(QByteArray, QUuid, result = source.toByteArray(); return true;);

Error: CLANG_WARNING: [#def733]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1251:9: warning[core.NullDereference]: Dereference of null pointer
# 1249|   
# 1250|           QMETATYPE_CONVERTER(QString, QUuid, result = source.toString(); return true;);
# 1251|->         QMETATYPE_CONVERTER(QUuid, QString, result = QUuid(source); return true;);
# 1252|           QMETATYPE_CONVERTER(QByteArray, QUuid, result = source.toByteArray(); return true;);
# 1253|           QMETATYPE_CONVERTER(QUuid, QByteArray, result = QUuid(source); return true;);

Error: CLANG_WARNING: [#def734]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1252:9: warning[core.NullDereference]: Dereference of null pointer
# 1250|           QMETATYPE_CONVERTER(QString, QUuid, result = source.toString(); return true;);
# 1251|           QMETATYPE_CONVERTER(QUuid, QString, result = QUuid(source); return true;);
# 1252|->         QMETATYPE_CONVERTER(QByteArray, QUuid, result = source.toByteArray(); return true;);
# 1253|           QMETATYPE_CONVERTER(QUuid, QByteArray, result = QUuid(source); return true;);
# 1254|   

Error: CLANG_WARNING: [#def735]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1253:9: warning[core.NullDereference]: Dereference of null pointer
# 1251|           QMETATYPE_CONVERTER(QUuid, QString, result = QUuid(source); return true;);
# 1252|           QMETATYPE_CONVERTER(QByteArray, QUuid, result = source.toByteArray(); return true;);
# 1253|->         QMETATYPE_CONVERTER(QUuid, QByteArray, result = QUuid(source); return true;);
# 1254|   
# 1255|   #ifndef QT_NO_GEOM_VARIANT

Error: CLANG_WARNING: [#def736]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1256:9: warning[core.NullDereference]: Dereference of null pointer
# 1254|   
# 1255|   #ifndef QT_NO_GEOM_VARIANT
# 1256|->         QMETATYPE_CONVERTER(QSize, QSizeF, result = source.toSize(); return true;);
# 1257|           QMETATYPE_CONVERTER_ASSIGN(QSizeF, QSize);
# 1258|           QMETATYPE_CONVERTER(QLine, QLineF, result = source.toLine(); return true;);

Error: CLANG_WARNING: [#def737]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1257:9: warning[core.NullDereference]: Dereference of null pointer
# 1255|   #ifndef QT_NO_GEOM_VARIANT
# 1256|           QMETATYPE_CONVERTER(QSize, QSizeF, result = source.toSize(); return true;);
# 1257|->         QMETATYPE_CONVERTER_ASSIGN(QSizeF, QSize);
# 1258|           QMETATYPE_CONVERTER(QLine, QLineF, result = source.toLine(); return true;);
# 1259|           QMETATYPE_CONVERTER_ASSIGN(QLineF, QLine);

Error: CLANG_WARNING: [#def738]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1258:9: warning[core.NullDereference]: Dereference of null pointer
# 1256|           QMETATYPE_CONVERTER(QSize, QSizeF, result = source.toSize(); return true;);
# 1257|           QMETATYPE_CONVERTER_ASSIGN(QSizeF, QSize);
# 1258|->         QMETATYPE_CONVERTER(QLine, QLineF, result = source.toLine(); return true;);
# 1259|           QMETATYPE_CONVERTER_ASSIGN(QLineF, QLine);
# 1260|           QMETATYPE_CONVERTER(QRect, QRectF, result = source.toRect(); return true;);

Error: CLANG_WARNING: [#def739]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1259:9: warning[core.NullDereference]: Dereference of null pointer
# 1257|           QMETATYPE_CONVERTER_ASSIGN(QSizeF, QSize);
# 1258|           QMETATYPE_CONVERTER(QLine, QLineF, result = source.toLine(); return true;);
# 1259|->         QMETATYPE_CONVERTER_ASSIGN(QLineF, QLine);
# 1260|           QMETATYPE_CONVERTER(QRect, QRectF, result = source.toRect(); return true;);
# 1261|           QMETATYPE_CONVERTER_ASSIGN(QRectF, QRect);

Error: CLANG_WARNING: [#def740]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1260:9: warning[core.NullDereference]: Dereference of null pointer
# 1258|           QMETATYPE_CONVERTER(QLine, QLineF, result = source.toLine(); return true;);
# 1259|           QMETATYPE_CONVERTER_ASSIGN(QLineF, QLine);
# 1260|->         QMETATYPE_CONVERTER(QRect, QRectF, result = source.toRect(); return true;);
# 1261|           QMETATYPE_CONVERTER_ASSIGN(QRectF, QRect);
# 1262|           QMETATYPE_CONVERTER(QPoint, QPointF, result = source.toPoint(); return true;);

Error: CLANG_WARNING: [#def741]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1261:9: warning[core.NullDereference]: Dereference of null pointer
# 1259|           QMETATYPE_CONVERTER_ASSIGN(QLineF, QLine);
# 1260|           QMETATYPE_CONVERTER(QRect, QRectF, result = source.toRect(); return true;);
# 1261|->         QMETATYPE_CONVERTER_ASSIGN(QRectF, QRect);
# 1262|           QMETATYPE_CONVERTER(QPoint, QPointF, result = source.toPoint(); return true;);
# 1263|           QMETATYPE_CONVERTER_ASSIGN(QPointF, QPoint);

Error: CLANG_WARNING: [#def742]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1262:9: warning[core.NullDereference]: Dereference of null pointer
# 1260|           QMETATYPE_CONVERTER(QRect, QRectF, result = source.toRect(); return true;);
# 1261|           QMETATYPE_CONVERTER_ASSIGN(QRectF, QRect);
# 1262|->         QMETATYPE_CONVERTER(QPoint, QPointF, result = source.toPoint(); return true;);
# 1263|           QMETATYPE_CONVERTER_ASSIGN(QPointF, QPoint);
# 1264|    #endif

Error: CLANG_WARNING: [#def743]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1263:9: warning[core.NullDereference]: Dereference of null pointer
# 1261|           QMETATYPE_CONVERTER_ASSIGN(QRectF, QRect);
# 1262|           QMETATYPE_CONVERTER(QPoint, QPointF, result = source.toPoint(); return true;);
# 1263|->         QMETATYPE_CONVERTER_ASSIGN(QPointF, QPoint);
# 1264|    #endif
# 1265|   

Error: CLANG_WARNING: [#def744]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1266:9: warning[core.NullDereference]: Dereference of null pointer
# 1264|    #endif
# 1265|   
# 1266|->         QMETATYPE_CONVERTER(QByteArrayList, QVariantList,
# 1267|               result.reserve(source.size());
# 1268|               for (const auto &v: source)

Error: CLANG_WARNING: [#def745]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1272:9: warning[core.NullDereference]: Dereference of null pointer
# 1270|               return true;
# 1271|           );
# 1272|->         QMETATYPE_CONVERTER(QVariantList, QByteArrayList,
# 1273|               result.reserve(source.size());
# 1274|               for (const auto &v: source)

Error: CLANG_WARNING: [#def746]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1279:9: warning[core.NullDereference]: Dereference of null pointer
# 1277|           );
# 1278|   
# 1279|->         QMETATYPE_CONVERTER(QStringList, QVariantList,
# 1280|               result.reserve(source.size());
# 1281|               for (const auto &v: source)

Error: CLANG_WARNING: [#def747]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1285:9: warning[core.NullDereference]: Dereference of null pointer
# 1283|               return true;
# 1284|           );
# 1285|->         QMETATYPE_CONVERTER(QVariantList, QStringList,
# 1286|               result.reserve(source.size());
# 1287|               for (const auto &v: source)

Error: CLANG_WARNING: [#def748]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1291:9: warning[core.NullDereference]: Dereference of null pointer
# 1289|               return true;
# 1290|           );
# 1291|->         QMETATYPE_CONVERTER(QStringList, QString, result = QStringList() << source; return true;);
# 1292|   
# 1293|           QMETATYPE_CONVERTER(QVariantHash, QVariantMap,

Error: CLANG_WARNING: [#def749]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1293:9: warning[core.NullDereference]: Dereference of null pointer
# 1291|           QMETATYPE_CONVERTER(QStringList, QString, result = QStringList() << source; return true;);
# 1292|   
# 1293|->         QMETATYPE_CONVERTER(QVariantHash, QVariantMap,
# 1294|               for (auto it = source.begin(); it != source.end(); ++it)
# 1295|                   result.insert(it.key(), it.value());

Error: CLANG_WARNING: [#def750]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1298:9: warning[core.NullDereference]: Dereference of null pointer
# 1296|               return true;
# 1297|           );
# 1298|->         QMETATYPE_CONVERTER(QVariantMap, QVariantHash,
# 1299|               for (auto it = source.begin(); it != source.end(); ++it)
# 1300|                   result.insert(it.key(), it.value());

Error: CLANG_WARNING: [#def751]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1305:9: warning[core.NullDereference]: Dereference of null pointer
# 1303|   
# 1304|   #ifndef QT_BOOTSTRAPPED
# 1305|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QString);
# 1306|           QMETATYPE_CONVERTER(QString, QCborValue,
# 1307|               if (source.isContainer() || source.isTag())

Error: CLANG_WARNING: [#def752]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1306:9: warning[core.NullDereference]: Dereference of null pointer
# 1304|   #ifndef QT_BOOTSTRAPPED
# 1305|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QString);
# 1306|->         QMETATYPE_CONVERTER(QString, QCborValue,
# 1307|               if (source.isContainer() || source.isTag())
# 1308|                    return false;

Error: CLANG_WARNING: [#def753]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1312:9: warning[core.NullDereference]: Dereference of null pointer
# 1310|               return true;
# 1311|           );
# 1312|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QByteArray);
# 1313|           QMETATYPE_CONVERTER(QByteArray, QCborValue,
# 1314|               if (source.isByteArray()) {

Error: CLANG_WARNING: [#def754]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1313:9: warning[core.NullDereference]: Dereference of null pointer
# 1311|           );
# 1312|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QByteArray);
# 1313|->         QMETATYPE_CONVERTER(QByteArray, QCborValue,
# 1314|               if (source.isByteArray()) {
# 1315|                   result = source.toByteArray();

Error: CLANG_WARNING: [#def755]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1320:9: warning[core.NullDereference]: Dereference of null pointer
# 1318|               return false;
# 1319|           );
# 1320|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QUuid);
# 1321|           QMETATYPE_CONVERTER(QUuid, QCborValue,
# 1322|               if (!source.isUuid())

Error: CLANG_WARNING: [#def756]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1321:9: warning[core.NullDereference]: Dereference of null pointer
# 1319|           );
# 1320|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QUuid);
# 1321|->         QMETATYPE_CONVERTER(QUuid, QCborValue,
# 1322|               if (!source.isUuid())
# 1323|                   return false;

Error: CLANG_WARNING: [#def757]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1327:9: warning[core.NullDereference]: Dereference of null pointer
# 1325|               return true;
# 1326|           );
# 1327|->         QMETATYPE_CONVERTER(QCborValue, QVariantList, result = QCborArray::fromVariantList(source); return true;);
# 1328|           QMETATYPE_CONVERTER(QVariantList, QCborValue,
# 1329|               if (!source.isArray())

Error: CLANG_WARNING: [#def758]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1328:9: warning[core.NullDereference]: Dereference of null pointer
# 1326|           );
# 1327|           QMETATYPE_CONVERTER(QCborValue, QVariantList, result = QCborArray::fromVariantList(source); return true;);
# 1328|->         QMETATYPE_CONVERTER(QVariantList, QCborValue,
# 1329|               if (!source.isArray())
# 1330|                   return false;

Error: CLANG_WARNING: [#def759]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1334:9: warning[core.NullDereference]: Dereference of null pointer
# 1332|               return true;
# 1333|           );
# 1334|->         QMETATYPE_CONVERTER(QCborValue, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1335|           QMETATYPE_CONVERTER(QVariantMap, QCborValue,
# 1336|               if (!source.isMap())

Error: CLANG_WARNING: [#def760]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1335:9: warning[core.NullDereference]: Dereference of null pointer
# 1333|           );
# 1334|           QMETATYPE_CONVERTER(QCborValue, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1335|->         QMETATYPE_CONVERTER(QVariantMap, QCborValue,
# 1336|               if (!source.isMap())
# 1337|                   return false;

Error: CLANG_WARNING: [#def761]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1341:9: warning[core.NullDereference]: Dereference of null pointer
# 1339|               return true;
# 1340|           );
# 1341|->         QMETATYPE_CONVERTER(QCborValue, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);
# 1342|           QMETATYPE_CONVERTER(QVariantHash, QCborValue,
# 1343|               if (!source.isMap())

Error: CLANG_WARNING: [#def762]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1342:9: warning[core.NullDereference]: Dereference of null pointer
# 1340|           );
# 1341|           QMETATYPE_CONVERTER(QCborValue, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);
# 1342|->         QMETATYPE_CONVERTER(QVariantHash, QCborValue,
# 1343|               if (!source.isMap())
# 1344|                   return false;

Error: CLANG_WARNING: [#def763]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1349:9: warning[core.NullDereference]: Dereference of null pointer
# 1347|           );
# 1348|   #if QT_CONFIG(regularexpression)
# 1349|->         QMETATYPE_CONVERTER(QCborValue, QRegularExpression, result = QCborValue(source); return true;);
# 1350|           QMETATYPE_CONVERTER(QRegularExpression, QCborValue,
# 1351|               if (!source.isRegularExpression())

Error: CLANG_WARNING: [#def764]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1350:9: warning[core.NullDereference]: Dereference of null pointer
# 1348|   #if QT_CONFIG(regularexpression)
# 1349|           QMETATYPE_CONVERTER(QCborValue, QRegularExpression, result = QCborValue(source); return true;);
# 1350|->         QMETATYPE_CONVERTER(QRegularExpression, QCborValue,
# 1351|               if (!source.isRegularExpression())
# 1352|                   return false;

Error: CLANG_WARNING: [#def765]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1358:9: warning[core.NullDereference]: Dereference of null pointer
# 1356|   #endif
# 1357|   
# 1358|->         QMETATYPE_CONVERTER(QCborValue, Nullptr,
# 1359|               Q_UNUSED(source);
# 1360|               result = QCborValue(QCborValue::Null);

Error: CLANG_WARNING: [#def766]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1363:9: warning[core.NullDereference]: Dereference of null pointer
# 1361|               return true;
# 1362|           );
# 1363|->         QMETATYPE_CONVERTER(Nullptr, QCborValue,
# 1364|               result = nullptr;
# 1365|               return source.isNull();

Error: CLANG_WARNING: [#def767]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1367:9: warning[core.NullDereference]: Dereference of null pointer
# 1365|               return source.isNull();
# 1366|           );
# 1367|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Bool);
# 1368|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Int);
# 1369|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UInt);

Error: CLANG_WARNING: [#def768]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1368:9: warning[core.NullDereference]: Dereference of null pointer
# 1366|           );
# 1367|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Bool);
# 1368|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Int);
# 1369|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UInt);
# 1370|           QMETATYPE_CONVERTER(QCborValue, ULong, result = qlonglong(source); return true;);

Error: CLANG_WARNING: [#def769]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1369:9: warning[core.NullDereference]: Dereference of null pointer
# 1367|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Bool);
# 1368|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Int);
# 1369|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, UInt);
# 1370|           QMETATYPE_CONVERTER(QCborValue, ULong, result = qlonglong(source); return true;);
# 1371|           QMETATYPE_CONVERTER(QCborValue, Long, result = qlonglong(source); return true;);

Error: CLANG_WARNING: [#def770]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1370:9: warning[core.NullDereference]: Dereference of null pointer
# 1368|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Int);
# 1369|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UInt);
# 1370|->         QMETATYPE_CONVERTER(QCborValue, ULong, result = qlonglong(source); return true;);
# 1371|           QMETATYPE_CONVERTER(QCborValue, Long, result = qlonglong(source); return true;);
# 1372|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, LongLong);

Error: CLANG_WARNING: [#def771]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1371:9: warning[core.NullDereference]: Dereference of null pointer
# 1369|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UInt);
# 1370|           QMETATYPE_CONVERTER(QCborValue, ULong, result = qlonglong(source); return true;);
# 1371|->         QMETATYPE_CONVERTER(QCborValue, Long, result = qlonglong(source); return true;);
# 1372|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, LongLong);
# 1373|           QMETATYPE_CONVERTER(QCborValue, ULongLong, result = qlonglong(source); return true;);

Error: CLANG_WARNING: [#def772]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1372:9: warning[core.NullDereference]: Dereference of null pointer
# 1370|           QMETATYPE_CONVERTER(QCborValue, ULong, result = qlonglong(source); return true;);
# 1371|           QMETATYPE_CONVERTER(QCborValue, Long, result = qlonglong(source); return true;);
# 1372|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, LongLong);
# 1373|           QMETATYPE_CONVERTER(QCborValue, ULongLong, result = qlonglong(source); return true;);
# 1374|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UShort);

Error: CLANG_WARNING: [#def773]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1373:9: warning[core.NullDereference]: Dereference of null pointer
# 1371|           QMETATYPE_CONVERTER(QCborValue, Long, result = qlonglong(source); return true;);
# 1372|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, LongLong);
# 1373|->         QMETATYPE_CONVERTER(QCborValue, ULongLong, result = qlonglong(source); return true;);
# 1374|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UShort);
# 1375|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UChar);

Error: CLANG_WARNING: [#def774]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1374:9: warning[core.NullDereference]: Dereference of null pointer
# 1372|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, LongLong);
# 1373|           QMETATYPE_CONVERTER(QCborValue, ULongLong, result = qlonglong(source); return true;);
# 1374|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, UShort);
# 1375|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UChar);
# 1376|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Char);

Error: CLANG_WARNING: [#def775]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1375:9: warning[core.NullDereference]: Dereference of null pointer
# 1373|           QMETATYPE_CONVERTER(QCborValue, ULongLong, result = qlonglong(source); return true;);
# 1374|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UShort);
# 1375|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, UChar);
# 1376|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Char);
# 1377|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, SChar);

Error: CLANG_WARNING: [#def776]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1376:9: warning[core.NullDereference]: Dereference of null pointer
# 1374|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UShort);
# 1375|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UChar);
# 1376|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Char);
# 1377|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, SChar);
# 1378|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Short);

Error: CLANG_WARNING: [#def777]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1377:9: warning[core.NullDereference]: Dereference of null pointer
# 1375|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, UChar);
# 1376|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Char);
# 1377|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, SChar);
# 1378|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Short);
# 1379|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Double);

Error: CLANG_WARNING: [#def778]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1378:9: warning[core.NullDereference]: Dereference of null pointer
# 1376|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Char);
# 1377|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, SChar);
# 1378|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Short);
# 1379|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Double);
# 1380|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Float);

Error: CLANG_WARNING: [#def779]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1379:9: warning[core.NullDereference]: Dereference of null pointer
# 1377|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, SChar);
# 1378|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Short);
# 1379|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Double);
# 1380|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Float);
# 1381|           QMETATYPE_CONVERTER(QCborValue, QStringList,

Error: CLANG_WARNING: [#def780]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1380:9: warning[core.NullDereference]: Dereference of null pointer
# 1378|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Short);
# 1379|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Double);
# 1380|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, Float);
# 1381|           QMETATYPE_CONVERTER(QCborValue, QStringList,
# 1382|               result = QCborArray::fromStringList(source);

Error: CLANG_WARNING: [#def781]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1381:9: warning[core.NullDereference]: Dereference of null pointer
# 1379|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Double);
# 1380|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, Float);
# 1381|->         QMETATYPE_CONVERTER(QCborValue, QStringList,
# 1382|               result = QCborArray::fromStringList(source);
# 1383|               return true;

Error: CLANG_WARNING: [#def782]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1385:9: warning[core.NullDereference]: Dereference of null pointer
# 1383|               return true;
# 1384|           );
# 1385|->         QMETATYPE_CONVERTER(QCborValue, QDate,
# 1386|               result = QCborValue(source.startOfDay());
# 1387|               return true;

Error: CLANG_WARNING: [#def783]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1389:9: warning[core.NullDereference]: Dereference of null pointer
# 1387|               return true;
# 1388|           );
# 1389|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QUrl);
# 1390|           QMETATYPE_CONVERTER(QCborValue, QJsonValue,
# 1391|               result = QCborValue::fromJsonValue(source);

Error: CLANG_WARNING: [#def784]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1390:9: warning[core.NullDereference]: Dereference of null pointer
# 1388|           );
# 1389|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QUrl);
# 1390|->         QMETATYPE_CONVERTER(QCborValue, QJsonValue,
# 1391|               result = QCborValue::fromJsonValue(source);
# 1392|               return true;

Error: CLANG_WARNING: [#def785]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1394:9: warning[core.NullDereference]: Dereference of null pointer
# 1392|               return true;
# 1393|           );
# 1394|->         QMETATYPE_CONVERTER(QCborValue, QJsonObject,
# 1395|               result = QCborMap::fromJsonObject(source);
# 1396|               return true;

Error: CLANG_WARNING: [#def786]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1398:9: warning[core.NullDereference]: Dereference of null pointer
# 1396|               return true;
# 1397|           );
# 1398|->         QMETATYPE_CONVERTER(QCborValue, QJsonArray,
# 1399|               result = QCborArray::fromJsonArray(source);
# 1400|               return true;

Error: CLANG_WARNING: [#def787]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1402:9: warning[core.NullDereference]: Dereference of null pointer
# 1400|               return true;
# 1401|           );
# 1402|->         QMETATYPE_CONVERTER(QCborValue, QJsonDocument,
# 1403|               QJsonDocument doc = source;
# 1404|               if (doc.isArray())

Error: CLANG_WARNING: [#def788]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1410:9: warning[core.NullDereference]: Dereference of null pointer
# 1408|               return true;
# 1409|           );
# 1410|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborMap);
# 1411|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborArray);
# 1412|   

Error: CLANG_WARNING: [#def789]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1411:9: warning[core.NullDereference]: Dereference of null pointer
# 1409|           );
# 1410|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborMap);
# 1411|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborArray);
# 1412|   
# 1413|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QDateTime);

Error: CLANG_WARNING: [#def790]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1413:9: warning[core.NullDereference]: Dereference of null pointer
# 1411|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborArray);
# 1412|   
# 1413|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QDateTime);
# 1414|           QMETATYPE_CONVERTER(QDateTime, QCborValue,
# 1415|               if (source.isDateTime()) {

Error: CLANG_WARNING: [#def791]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1414:9: warning[core.NullDereference]: Dereference of null pointer
# 1412|   
# 1413|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QDateTime);
# 1414|->         QMETATYPE_CONVERTER(QDateTime, QCborValue,
# 1415|               if (source.isDateTime()) {
# 1416|                   result = source.toDateTime();

Error: CLANG_WARNING: [#def792]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1422:9: warning[core.NullDereference]: Dereference of null pointer
# 1420|           );
# 1421|   
# 1422|->         QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborSimpleType);
# 1423|           QMETATYPE_CONVERTER(QCborSimpleType, QCborValue,
# 1424|               if (source.isSimpleType()) {

Error: CLANG_WARNING: [#def793]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1423:9: warning[core.NullDereference]: Dereference of null pointer
# 1421|   
# 1422|           QMETATYPE_CONVERTER_ASSIGN(QCborValue, QCborSimpleType);
# 1423|->         QMETATYPE_CONVERTER(QCborSimpleType, QCborValue,
# 1424|               if (source.isSimpleType()) {
# 1425|                    result = source.toSimpleType();

Error: CLANG_WARNING: [#def794]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1431:9: warning[core.NullDereference]: Dereference of null pointer
# 1429|           );
# 1430|   
# 1431|->         QMETATYPE_CONVERTER(QCborArray, QVariantList, result = QCborArray::fromVariantList(source); return true;);
# 1432|           QMETATYPE_CONVERTER(QVariantList, QCborArray, result = source.toVariantList(); return true;);
# 1433|           QMETATYPE_CONVERTER(QCborArray, QStringList, result = QCborArray::fromStringList(source); return true;);

Error: CLANG_WARNING: [#def795]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1432:9: warning[core.NullDereference]: Dereference of null pointer
# 1430|   
# 1431|           QMETATYPE_CONVERTER(QCborArray, QVariantList, result = QCborArray::fromVariantList(source); return true;);
# 1432|->         QMETATYPE_CONVERTER(QVariantList, QCborArray, result = source.toVariantList(); return true;);
# 1433|           QMETATYPE_CONVERTER(QCborArray, QStringList, result = QCborArray::fromStringList(source); return true;);
# 1434|           QMETATYPE_CONVERTER(QCborMap, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);

Error: CLANG_WARNING: [#def796]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1433:9: warning[core.NullDereference]: Dereference of null pointer
# 1431|           QMETATYPE_CONVERTER(QCborArray, QVariantList, result = QCborArray::fromVariantList(source); return true;);
# 1432|           QMETATYPE_CONVERTER(QVariantList, QCborArray, result = source.toVariantList(); return true;);
# 1433|->         QMETATYPE_CONVERTER(QCborArray, QStringList, result = QCborArray::fromStringList(source); return true;);
# 1434|           QMETATYPE_CONVERTER(QCborMap, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1435|           QMETATYPE_CONVERTER(QVariantMap, QCborMap, result = source.toVariantMap(); return true;);

Error: CLANG_WARNING: [#def797]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1434:9: warning[core.NullDereference]: Dereference of null pointer
# 1432|           QMETATYPE_CONVERTER(QVariantList, QCborArray, result = source.toVariantList(); return true;);
# 1433|           QMETATYPE_CONVERTER(QCborArray, QStringList, result = QCborArray::fromStringList(source); return true;);
# 1434|->         QMETATYPE_CONVERTER(QCborMap, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1435|           QMETATYPE_CONVERTER(QVariantMap, QCborMap, result = source.toVariantMap(); return true;);
# 1436|           QMETATYPE_CONVERTER(QCborMap, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);

Error: CLANG_WARNING: [#def798]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1435:9: warning[core.NullDereference]: Dereference of null pointer
# 1433|           QMETATYPE_CONVERTER(QCborArray, QStringList, result = QCborArray::fromStringList(source); return true;);
# 1434|           QMETATYPE_CONVERTER(QCborMap, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1435|->         QMETATYPE_CONVERTER(QVariantMap, QCborMap, result = source.toVariantMap(); return true;);
# 1436|           QMETATYPE_CONVERTER(QCborMap, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);
# 1437|           QMETATYPE_CONVERTER(QVariantHash, QCborMap, result = source.toVariantHash(); return true;);

Error: CLANG_WARNING: [#def799]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1436:9: warning[core.NullDereference]: Dereference of null pointer
# 1434|           QMETATYPE_CONVERTER(QCborMap, QVariantMap, result = QCborMap::fromVariantMap(source); return true;);
# 1435|           QMETATYPE_CONVERTER(QVariantMap, QCborMap, result = source.toVariantMap(); return true;);
# 1436|->         QMETATYPE_CONVERTER(QCborMap, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);
# 1437|           QMETATYPE_CONVERTER(QVariantHash, QCborMap, result = source.toVariantHash(); return true;);
# 1438|   

Error: CLANG_WARNING: [#def800]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1437:9: warning[core.NullDereference]: Dereference of null pointer
# 1435|           QMETATYPE_CONVERTER(QVariantMap, QCborMap, result = source.toVariantMap(); return true;);
# 1436|           QMETATYPE_CONVERTER(QCborMap, QVariantHash, result = QCborMap::fromVariantHash(source); return true;);
# 1437|->         QMETATYPE_CONVERTER(QVariantHash, QCborMap, result = source.toVariantHash(); return true;);
# 1438|   
# 1439|           QMETATYPE_CONVERTER(QCborArray, QCborValue,

Error: CLANG_WARNING: [#def801]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1439:9: warning[core.NullDereference]: Dereference of null pointer
# 1437|           QMETATYPE_CONVERTER(QVariantHash, QCborMap, result = source.toVariantHash(); return true;);
# 1438|   
# 1439|->         QMETATYPE_CONVERTER(QCborArray, QCborValue,
# 1440|               if (!source.isArray())
# 1441|                   return false;

Error: CLANG_WARNING: [#def802]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1445:9: warning[core.NullDereference]: Dereference of null pointer
# 1443|               return true;
# 1444|           );
# 1445|->         QMETATYPE_CONVERTER(QCborArray, QJsonDocument,
# 1446|               if (!source.isArray())
# 1447|                   return false;

Error: CLANG_WARNING: [#def803]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1451:9: warning[core.NullDereference]: Dereference of null pointer
# 1449|               return true;
# 1450|           );
# 1451|->         QMETATYPE_CONVERTER(QCborArray, QJsonValue,
# 1452|               if (!source.isArray())
# 1453|                   return false;

Error: CLANG_WARNING: [#def804]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1457:9: warning[core.NullDereference]: Dereference of null pointer
# 1455|               return true;
# 1456|           );
# 1457|->         QMETATYPE_CONVERTER(QCborArray, QJsonArray,
# 1458|               result = QCborArray::fromJsonArray(source);
# 1459|               return true;

Error: CLANG_WARNING: [#def805]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1461:9: warning[core.NullDereference]: Dereference of null pointer
# 1459|               return true;
# 1460|           );
# 1461|->         QMETATYPE_CONVERTER(QCborMap, QCborValue,
# 1462|               if (!source.isMap())
# 1463|                   return false;

Error: CLANG_WARNING: [#def806]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1467:9: warning[core.NullDereference]: Dereference of null pointer
# 1465|               return true;
# 1466|           );
# 1467|->         QMETATYPE_CONVERTER(QCborMap, QJsonDocument,
# 1468|               if (source.isArray())
# 1469|                   return false;

Error: CLANG_WARNING: [#def807]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1473:9: warning[core.NullDereference]: Dereference of null pointer
# 1471|               return true;
# 1472|           );
# 1473|->         QMETATYPE_CONVERTER(QCborMap, QJsonValue,
# 1474|               if (!source.isObject())
# 1475|                   return false;

Error: CLANG_WARNING: [#def808]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1479:9: warning[core.NullDereference]: Dereference of null pointer
# 1477|               return true;
# 1478|           );
# 1479|->         QMETATYPE_CONVERTER(QCborMap, QJsonObject,
# 1480|               result = QCborMap::fromJsonObject(source);
# 1481|               return true;

Error: CLANG_WARNING: [#def809]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1485:9: warning[core.NullDereference]: Dereference of null pointer
# 1483|   
# 1484|   
# 1485|->         QMETATYPE_CONVERTER(QVariantList, QJsonValue,
# 1486|               if (!source.isArray())
# 1487|                   return false;

Error: CLANG_WARNING: [#def810]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1491:9: warning[core.NullDereference]: Dereference of null pointer
# 1489|               return true;
# 1490|           );
# 1491|->         QMETATYPE_CONVERTER(QVariantList, QJsonArray, result = source.toVariantList(); return true;);
# 1492|           QMETATYPE_CONVERTER(QVariantMap, QJsonValue,
# 1493|               if (!source.isObject())

Error: CLANG_WARNING: [#def811]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1492:9: warning[core.NullDereference]: Dereference of null pointer
# 1490|           );
# 1491|           QMETATYPE_CONVERTER(QVariantList, QJsonArray, result = source.toVariantList(); return true;);
# 1492|->         QMETATYPE_CONVERTER(QVariantMap, QJsonValue,
# 1493|               if (!source.isObject())
# 1494|                   return false;

Error: CLANG_WARNING: [#def812]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1498:9: warning[core.NullDereference]: Dereference of null pointer
# 1496|               return true;
# 1497|           );
# 1498|->         QMETATYPE_CONVERTER(QVariantMap, QJsonObject, result = source.toVariantMap(); return true;);
# 1499|           QMETATYPE_CONVERTER(QVariantHash, QJsonValue,
# 1500|               if (!source.isObject())

Error: CLANG_WARNING: [#def813]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1499:9: warning[core.NullDereference]: Dereference of null pointer
# 1497|           );
# 1498|           QMETATYPE_CONVERTER(QVariantMap, QJsonObject, result = source.toVariantMap(); return true;);
# 1499|->         QMETATYPE_CONVERTER(QVariantHash, QJsonValue,
# 1500|               if (!source.isObject())
# 1501|                   return false;

Error: CLANG_WARNING: [#def814]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1505:9: warning[core.NullDereference]: Dereference of null pointer
# 1503|               return true;
# 1504|           );
# 1505|->         QMETATYPE_CONVERTER(QVariantHash, QJsonObject, result = source.toVariantHash(); return true;);
# 1506|   
# 1507|   

Error: CLANG_WARNING: [#def815]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1508:9: warning[core.NullDereference]: Dereference of null pointer
# 1506|   
# 1507|   
# 1508|->         QMETATYPE_CONVERTER(QJsonArray, QStringList, result = QJsonArray::fromStringList(source); return true;);
# 1509|           QMETATYPE_CONVERTER(QJsonArray, QVariantList, result = QJsonArray::fromVariantList(source); return true;);
# 1510|           QMETATYPE_CONVERTER(QJsonArray, QJsonValue,

Error: CLANG_WARNING: [#def816]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1509:9: warning[core.NullDereference]: Dereference of null pointer
# 1507|   
# 1508|           QMETATYPE_CONVERTER(QJsonArray, QStringList, result = QJsonArray::fromStringList(source); return true;);
# 1509|->         QMETATYPE_CONVERTER(QJsonArray, QVariantList, result = QJsonArray::fromVariantList(source); return true;);
# 1510|           QMETATYPE_CONVERTER(QJsonArray, QJsonValue,
# 1511|               if (!source.isArray())

Error: CLANG_WARNING: [#def817]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1510:9: warning[core.NullDereference]: Dereference of null pointer
# 1508|           QMETATYPE_CONVERTER(QJsonArray, QStringList, result = QJsonArray::fromStringList(source); return true;);
# 1509|           QMETATYPE_CONVERTER(QJsonArray, QVariantList, result = QJsonArray::fromVariantList(source); return true;);
# 1510|->         QMETATYPE_CONVERTER(QJsonArray, QJsonValue,
# 1511|               if (!source.isArray())
# 1512|                   return false;

Error: CLANG_WARNING: [#def818]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1516:9: warning[core.NullDereference]: Dereference of null pointer
# 1514|               return true;
# 1515|           );
# 1516|->         QMETATYPE_CONVERTER(QJsonArray, QJsonDocument,
# 1517|               if (!source.isArray())
# 1518|                   return false;

Error: CLANG_WARNING: [#def819]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1522:9: warning[core.NullDereference]: Dereference of null pointer
# 1520|               return true;
# 1521|           );
# 1522|->         QMETATYPE_CONVERTER(QJsonArray, QCborValue,
# 1523|               if (!source.isArray())
# 1524|                   return false;

Error: CLANG_WARNING: [#def820]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1528:9: warning[core.NullDereference]: Dereference of null pointer
# 1526|               return true;
# 1527|           );
# 1528|->         QMETATYPE_CONVERTER(QJsonArray, QCborArray, result = source.toJsonArray(); return true;);
# 1529|           QMETATYPE_CONVERTER(QJsonObject, QVariantMap, result = QJsonObject::fromVariantMap(source); return true;);
# 1530|           QMETATYPE_CONVERTER(QJsonObject, QVariantHash, result = QJsonObject::fromVariantHash(source); return true;);

Error: CLANG_WARNING: [#def821]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1529:9: warning[core.NullDereference]: Dereference of null pointer
# 1527|           );
# 1528|           QMETATYPE_CONVERTER(QJsonArray, QCborArray, result = source.toJsonArray(); return true;);
# 1529|->         QMETATYPE_CONVERTER(QJsonObject, QVariantMap, result = QJsonObject::fromVariantMap(source); return true;);
# 1530|           QMETATYPE_CONVERTER(QJsonObject, QVariantHash, result = QJsonObject::fromVariantHash(source); return true;);
# 1531|           QMETATYPE_CONVERTER(QJsonObject, QJsonValue,

Error: CLANG_WARNING: [#def822]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1530:9: warning[core.NullDereference]: Dereference of null pointer
# 1528|           QMETATYPE_CONVERTER(QJsonArray, QCborArray, result = source.toJsonArray(); return true;);
# 1529|           QMETATYPE_CONVERTER(QJsonObject, QVariantMap, result = QJsonObject::fromVariantMap(source); return true;);
# 1530|->         QMETATYPE_CONVERTER(QJsonObject, QVariantHash, result = QJsonObject::fromVariantHash(source); return true;);
# 1531|           QMETATYPE_CONVERTER(QJsonObject, QJsonValue,
# 1532|               if (!source.isObject())

Error: CLANG_WARNING: [#def823]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1531:9: warning[core.NullDereference]: Dereference of null pointer
# 1529|           QMETATYPE_CONVERTER(QJsonObject, QVariantMap, result = QJsonObject::fromVariantMap(source); return true;);
# 1530|           QMETATYPE_CONVERTER(QJsonObject, QVariantHash, result = QJsonObject::fromVariantHash(source); return true;);
# 1531|->         QMETATYPE_CONVERTER(QJsonObject, QJsonValue,
# 1532|               if (!source.isObject())
# 1533|                   return false;

Error: CLANG_WARNING: [#def824]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1537:9: warning[core.NullDereference]: Dereference of null pointer
# 1535|               return true;
# 1536|           );
# 1537|->         QMETATYPE_CONVERTER(QJsonObject, QJsonDocument,
# 1538|               if (source.isArray())
# 1539|                   return false;

Error: CLANG_WARNING: [#def825]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1543:9: warning[core.NullDereference]: Dereference of null pointer
# 1541|               return true;
# 1542|           );
# 1543|->         QMETATYPE_CONVERTER(QJsonObject, QCborValue,
# 1544|               if (!source.isMap())
# 1545|                   return false;

Error: CLANG_WARNING: [#def826]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1549:9: warning[core.NullDereference]: Dereference of null pointer
# 1547|               return true;
# 1548|           );
# 1549|->         QMETATYPE_CONVERTER(QJsonObject, QCborMap, result = source.toJsonObject(); return true; );
# 1550|   
# 1551|           QMETATYPE_CONVERTER(QJsonValue, Nullptr,

Error: CLANG_WARNING: [#def827]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1551:9: warning[core.NullDereference]: Dereference of null pointer
# 1549|           QMETATYPE_CONVERTER(QJsonObject, QCborMap, result = source.toJsonObject(); return true; );
# 1550|   
# 1551|->         QMETATYPE_CONVERTER(QJsonValue, Nullptr,
# 1552|               Q_UNUSED(source);
# 1553|               result = QJsonValue(QJsonValue::Null);

Error: CLANG_WARNING: [#def828]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1556:9: warning[core.NullDereference]: Dereference of null pointer
# 1554|               return true;
# 1555|           );
# 1556|->         QMETATYPE_CONVERTER(Nullptr, QJsonValue,
# 1557|               result = nullptr;
# 1558|               return source.isNull();

Error: CLANG_WARNING: [#def829]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1560:9: warning[core.NullDereference]: Dereference of null pointer
# 1558|               return source.isNull();
# 1559|           );
# 1560|->         QMETATYPE_CONVERTER(QJsonValue, Bool,
# 1561|               result = QJsonValue(source);
# 1562|               return true;);

Error: CLANG_WARNING: [#def830]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1563:9: warning[core.NullDereference]: Dereference of null pointer
# 1561|               result = QJsonValue(source);
# 1562|               return true;);
# 1563|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Int);
# 1564|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UInt);
# 1565|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Double);

Error: CLANG_WARNING: [#def831]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1564:9: warning[core.NullDereference]: Dereference of null pointer
# 1562|               return true;);
# 1563|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Int);
# 1564|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UInt);
# 1565|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Double);
# 1566|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Float);

Error: CLANG_WARNING: [#def832]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1565:9: warning[core.NullDereference]: Dereference of null pointer
# 1563|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Int);
# 1564|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UInt);
# 1565|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Double);
# 1566|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Float);
# 1567|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULong);

Error: CLANG_WARNING: [#def833]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1566:9: warning[core.NullDereference]: Dereference of null pointer
# 1564|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UInt);
# 1565|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Double);
# 1566|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Float);
# 1567|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULong);
# 1568|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Long);

Error: CLANG_WARNING: [#def834]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1567:9: warning[core.NullDereference]: Dereference of null pointer
# 1565|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Double);
# 1566|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Float);
# 1567|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULong);
# 1568|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Long);
# 1569|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, LongLong);

Error: CLANG_WARNING: [#def835]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1568:9: warning[core.NullDereference]: Dereference of null pointer
# 1566|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Float);
# 1567|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULong);
# 1568|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Long);
# 1569|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, LongLong);
# 1570|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULongLong);

Error: CLANG_WARNING: [#def836]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1569:9: warning[core.NullDereference]: Dereference of null pointer
# 1567|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULong);
# 1568|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Long);
# 1569|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, LongLong);
# 1570|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULongLong);
# 1571|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UShort);

Error: CLANG_WARNING: [#def837]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1570:9: warning[core.NullDereference]: Dereference of null pointer
# 1568|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Long);
# 1569|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, LongLong);
# 1570|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULongLong);
# 1571|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UShort);
# 1572|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UChar);

Error: CLANG_WARNING: [#def838]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1571:9: warning[core.NullDereference]: Dereference of null pointer
# 1569|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, LongLong);
# 1570|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULongLong);
# 1571|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UShort);
# 1572|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UChar);
# 1573|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Char);

Error: CLANG_WARNING: [#def839]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1572:9: warning[core.NullDereference]: Dereference of null pointer
# 1570|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, ULongLong);
# 1571|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UShort);
# 1572|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UChar);
# 1573|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Char);
# 1574|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, SChar);

Error: CLANG_WARNING: [#def840]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1573:9: warning[core.NullDereference]: Dereference of null pointer
# 1571|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UShort);
# 1572|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UChar);
# 1573|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Char);
# 1574|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, SChar);
# 1575|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Short);

Error: CLANG_WARNING: [#def841]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1574:9: warning[core.NullDereference]: Dereference of null pointer
# 1572|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, UChar);
# 1573|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Char);
# 1574|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, SChar);
# 1575|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Short);
# 1576|           QMETATYPE_CONVERTER_ASSIGN(QJsonValue, QString);

Error: CLANG_WARNING: [#def842]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1575:9: warning[core.NullDereference]: Dereference of null pointer
# 1573|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Char);
# 1574|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, SChar);
# 1575|->         QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Short);
# 1576|           QMETATYPE_CONVERTER_ASSIGN(QJsonValue, QString);
# 1577|           QMETATYPE_CONVERTER(QJsonValue, QStringList,

Error: CLANG_WARNING: [#def843]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1576:9: warning[core.NullDereference]: Dereference of null pointer
# 1574|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, SChar);
# 1575|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Short);
# 1576|->         QMETATYPE_CONVERTER_ASSIGN(QJsonValue, QString);
# 1577|           QMETATYPE_CONVERTER(QJsonValue, QStringList,
# 1578|               result = QJsonValue(QJsonArray::fromStringList(source));

Error: CLANG_WARNING: [#def844]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1577:9: warning[core.NullDereference]: Dereference of null pointer
# 1575|           QMETATYPE_CONVERTER_ASSIGN_DOUBLE(QJsonValue, Short);
# 1576|           QMETATYPE_CONVERTER_ASSIGN(QJsonValue, QString);
# 1577|->         QMETATYPE_CONVERTER(QJsonValue, QStringList,
# 1578|               result = QJsonValue(QJsonArray::fromStringList(source));
# 1579|               return true;

Error: CLANG_WARNING: [#def845]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1581:9: warning[core.NullDereference]: Dereference of null pointer
# 1579|               return true;
# 1580|           );
# 1581|->         QMETATYPE_CONVERTER(QJsonValue, QVariantList,
# 1582|               result = QJsonValue(QJsonArray::fromVariantList(source));
# 1583|               return true;

Error: CLANG_WARNING: [#def846]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1585:9: warning[core.NullDereference]: Dereference of null pointer
# 1583|               return true;
# 1584|           );
# 1585|->         QMETATYPE_CONVERTER(QJsonValue, QVariantMap,
# 1586|               result = QJsonValue(QJsonObject::fromVariantMap(source));
# 1587|               return true;

Error: CLANG_WARNING: [#def847]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1589:9: warning[core.NullDereference]: Dereference of null pointer
# 1587|               return true;
# 1588|           );
# 1589|->         QMETATYPE_CONVERTER(QJsonValue, QVariantHash,
# 1590|               result = QJsonValue(QJsonObject::fromVariantHash(source));
# 1591|               return true;

Error: CLANG_WARNING: [#def848]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1593:9: warning[core.NullDereference]: Dereference of null pointer
# 1591|               return true;
# 1592|           );
# 1593|->         QMETATYPE_CONVERTER(QJsonValue, QJsonObject,
# 1594|               result = source;
# 1595|               return true;

Error: CLANG_WARNING: [#def849]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1597:9: warning[core.NullDereference]: Dereference of null pointer
# 1595|               return true;
# 1596|           );
# 1597|->         QMETATYPE_CONVERTER(QJsonValue, QJsonArray,
# 1598|               result = source;
# 1599|               return true;

Error: CLANG_WARNING: [#def850]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1601:9: warning[core.NullDereference]: Dereference of null pointer
# 1599|               return true;
# 1600|           );
# 1601|->         QMETATYPE_CONVERTER(QJsonValue, QJsonDocument,
# 1602|               QJsonDocument doc = source;
# 1603|               result = doc.isArray() ? QJsonValue(doc.array()) : QJsonValue(doc.object());

Error: CLANG_WARNING: [#def851]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1606:9: warning[core.NullDereference]: Dereference of null pointer
# 1604|               return true;
# 1605|           );
# 1606|->         QMETATYPE_CONVERTER(QJsonValue, QCborValue,
# 1607|               result = source.toJsonValue();
# 1608|               return true;

Error: CLANG_WARNING: [#def852]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1610:9: warning[core.NullDereference]: Dereference of null pointer
# 1608|               return true;
# 1609|           );
# 1610|->         QMETATYPE_CONVERTER(QJsonValue, QCborMap,
# 1611|               result = source.toJsonObject();
# 1612|               return true;

Error: CLANG_WARNING: [#def853]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1614:9: warning[core.NullDereference]: Dereference of null pointer
# 1612|               return true;
# 1613|           );
# 1614|->         QMETATYPE_CONVERTER(QJsonValue, QCborArray,
# 1615|               result = source.toJsonArray();
# 1616|               return true;

Error: CLANG_WARNING: [#def854]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1621:9: warning[core.NullDereference]: Dereference of null pointer
# 1619|   #endif
# 1620|   
# 1621|->         QMETATYPE_CONVERTER(QDate, QDateTime, result = source.date(); return true;);
# 1622|           QMETATYPE_CONVERTER(QTime, QDateTime, result = source.time(); return true;);
# 1623|           QMETATYPE_CONVERTER(QDateTime, QDate, result = source.startOfDay(); return true;);

Error: CLANG_WARNING: [#def855]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1622:9: warning[core.NullDereference]: Dereference of null pointer
# 1620|   
# 1621|           QMETATYPE_CONVERTER(QDate, QDateTime, result = source.date(); return true;);
# 1622|->         QMETATYPE_CONVERTER(QTime, QDateTime, result = source.time(); return true;);
# 1623|           QMETATYPE_CONVERTER(QDateTime, QDate, result = source.startOfDay(); return true;);
# 1624|   #if QT_CONFIG(datestring)

Error: CLANG_WARNING: [#def856]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1623:9: warning[core.NullDereference]: Dereference of null pointer
# 1621|           QMETATYPE_CONVERTER(QDate, QDateTime, result = source.date(); return true;);
# 1622|           QMETATYPE_CONVERTER(QTime, QDateTime, result = source.time(); return true;);
# 1623|->         QMETATYPE_CONVERTER(QDateTime, QDate, result = source.startOfDay(); return true;);
# 1624|   #if QT_CONFIG(datestring)
# 1625|           QMETATYPE_CONVERTER(QDate, QString,

Error: CLANG_WARNING: [#def857]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1625:9: warning[core.NullDereference]: Dereference of null pointer
# 1623|           QMETATYPE_CONVERTER(QDateTime, QDate, result = source.startOfDay(); return true;);
# 1624|   #if QT_CONFIG(datestring)
# 1625|->         QMETATYPE_CONVERTER(QDate, QString,
# 1626|               result = QDate::fromString(source, Qt::ISODate);
# 1627|               return result.isValid();

Error: CLANG_WARNING: [#def858]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1629:9: warning[core.NullDereference]: Dereference of null pointer
# 1627|               return result.isValid();
# 1628|           );
# 1629|->         QMETATYPE_CONVERTER(QTime, QString,
# 1630|               result = QTime::fromString(source, Qt::ISODate);
# 1631|               return result.isValid();

Error: CLANG_WARNING: [#def859]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype.cpp:1633:9: warning[core.NullDereference]: Dereference of null pointer
# 1631|               return result.isValid();
# 1632|           );
# 1633|->         QMETATYPE_CONVERTER(QDateTime, QString,
# 1634|               result = QDateTime::fromString(source, Qt::ISODate);
# 1635|               return result.isValid();

Error: CLANG_WARNING: [#def860]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qvariant.cpp:40: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qmetatype_p.h:188:9: warning[core.NonNullParamChecker]: Null pointer passed to 2nd parameter expecting 'nonnull'
#  186|           iface->moveCtr(iface, where, copy);
#  187|       else
#  188|->         memcpy(where, copy, iface->size);
#  189|   }
#  190|   

Error: CLANG_WARNING: [#def861]
<built-in>:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx:5: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/global/qt_pch.h:30: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qcoreapplication.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.h:10: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qcoreevent.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreevent.h:9: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qobjectdefs.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobjectdefs.h:624:9: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'callable'
#  622|           auto callable = new QtPrivate::QCallableObject<std::decay_t<Func>, ActualArguments,
#  623|                   typename Callable::ReturnType>(std::forward<Func>(function));
#  624|->         return invokeMethodImpl(object, callable, type, h.parameterCount(), h.parameters.data(),
#  625|                   h.typeNames.data(), h.metaTypes.data());
#  626|       }

Error: CLANG_WARNING: [#def862]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qproperty.cpp:520:9: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  518|           PendingBindingObserverList bindingObservers;
#  519|           newBindingRaw->evaluateRecursive(bindingObservers);
#  520|->         newBindingRaw->notifyNonRecursive(bindingObservers);
#  521|       } else if (observer) {
#  522|           d.setObservers(observer.ptr);

Error: CLANG_WARNING: [#def863]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qproperty.cpp:2252:9: warning[cplusplus.PlacementNew]: Storage provided to placement new is only 0 bytes, whereas the allocated type requires 16 bytes
# 2250|               return nullptr;
# 2251|           ++d->used;
# 2252|->         new (p + index) Pair{data, QPropertyBindingData()};
# 2253|           return &p[index].bindingData;
# 2254|       }

Error: CLANG_WARNING: [#def864]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qproperty.cpp:4: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qproperty.h:14: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qpropertyprivate.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qpropertyprivate.h:56:32: warning[cplusplus.NewDelete]: Use of memory after it is freed
#   54|       explicit operator T *() { return d; }
#   55|       explicit operator const T *() const noexcept { return d; }
#   56|->     T *data() const noexcept { return d; }
#   57|       T *get() const noexcept { return d; }
#   58|       const T *constData() const noexcept { return d; }

Error: CLANG_WARNING: [#def865]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qtranslator.cpp:947:9: warning[deadcode.DeadStores]: Value stored to 'c' is never read
#  945|           const uchar *c = contextArray + 2 + (g << 1);
#  946|           quint16 off = read16(c);
#  947|->         c += 2;
#  948|           if (off == 0)
#  949|               return QString();

Error: CLANG_WARNING: [#def866]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/plugin/quuid.cpp:42:9: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#   40|   
#   41|       for (uint i = 0; i < sizeof(Integral) * 2; ++i) {
#   42|->         uint ch = *src++;
#   43|           int tmp = QtMiscUtils::fromHex(ch);
#   44|           if (tmp == -1)

Error: CLANG_WARNING: [#def867]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/serialization/qcborvalue.cpp:1418:13: warning[core.CallAndMessage]: Called C++ object pointer is null
# 1416|       } else if (idx < 0) {
# 1417|           Q_ASSERT_X(d != nullptr, "QCborValue", "Unexpected null container");
# 1418|->         if (d->elements.size() != 2) {
# 1419|               // invalid state!
# 1420|               qWarning("QCborValue: invalid tag state; are you encoding something that was improperly decoded?");

Error: CLANG_WARNING: [#def868]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/serialization/qjsonparser.cpp:117:17: warning[deadcode.DeadStores]: Value stored to 'sz' during its initialization is never read
#  115|   QString QJsonParseError::errorString() const
#  116|   {
#  117|->     const char *sz = "";
#  118|       switch (error) {
#  119|       case NoError:

Error: CLANG_WARNING: [#def869]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/text/qbytearray.cpp:587:16: warning[deadcode.DeadStores]: Value stored to 'initalSize' during its initialization is never read
#  585|       qsizetype capacity = out.allocatedCapacity();
#  586|   
#  587|->     const auto initalSize = out.size;
#  588|   
#  589|       z_stream zs = {};

Error: CLANG_WARNING: [#def870]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/access/qnetworkaccessbackend.cpp:5: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/access/qnetworkreplyimpl_p.h:27: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/6.7.2/QtCore/private/qbytedata_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/text/qbytedata_p.h:206:21: warning[deadcode.DeadStores]: Value stored to 'size' is never read
#  204|                   buffers.pop_front();
#  205|                   if (isEmpty()) {
#  206|->                     size = 0;
#  207|                       newPos = 0;
#  208|                       break;

Error: CLANG_WARNING: [#def871]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/thread/qmutex.cpp:814:20: warning[deadcode.DeadStores]: Value stored to 'copy' during its initialization is never read
#  812|   void QBasicMutex::unlockInternal() noexcept
#  813|   {
#  814|->     QMutexPrivate *copy = d_ptr.loadAcquire();
#  815|       Q_ASSERT(copy); //we must be locked
#  816|       Q_ASSERT(copy != dummyLocked()); // testAndSetRelease(dummyLocked(), 0) failed

Error: CLANG_WARNING: [#def872]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/time/qcalendar.cpp:203:58: warning[cplusplus.NewDeleteLeaks]: Potential memory leak
#  201|           return;
#  202|   
#  203|->     for (int i = 0; i <= int(QCalendar::System::Last); ++i) {
#  204|           if (byId[i] == nullptr)
#  205|               registerSystemBackendLockHeld(QCalendar::System(i));

Error: CLANG_WARNING: [#def873]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/time/qdatetimeparser.cpp:1032:13: warning[deadcode.DeadStores]: Value stored to 'year2digits' is never read
# 1030|               known &= ~QDateTimeParser::YearSection;
# 1031|           } else {
# 1032|->             year2digits = year % 100;
# 1033|           }
# 1034|       }

Error: CLANG_WARNING: [#def874]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/time/qtimezone.cpp:408:16: warning[cplusplus.NewDelete]: Attempt to delete released memory
#  406|   #if QT_CONFIG(timezone)
#  407|       if (!isShort() && d && !d->ref.deref())
#  408|->         delete d;
#  409|       d = nullptr;
#  410|   #endif

Error: CLANG_WARNING: [#def875]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/time/qtimezone.cpp:5: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/time/qtimezone.h:77:76: warning[cplusplus.NewDelete]: Use of memory after it is freed
#   75|           Data(QTimeZonePrivate *dptr) noexcept;
#   76|           Data &operator=(QTimeZonePrivate *dptr) noexcept;
#   77|->         const QTimeZonePrivate *operator->() const { Q_ASSERT(!isShort()); return d; }
#   78|           QTimeZonePrivate *operator->() { Q_ASSERT(!isShort()); return d; }
#   79|   

Error: CLANG_WARNING: [#def876]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/examples/corelib/tools/contiguouscache/randomlistmodel.cpp:3: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/examples/corelib/tools/contiguouscache/randomlistmodel.h:6: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/QContiguousCache:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qcontiguouscache.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qcontiguouscache.h:290:41: warning[core.DivideZero]: Division by zero
#  288|       detach();
#  289|       if (d->count == d->alloc)
#  290|->         (d->array + (d->start+d->count) % d->alloc)->~T();
#  291|       new (d->array + (d->start+d->count) % d->alloc) T(std::move(value));
#  292|   

Error: CLANG_WARNING: [#def877]
<built-in>:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx:5: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/global/qt_pch.h:30: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qcoreapplication.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.h:19: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qdebug.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qdebug.h:17: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qsharedpointer.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qsharedpointer.h:12: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qsharedpointer_impl.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qsharedpointer_impl.h:133:50: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  131|           // placement new
#  132|           inline void *operator new(std::size_t, void *ptr) noexcept { return ptr; }
#  133|->         inline void operator delete(void *ptr) { ::operator delete(ptr); }
#  134|           inline void operator delete(void *, void *) { }
#  135|       };

Error: CLANG_WARNING: [#def878]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/eglfs/api/qeglfsscreen.cpp:6: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtGui/6.7.2/QtGui/private/qguiapplication_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguiapplication_p.h:19: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtGui/qguiapplication.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguiapplication.h:8: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qcoreapplication.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qcoreapplication.h:19: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qdebug.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/io/qdebug.h:17: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qsharedpointer.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qsharedpointer.h:12: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qsharedpointer_impl.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qsharedpointer_impl.h:578:67: warning[cplusplus.NewDelete]: Attempt to delete released memory
#  576|       Q_NODISCARD_CTOR
#  577|       constexpr QWeakPointer() noexcept : d(nullptr), value(nullptr) { }
#  578|->     inline ~QWeakPointer() { if (d && !d->weakref.deref()) delete d; }
#  579|   
#  580|       Q_NODISCARD_CTOR

Error: CLANG_WARNING: [#def879]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qversionnumber.cpp:6: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtCore/qversionnumber.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/corelib/tools/qversionnumber.h:141:9: warning[cplusplus.NewDeleteLeaks]: Potential memory leak
#  139|               Q_ASSERT(len <= InlineSegmentCount);
#  140|               inline_segments[InlineSegmentMarker] = qint8(1 + 2 * len);
#  141|->         }
#  142|   
#  143|           Q_CORE_EXPORT void resize(qsizetype len);

Error: CLANG_WARNING: [#def880]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusabstractadaptor.cpp:114:1: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'connector'
#  112|       connector->waitingForPolish = true;
#  113|       QMetaObject::invokeMethod(connector, &QDBusAdaptorConnector::polish, Qt::QueuedConnection);
#  114|-> }
#  115|   
#  116|   /*!

Error: CLANG_WARNING: [#def881]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusabstractinterface.cpp:103:20: warning[cplusplus.NewDeleteLeaks]: Potential memory leak
#  101|                        q_func(), SLOT(_q_serviceOwnerChanged(QString,QString,QString)));
#  102|   
#  103|->     currentOwner = connectionPrivate()->getNameOwner(service);
#  104|       if (currentOwner.isEmpty())
#  105|           lastError = connectionPrivate()->lastError;

Error: CLANG_WARNING: [#def882]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusinternalfilters.cpp:79:33: warning[core.CallAndMessage]: Called C++ object pointer is null
#   77|   {
#   78|       QString retval;
#   79|->     for (const QObject *child : object->children()) {
#   80|           QString name = child->objectName();
#   81|           if (!name.isEmpty() && QDBusUtil::isValidPartOfObjectPath(name))

Error: CLANG_WARNING: [#def883]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusmessage.cpp:274:40: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  272|   
#  273|               QDBusMessage retval = fromDBusMessage(message, conn.connectionCapabilities());
#  274|->             retval.d_ptr->localMessage = true;
#  275|               q_dbus_message_unref(message);
#  276|               if (retval.d_ptr->service.isEmpty())

Error: CLANG_WARNING: [#def884]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusmessage.cpp:475:5: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  473|   {
#  474|       QDBusMessage reply = QDBusMessage::createError(name, msg);
#  475|->     reply.d_ptr->createResponseLink(d_ptr);
#  476|       return reply;
#  477|   }

Error: CLANG_WARNING: [#def885]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbusmessage.cpp:504:36: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  502|   {
#  503|       QDBusMessage msg = createErrorReply(QDBusError::errorString(atype), amsg);
#  504|->     msg.d_ptr->parametersValidated = true;
#  505|       return msg;
#  506|   }

Error: CLANG_WARNING: [#def886]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/dbus/qdbuspendingcall.cpp:245:14: warning[deadcode.DeadStores]: Value stored to 'r' during its initialization is never read
#  243|   {
#  244|       if (dd) {
#  245|->         bool r = dd->ref.deref();
#  246|           Q_ASSERT(r);
#  247|       }

Error: CLANG_WARNING: [#def887]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/accessible/linux/atspiadaptor.cpp:112:5: warning[deadcode.DeadStores]: Value stored to 'success' is never read
#  110|                                                   "org.a11y.atspi.Registry"_L1, "EventListenerRegistered"_L1, this,
#  111|                                                   SLOT(eventListenerRegistered(QString,QString)));
#  112|->     success = success && m_dbus->connection().connect("org.a11y.atspi.Registry"_L1, "/org/a11y/atspi/registry"_L1,
#  113|                                                         "org.a11y.atspi.Registry"_L1, "EventListenerDeregistered"_L1, this,
#  114|                                                         SLOT(eventListenerDeregistered(QString,QString)));

Error: CLANG_WARNING: [#def888]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/accessible/linux/dbusconnection.cpp:99:70: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'a11yStatus'
#   97|       static const bool a11yAlwaysOn = qEnvironmentVariableIsSet("QT_LINUX_ACCESSIBILITY_ALWAYS_ON");
#   98|   
#   99|->     bool enabled = a11yAlwaysOn || a11yStatus->screenReaderEnabled() || a11yStatus->isEnabled();
#  100|   
#  101|       if (enabled != m_enabled) {

Error: CLANG_WARNING: [#def889]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/accessible/qaccessible.cpp:922:13: warning[deadcode.DeadStores]: Value stored to 'nextBoundary' during its initialization is never read
#  920|           sentenceFinder.setPosition(offsetWithinBlockText);
#  921|           int prevBoundary = offsetWithinBlockText;
#  922|->         int nextBoundary = offsetWithinBlockText;
#  923|           if (!(sentenceFinder.boundaryReasons() & QTextBoundaryFinder::StartOfItem))
#  924|               prevBoundary = sentenceFinder.toPreviousBoundary();

Error: CLANG_WARNING: [#def890]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/image/qicon.cpp:188:9: warning[deadcode.DeadStores]: Value stored to 'res' during its initialization is never read
#  186|       }
#  187|       int b = area(pb->size);
#  188|->     int res = a;
#  189|       if (qMin(a,b) >= s)
#  190|           res = qMin(a,b);

Error: CLANG_WARNING: [#def891]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/image/qimage_conversions.cpp:1744:27: warning[core.uninitialized.Assign]: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage
# 1742|                       *b1 += e7;                  // spread error to right pixel
# 1743|                   if (not_last_line) {
# 1744|->                     b2[0] += e5;                // pixel below
# 1745|                       if (x > 1)
# 1746|                           b2[-1] += e3;           // pixel below left

Error: CLANG_WARNING: [#def892]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/image/qpixmapcache.cpp:159:17: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  157|   bool QPixmapCache::Key::isValid() const noexcept
#  158|   {
#  159|->     return d && d->isValid;
#  160|   }
#  161|   

Error: CLANG_WARNING: [#def893]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:83:9: warning[core.NullDereference]: Dereference of null pointer
#   81|           using Int = int;
#   82|           switch (makePair(toTypeId, fromTypeId)) {
#   83|->         QMETATYPE_CONVERTER(QByteArray, QColor,
#   84|               result = source.name(source.alpha() != 255 ?
#   85|                                    QColor::HexArgb : QColor::HexRgb).toLatin1();

Error: CLANG_WARNING: [#def894]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:88:9: warning[core.NullDereference]: Dereference of null pointer
#   86|               return true;
#   87|           );
#   88|->         QMETATYPE_CONVERTER(QColor, QByteArray,
#   89|               result = QColor::fromString(QLatin1StringView(source));
#   90|               return result.isValid();

Error: CLANG_WARNING: [#def895]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:92:9: warning[core.NullDereference]: Dereference of null pointer
#   90|               return result.isValid();
#   91|           );
#   92|->         QMETATYPE_CONVERTER(QString, QColor,
#   93|               result = source.name(source.alpha() != 255 ?
#   94|                                    QColor::HexArgb : QColor::HexRgb);

Error: CLANG_WARNING: [#def896]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:97:9: warning[core.NullDereference]: Dereference of null pointer
#   95|               return true;
#   96|           );
#   97|->         QMETATYPE_CONVERTER(QColor, QString,
#   98|               result = QColor::fromString(source);
#   99|               return result.isValid();

Error: CLANG_WARNING: [#def897]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:102:9: warning[core.NullDereference]: Dereference of null pointer
#  100|           );
#  101|   #if QT_CONFIG(shortcut)
#  102|->         QMETATYPE_CONVERTER(QString, QKeySequence,
#  103|               result = source.toString(QKeySequence::NativeText);
#  104|               return true;

Error: CLANG_WARNING: [#def898]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:106:9: warning[core.NullDereference]: Dereference of null pointer
#  104|               return true;
#  105|           );
#  106|->         QMETATYPE_CONVERTER(QKeySequence, QString, result = source; return true;);
#  107|           QMETATYPE_CONVERTER(Int, QKeySequence,
#  108|               result = source.isEmpty() ? 0 : source[0].toCombined();

Error: CLANG_WARNING: [#def899]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:107:9: warning[core.NullDereference]: Dereference of null pointer
#  105|           );
#  106|           QMETATYPE_CONVERTER(QKeySequence, QString, result = source; return true;);
#  107|->         QMETATYPE_CONVERTER(Int, QKeySequence,
#  108|               result = source.isEmpty() ? 0 : source[0].toCombined();
#  109|               return true;

Error: CLANG_WARNING: [#def900]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:111:9: warning[core.NullDereference]: Dereference of null pointer
#  109|               return true;
#  110|           );
#  111|->         QMETATYPE_CONVERTER(QKeySequence, Int, result = source; return true;);
#  112|   #endif
#  113|           QMETATYPE_CONVERTER(QString, QFont, result = source.toString(); return true;);

Error: CLANG_WARNING: [#def901]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:113:9: warning[core.NullDereference]: Dereference of null pointer
#  111|           QMETATYPE_CONVERTER(QKeySequence, Int, result = source; return true;);
#  112|   #endif
#  113|->         QMETATYPE_CONVERTER(QString, QFont, result = source.toString(); return true;);
#  114|           QMETATYPE_CONVERTER(QFont, QString, return result.fromString(source););
#  115|           QMETATYPE_CONVERTER(QPixmap, QImage, result = QPixmap::fromImage(source); return true;);

Error: CLANG_WARNING: [#def902]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:114:9: warning[core.NullDereference]: Dereference of null pointer
#  112|   #endif
#  113|           QMETATYPE_CONVERTER(QString, QFont, result = source.toString(); return true;);
#  114|->         QMETATYPE_CONVERTER(QFont, QString, return result.fromString(source););
#  115|           QMETATYPE_CONVERTER(QPixmap, QImage, result = QPixmap::fromImage(source); return true;);
#  116|           QMETATYPE_CONVERTER(QImage, QPixmap, result = source.toImage(); return true;);

Error: CLANG_WARNING: [#def903]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:115:9: warning[core.NullDereference]: Dereference of null pointer
#  113|           QMETATYPE_CONVERTER(QString, QFont, result = source.toString(); return true;);
#  114|           QMETATYPE_CONVERTER(QFont, QString, return result.fromString(source););
#  115|->         QMETATYPE_CONVERTER(QPixmap, QImage, result = QPixmap::fromImage(source); return true;);
#  116|           QMETATYPE_CONVERTER(QImage, QPixmap, result = source.toImage(); return true;);
#  117|           QMETATYPE_CONVERTER(QPixmap, QBitmap, result = source; return true;);

Error: CLANG_WARNING: [#def904]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:116:9: warning[core.NullDereference]: Dereference of null pointer
#  114|           QMETATYPE_CONVERTER(QFont, QString, return result.fromString(source););
#  115|           QMETATYPE_CONVERTER(QPixmap, QImage, result = QPixmap::fromImage(source); return true;);
#  116|->         QMETATYPE_CONVERTER(QImage, QPixmap, result = source.toImage(); return true;);
#  117|           QMETATYPE_CONVERTER(QPixmap, QBitmap, result = source; return true;);
#  118|           QMETATYPE_CONVERTER(QBitmap, QPixmap, result = QBitmap::fromPixmap(source); return true;);

Error: CLANG_WARNING: [#def905]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:117:9: warning[core.NullDereference]: Dereference of null pointer
#  115|           QMETATYPE_CONVERTER(QPixmap, QImage, result = QPixmap::fromImage(source); return true;);
#  116|           QMETATYPE_CONVERTER(QImage, QPixmap, result = source.toImage(); return true;);
#  117|->         QMETATYPE_CONVERTER(QPixmap, QBitmap, result = source; return true;);
#  118|           QMETATYPE_CONVERTER(QBitmap, QPixmap, result = QBitmap::fromPixmap(source); return true;);
#  119|           QMETATYPE_CONVERTER(QImage, QBitmap, result = source.toImage(); return true;);

Error: CLANG_WARNING: [#def906]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:118:9: warning[core.NullDereference]: Dereference of null pointer
#  116|           QMETATYPE_CONVERTER(QImage, QPixmap, result = source.toImage(); return true;);
#  117|           QMETATYPE_CONVERTER(QPixmap, QBitmap, result = source; return true;);
#  118|->         QMETATYPE_CONVERTER(QBitmap, QPixmap, result = QBitmap::fromPixmap(source); return true;);
#  119|           QMETATYPE_CONVERTER(QImage, QBitmap, result = source.toImage(); return true;);
#  120|           QMETATYPE_CONVERTER(QBitmap, QImage, result = QBitmap::fromImage(source); return true;);

Error: CLANG_WARNING: [#def907]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:119:9: warning[core.NullDereference]: Dereference of null pointer
#  117|           QMETATYPE_CONVERTER(QPixmap, QBitmap, result = source; return true;);
#  118|           QMETATYPE_CONVERTER(QBitmap, QPixmap, result = QBitmap::fromPixmap(source); return true;);
#  119|->         QMETATYPE_CONVERTER(QImage, QBitmap, result = source.toImage(); return true;);
#  120|           QMETATYPE_CONVERTER(QBitmap, QImage, result = QBitmap::fromImage(source); return true;);
#  121|           QMETATYPE_CONVERTER(QPixmap, QBrush, result = source.texture(); return true;);

Error: CLANG_WARNING: [#def908]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:120:9: warning[core.NullDereference]: Dereference of null pointer
#  118|           QMETATYPE_CONVERTER(QBitmap, QPixmap, result = QBitmap::fromPixmap(source); return true;);
#  119|           QMETATYPE_CONVERTER(QImage, QBitmap, result = source.toImage(); return true;);
#  120|->         QMETATYPE_CONVERTER(QBitmap, QImage, result = QBitmap::fromImage(source); return true;);
#  121|           QMETATYPE_CONVERTER(QPixmap, QBrush, result = source.texture(); return true;);
#  122|           QMETATYPE_CONVERTER(QBrush, QPixmap, result = source; return true;);

Error: CLANG_WARNING: [#def909]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:121:9: warning[core.NullDereference]: Dereference of null pointer
#  119|           QMETATYPE_CONVERTER(QImage, QBitmap, result = source.toImage(); return true;);
#  120|           QMETATYPE_CONVERTER(QBitmap, QImage, result = QBitmap::fromImage(source); return true;);
#  121|->         QMETATYPE_CONVERTER(QPixmap, QBrush, result = source.texture(); return true;);
#  122|           QMETATYPE_CONVERTER(QBrush, QPixmap, result = source; return true;);
#  123|           QMETATYPE_CONVERTER(QColor, QBrush,

Error: CLANG_WARNING: [#def910]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:122:9: warning[core.NullDereference]: Dereference of null pointer
#  120|           QMETATYPE_CONVERTER(QBitmap, QImage, result = QBitmap::fromImage(source); return true;);
#  121|           QMETATYPE_CONVERTER(QPixmap, QBrush, result = source.texture(); return true;);
#  122|->         QMETATYPE_CONVERTER(QBrush, QPixmap, result = source; return true;);
#  123|           QMETATYPE_CONVERTER(QColor, QBrush,
#  124|               if (source.style() == Qt::SolidPattern) {

Error: CLANG_WARNING: [#def911]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:123:9: warning[core.NullDereference]: Dereference of null pointer
#  121|           QMETATYPE_CONVERTER(QPixmap, QBrush, result = source.texture(); return true;);
#  122|           QMETATYPE_CONVERTER(QBrush, QPixmap, result = source; return true;);
#  123|->         QMETATYPE_CONVERTER(QColor, QBrush,
#  124|               if (source.style() == Qt::SolidPattern) {
#  125|                   result = source.color();

Error: CLANG_WARNING: [#def912]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguivariant.cpp:130:9: warning[core.NullDereference]: Dereference of null pointer
#  128|               return false;
#  129|           );
#  130|->         QMETATYPE_CONVERTER(QBrush, QColor, result = source; return true;);
#  131|           default:
#  132|               break;

Error: CLANG_WARNING: [#def913]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qinputmethod.cpp:396:20: warning[deadcode.DeadStores]: Value stored to 'ok' during its initialization is never read
#  394|       const bool newMethodSupported = focusObject->metaObject()->indexOfMethod(signature) != -1;
#  395|       if (newMethodSupported) {
#  396|->         const bool ok = QMetaObject::invokeMethod(focusObject, "inputMethodQuery",
#  397|                                                           Qt::DirectConnection,
#  398|                                                           Q_RETURN_ARG(QVariant, retval),

Error: CLANG_WARNING: [#def914]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qkeysequence.cpp:889:9: warning[cplusplus.NewDelete]: Argument to 'delete' is the address of the static variable 'shared_empty', which is not memory allocated by 'new'
#  887|   {
#  888|       if (!d->ref.deref())
#  889|->         delete d;
#  890|   }
#  891|   

Error: CLANG_WARNING: [#def915]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/kernel/qpalette.cpp:987:19: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  985|   
#  986|           for (int grp = 0; grp < int(NColorGroups); ++grp) {
#  987|->             if (!(d->resolveMask & (ResolveMask(1) << QPalettePrivate::bitPosition(ColorGroup(grp), ColorRole(role))))) {
#  988|                   palette.d->data.detach();
#  989|                   palette.d->data->br[grp][role] = other.d->data->br[grp][role];

Error: CLANG_WARNING: [#def916]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qbezier.cpp:484:13: warning[deadcode.DeadStores]: Value stored to 'py0' is never read
#  482|           if (yt < y) {
#  483|               t0 = t;
#  484|->             py0 = yt;
#  485|           } else {
#  486|               t1 = t;

Error: CLANG_WARNING: [#def917]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qbezier.cpp:487:13: warning[deadcode.DeadStores]: Value stored to 'py1' is never read
#  485|           } else {
#  486|               t1 = t;
#  487|->             py1 = yt;
#  488|           }
#  489|           dt = lt - t;

Error: CLANG_WARNING: [#def918]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpathclipper.cpp:4: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpathclipper_p.h:22: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtGui/6.7.2/QtGui/private/qbezier_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qbezier_p.h:24: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtGui/6.7.2/QtGui/private/qdatabuffer_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qdatabuffer_p.h:57:58: warning[core.uninitialized.UndefReturn]: Returning null reference
#   55|       inline Type *data() const { return buffer; }
#   56|   
#   57|->     Type &at(qsizetype i) { Q_ASSERT(i >= 0 && i < siz); return buffer[i]; }
#   58|       const Type &at(qsizetype i) const { Q_ASSERT(i >= 0 && i < siz); return buffer[i]; }
#   59|       inline Type &last() { Q_ASSERT(!isEmpty()); return buffer[siz-1]; }

Error: CLANG_WARNING: [#def919]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qgrayraster.c:1465:11: warning[deadcode.DeadStores]: Value stored to 'v_last' is never read
# 1463|             v_start.y = ( v_start.y + v_last.y ) / 2;
# 1464|   
# 1465|->           v_last = v_start;
# 1466|           }
# 1467|           point--;

Error: CLANG_WARNING: [#def920]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qicc.cpp:389:5: warning[deadcode.DeadStores]: Value stored to 'currentOffset' is never read
#  387|       stream.writeRawData(macdesc.constData(), 67);
#  388|       descSize = 90 + description.size() + 1;
#  389|->     currentOffset += descSize;
#  390|   
#  391|       buffer.close();

Error: CLANG_WARNING: [#def921]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpainterpath.cpp:1902:13: warning[deadcode.DeadStores]: Value stored to 'y1' is never read
# 1900|           if (y1 < top) {
# 1901|               x1 += dx/dy * (top - y1);
# 1902|->             y1 = top;
# 1903|           } else if (y1 > bottom) {
# 1904|               x1 -= dx/dy * (y1 - bottom);

Error: CLANG_WARNING: [#def922]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpainterpath.cpp:1905:13: warning[deadcode.DeadStores]: Value stored to 'y1' is never read
# 1903|           } else if (y1 > bottom) {
# 1904|               x1 -= dx/dy * (y1 - bottom);
# 1905|->             y1 = bottom;
# 1906|           }
# 1907|           if (y2 < top) {

Error: CLANG_WARNING: [#def923]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpainterpath.cpp:1909:13: warning[deadcode.DeadStores]: Value stored to 'y2' is never read
# 1907|           if (y2 < top) {
# 1908|               x2 += dx/dy * (top - y2);
# 1909|->             y2 = top;
# 1910|           } else if (y2 > bottom) {
# 1911|               x2 -= dx/dy * (y2 - bottom);

Error: CLANG_WARNING: [#def924]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpainterpath.cpp:1912:13: warning[deadcode.DeadStores]: Value stored to 'y2' is never read
# 1910|           } else if (y2 > bottom) {
# 1911|               x2 -= dx/dy * (y2 - bottom);
# 1912|->             y2 = bottom;
# 1913|           }
# 1914|   

Error: CLANG_WARNING: [#def925]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpathclipper.cpp:637:35: warning[core.CallAndMessage]: 1st function call argument is an uninitialized value
#  635|       Q_ASSERT(end > begin);
#  636|   
#  637|->     const qreal pivot = component(m_segments->pointAt(m_nodes.at(begin).point), depth & 1);
#  638|   
#  639|       int first = begin + 1;

Error: CLANG_WARNING: [#def926]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpathsimplifier.cpp:397:9: warning[unix.MismatchedDeallocator]: Memory allocated by 'new[]' should be deallocated by 'delete[]', not 'delete'
#  395|       }
#  396|       if (!(n >= nodeBlock && n < nodeBlock + blockSize))
#  397|->         delete n;
#  398|   }
#  399|   

Error: CLANG_WARNING: [#def927]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qpathsimplifier.cpp:927:15: warning[core.CallAndMessage]: 1st function call argument is an uninitialized value
#  925|   
#  926|       QPoint minimum, maximum;
#  927|->     minimum = maximum = elements[0]->middle;
#  928|   
#  929|       for (int i = 1; i < elementCount; ++i) {

Error: CLANG_WARNING: [#def928]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qtextureglyphcache.cpp:157:5: warning[deadcode.DeadStores]: Value stored to 'rowHeight' is never read
#  155|           return true;
#  156|   
#  157|->     rowHeight += paddingDoubled;
#  158|   
#  159|       if (m_w == 0) {

Error: CLANG_WARNING: [#def929]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qtriangulatingstroker.cpp:4: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/painting/qtriangulatingstroker_p.h:120:21: warning[core.NullDereference]: Array access (from variable 'pts') results in a null pointer dereference
#  118|   void QTriangulatingStroker::lineTo(const qreal *pts)
#  119|   {
#  120|->     emitLineSegment(pts[0], pts[1], m_nvx, m_nvy);
#  121|       m_cx = pts[0];
#  122|       m_cy = pts[1];

Error: CLANG_WARNING: [#def930]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/rhi/qrhi.cpp:4: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/rhi/qrhi_p.h:333:19: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  331|       ~QRhiBufferData()
#  332|       {
#  333|->         if (d && !--d->ref)
#  334|               delete d;
#  335|       }

Error: CLANG_WARNING: [#def931]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/rhi/qrhi_p.h:347:26: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  345|               return *this;
#  346|           if (other.d)
#  347|->             other.d->ref += 1;
#  348|           if (d && !--d->ref)
#  349|               delete d;

Error: CLANG_WARNING: [#def932]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:171:41: warning[core.DivideZero]: Division by zero
#  169|                   // y2 < y1 < yC
#  170|                   // Long right edge.
#  171|->                 d1 = centerFrac * value / (v1->y() - center->y());
#  172|                   dd1 = ((value << 8) / (v1->y() - center->y()));
#  173|                   fillLines<clip, BottomUp, LeftToRight>(bits, width, height, y1, yC, x1, dx1,

Error: CLANG_WARNING: [#def933]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:182:41: warning[core.DivideZero]: Division by zero
#  180|                   // y1 <= y2 < yC
#  181|                   // Long left edge.
#  182|->                 d2 = centerFrac * value / (v2->y() - center->y());
#  183|                   dd2 = ((value << 8) / (v2->y() - center->y()));
#  184|                   fillLines<clip, BottomUp, RightToLeft>(bits, width, height, y2, yC, x1, dx1,

Error: CLANG_WARNING: [#def934]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:196:49: warning[core.DivideZero]: Division by zero
#  194|               // y2 < yC <= y1
#  195|               // Center to the right.
#  196|->             int dx = ((v1->x() - v2->x()) << 8) / (v1->y() - v2->y());
#  197|               int xUp, xDn;
#  198|               xUp = xDn = v2->x() + (clip == Clip ? (yC << 8) + 0xff - v2->y()

Error: CLANG_WARNING: [#def935]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:211:49: warning[core.DivideZero]: Division by zero
#  209|               // y1 < yC <= y2
#  210|               // Center to the left.
#  211|->             int dx = ((v1->x() - v2->x()) << 8) / (v1->y() - v2->y());
#  212|               int xUp, xDn;
#  213|               xUp = xDn = v1->x() + (clip == Clip ? (yC << 8) + 0xff - v1->y()

Error: CLANG_WARNING: [#def936]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:227:45: warning[core.DivideZero]: Division by zero
#  225|                   // Long right edge.
#  226|                   if (yC != y2) {
#  227|->                     d2 = centerFrac * value / (v2->y() - center->y());
#  228|                       dd2 = ((value << 8) / (v2->y() - center->y()));
#  229|                       fillLines<clip, TopDown, LeftToRight>(bits, width, height, yC, y2, x2, dx2,

Error: CLANG_WARNING: [#def937]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:232:50: warning[core.DivideZero]: Division by zero
#  230|                                                             x1, dx1, d2, dd2, dd);
#  231|                   }
#  232|->                 dx2 = ((v1->x() - v2->x()) << 8) / (v1->y() - v2->y());
#  233|                   x2 = v2->x() + v2Frac * (v1->x() - v2->x()) / (v1->y() - v2->y());
#  234|                   fillLines<clip, TopDown, LeftToRight>(bits, width, height, y2, y1, x2, dx2,

Error: CLANG_WARNING: [#def938]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:240:45: warning[core.DivideZero]: Division by zero
#  238|                   // yC <= y1 <= y2
#  239|                   if (yC != y1) {
#  240|->                     d1 = centerFrac * value / (v1->y() - center->y());
#  241|                       dd1 = ((value << 8) / (v1->y() - center->y()));
#  242|                       fillLines<clip, TopDown, RightToLeft>(bits, width, height, yC, y1, x2, dx2,

Error: CLANG_WARNING: [#def939]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:246:54: warning[core.DivideZero]: Division by zero
#  244|                   }
#  245|                   if (y1 != y2) {
#  246|->                     dx1 = ((v1->x() - v2->x()) << 8) / (v1->y() - v2->y());
#  247|                       x1 = v1->x() + v1Frac * (v1->x() - v2->x()) / (v1->y() - v2->y());
#  248|                       fillLines<clip, TopDown, RightToLeft>(bits, width, height, y1, y2, x2, dx2,

Error: CLANG_WARNING: [#def940]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:309:66: warning[core.DivideZero]: Division by zero
#  307|               // Mostly vertical.
#  308|               Q_ASSERT(ext1->y() != ext2->y());
#  309|->             xe1 = ext1->x() + ext1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  310|               xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  311|               if (ye1 != yi1) {

Error: CLANG_WARNING: [#def941]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:312:76: warning[core.DivideZero]: Division by zero
#  310|               xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  311|               if (ye1 != yi1) {
#  312|->                 xc2 = center1->x() + center1Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  313|                   xc2 += (ye1 - yc1) * dxC;
#  314|                   fillLines<clip, TopDown, LeftToRight>(bits, width, height, ye1, yi1, xe1, dxE,

Error: CLANG_WARNING: [#def942]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:321:76: warning[core.DivideZero]: Division by zero
#  319|                                                         xe2, dxE, extValue, 0, dd);
#  320|               if (ye2 != yi2) {
#  321|->                 xc1 = center2->x() + center2Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  322|                   xc1 += (ye2 - yc2) * dxC;
#  323|                   fillLines<clip, TopDown, RightToLeft>(bits, width, height, ye2, yi2, xc1, dxC,

Error: CLANG_WARNING: [#def943]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:329:72: warning[core.DivideZero]: Division by zero
#  327|               // Mostly horizontal.
#  328|               Q_ASSERT(ext1->y() != int1->y());
#  329|->             xc1 = center2->x() + center2Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  330|               xc2 = center1->x() + center1Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  331|               xc1 += (ye2 - yc2) * dxC;

Error: CLANG_WARNING: [#def944]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:334:70: warning[core.DivideZero]: Division by zero
#  332|               xc2 += (ye1 - yc1) * dxC;
#  333|               if (ye1 != ye2) {
#  334|->                 xe1 = ext1->x() + ext1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  335|                   fillLines<clip, TopDown, LeftToRight>(bits, width, height, ye1, ye2, xe1, dxE,
#  336|                                                         xc2, dxC, extValue, 0, dd);

Error: CLANG_WARNING: [#def945]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:346:70: warning[core.DivideZero]: Division by zero
#  344|               }
#  345|               if (yi1 != yi2) {
#  346|->                 xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  347|                   fillLines<clip, TopDown, RightToLeft>(bits, width, height, yi1, yi2, xc1, dxC,
#  348|                                                         xe2, dxE, intValue, 0, dd);

Error: CLANG_WARNING: [#def946]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:356:66: warning[core.DivideZero]: Division by zero
#  354|               // Mostly vertical.
#  355|               Q_ASSERT(ext1->y() != ext2->y());
#  356|->             xe1 = ext1->x() + ext1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  357|               xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  358|               if (yi1 != ye1) {

Error: CLANG_WARNING: [#def947]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:359:76: warning[core.DivideZero]: Division by zero
#  357|               xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  358|               if (yi1 != ye1) {
#  359|->                 xc1 = center1->x() + center1Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  360|                   xc1 += (yi1 - yc1) * dxC;
#  361|                   fillLines<clip, TopDown, RightToLeft>(bits, width, height, yi1, ye1, xc1, dxC,

Error: CLANG_WARNING: [#def948]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:368:76: warning[core.DivideZero]: Division by zero
#  366|                                                         xe2, dxE, intValue, 0, dd);
#  367|               if (yi2 != ye2) {
#  368|->                 xc2 = center2->x() + center2Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  369|                   xc2 += (yi2 - yc2) * dxC;
#  370|                   fillLines<clip, TopDown, LeftToRight>(bits, width, height, yi2, ye2, xe1, dxE,

Error: CLANG_WARNING: [#def949]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:376:72: warning[core.DivideZero]: Division by zero
#  374|               // Mostly horizontal.
#  375|               Q_ASSERT(ext1->y() != int1->y());
#  376|->             xc1 = center1->x() + center1Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  377|               xc2 = center2->x() + center2Frac * (ext1->x() - int1->x()) / (ext1->y() - int1->y());
#  378|               xc1 += (yi1 - yc1) * dxC;

Error: CLANG_WARNING: [#def950]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:381:70: warning[core.DivideZero]: Division by zero
#  379|               xc2 += (yi2 - yc2) * dxC;
#  380|               if (yi1 != yi2) {
#  381|->                 xe2 = int1->x() + int1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  382|                   fillLines<clip, TopDown, RightToLeft>(bits, width, height, yi1, yi2, xc1, dxC,
#  383|                                                         xe2, dxE, intValue, 0, dd);

Error: CLANG_WARNING: [#def951]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qdistancefield.cpp:393:70: warning[core.DivideZero]: Division by zero
#  391|               }
#  392|               if (ye1 != ye2) {
#  393|->                 xe1 = ext1->x() + ext1Frac * (ext1->x() - ext2->x()) / (ext1->y() - ext2->y());
#  394|                   fillLines<clip, TopDown, LeftToRight>(bits, width, height, ye1, ye2, xe1, dxE,
#  395|                                                         xc2, dxC, extValue, 0, dd);

Error: CLANG_WARNING: [#def952]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qfontdatabase.cpp:2577:9: warning[core.NullDereference]: Access to field 'symbol' results in a dereference of a null pointer (loaded from variable 'fe')
# 2575|   
# 2576|       Q_ASSERT(fe);
# 2577|->     if (fe->symbol || (d->request.styleStrategy & QFont::NoFontMerging)) {
# 2578|           for (int i = 0; i < QChar::ScriptCount; ++i) {
# 2579|               if (!d->engineData->engines[i]) {

Error: CLANG_WARNING: [#def953]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/text/qfontsubset.cpp:917:9: warning[deadcode.DeadStores]: Value stored to 'lsb' is never read
#  915|       if (path.isEmpty()) {
#  916|           //qDebug("glyph %d is empty", index);
#  917|->         lsb = 0;
#  918|           glyph.xMin = glyph.xMax = glyph.yMin = glyph.yMax = 0;
#  919|           glyph.numContours = 0;

Error: CLANG_WARNING: [#def954]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/util/qtexturefiledata.cpp:225:9: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  223|   {
#  224|       if (d && numLevels >= 0)
#  225|->         d->ensureSize(numLevels, d->numFaces, true);
#  226|   }
#  227|   

Error: CLANG_WARNING: [#def955]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/gui/util/qtexturefiledata.cpp:236:9: warning[cplusplus.NewDelete]: Use of memory after it is freed
#  234|   {
#  235|       if (d && numFaces >= 0)
#  236|->         d->ensureSize(d->numLevels, numFaces, true);
#  237|   }
#  238|   

Error: CLANG_WARNING: [#def956]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/access/qhttpprotocolhandler.cpp:58:12: warning[deadcode.DeadStores]: Value stored to 'lastBytes' during its initialization is never read
#   56|       // read loop for the response
#   57|       qint64 bytes = 0;
#   58|->     qint64 lastBytes = bytes;
#   59|       do {
#   60|           lastBytes = bytes;

Error: CLANG_WARNING: [#def957]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/kernel/qauthenticator.cpp:1551:5: warning[deadcode.DeadStores]: Value stored to 'offset' is never read
# 1549|       // Get NTLM response
# 1550|       pb.ntlmResponseBuf = qEncodeNtlmv2Response(ctx, ch, &pb);
# 1551|->     offset = qEncodeNtlmBuffer(pb.ntlmResponse, offset, pb.ntlmResponseBuf);
# 1552|   
# 1553|   

Error: CLANG_WARNING: [#def958]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/socket/qabstractsocket.cpp:2167:14: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2165|           bool readyToRead = false;
# 2166|           bool readyToWrite = false;
# 2167|->         if (!d->socketEngine->waitForReadOrWrite(&readyToRead, &readyToWrite, true, !d->writeBuffer.isEmpty(),
# 2168|                                                    deadline)) {
# 2169|   #if defined (QABSTRACTSOCKET_DEBUG)

Error: CLANG_WARNING: [#def959]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/socket/qabstractsocket.cpp:2233:14: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2231|           bool readyToRead = false;
# 2232|           bool readyToWrite = false;
# 2233|->         if (!d->socketEngine->waitForReadOrWrite(&readyToRead, &readyToWrite,
# 2234|                                     !d->readBufferMaxSize || d->buffer.size() < d->readBufferMaxSize,
# 2235|                                     !d->writeBuffer.isEmpty(),

Error: CLANG_WARNING: [#def960]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/socket/qnativesocketengine_unix.cpp:1096:9: warning[deadcode.DeadStores]: Value stored to 'cmsgptr' is never read
# 1094|           cmsgptr->cmsg_type =  SCTP_SNDRCV;
# 1095|           data->sinfo_stream = uint16_t(header.streamNumber);
# 1096|->         cmsgptr = reinterpret_cast<cmsghdr *>(reinterpret_cast<char *>(cmsgptr) + CMSG_SPACE(sizeof(*data)));
# 1097|       }
# 1098|   #endif

Error: CLANG_WARNING: [#def961]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/network/socket/qudpsocket.cpp:101:9: warning[deadcode.DeadStores]: Value stored to 'proto' is never read
#   99|       if (proto == QUdpSocket::UnknownNetworkLayerProtocol) {
#  100|           address = &remoteAddress;
#  101|->         proto = address->protocol();
#  102|       }
#  103|   

Error: CLANG_WARNING: [#def962]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/opengl/qopenglvertexarrayobject.cpp:21: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/redhat-linux-build/include/QtOpenGL/6.7.2/QtOpenGL/private/qopenglvertexarrayobject_p.h:1: included_from: Included from here.
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/opengl/qopenglvertexarrayobject_p.h:53:9: warning[core.CallAndMessage]: Called function pointer is null (null dereference)
#   51|       inline void glGenVertexArrays(GLsizei n, GLuint *arrays) const
#   52|       {
#   53|->         GenVertexArrays(n, arrays);
#   54|       }
#   55|   

Error: CLANG_WARNING: [#def963]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/imageformats/gif/qgifhandler.cpp:466:35: warning[core.BitwiseShift]: Right operand is negative in left shift
#  464|               }
#  465|               while (bitcount>=code_size && state==ImageDataBlock) {
#  466|->                 int code=accum&((1<<code_size)-1);
#  467|                   bitcount-=code_size;
#  468|                   accum>>=code_size;

Error: CLANG_WARNING: [#def964]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms/qeglfskmsgbmdevice.cpp:44:9: warning[deadcode.DeadStores]: Value stored to 'fd' is never read
#   42|           qErrnoWarning("Could not create GBM device");
#   43|           qt_safe_close(fd);
#   44|->         fd = -1;
#   45|           return false;
#   46|       }

Error: CLANG_WARNING: [#def965]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/vnc/qvncclient.cpp:127:13: warning[deadcode.DeadStores]: Value stored to 'r' is never read
#  125|           }
#  126|           default: {
#  127|->             r = g = b = 0;
#  128|               qWarning("QVNCServer: don't support %dbpp display", screendepth);
#  129|               return;

Error: CLANG_WARNING: [#def966]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/vnc/qvncclient.cpp:127:17: warning[deadcode.DeadStores]: Although the value stored to 'g' is used in the enclosing expression, the value is never actually read from 'g'
#  125|           }
#  126|           default: {
#  127|->             r = g = b = 0;
#  128|               qWarning("QVNCServer: don't support %dbpp display", screendepth);
#  129|               return;

Error: CLANG_WARNING: [#def967]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/vnc/qvncclient.cpp:127:21: warning[deadcode.DeadStores]: Although the value stored to 'b' is used in the enclosing expression, the value is never actually read from 'b'
#  125|           }
#  126|           default: {
#  127|->             r = g = b = 0;
#  128|               qWarning("QVNCServer: don't support %dbpp display", screendepth);
#  129|               return;

Error: CLANG_WARNING: [#def968]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp:396:32: warning[deadcode.DeadStores]: Value stored to 'dev' during its initialization is never read
#  394|           // TODO can we get USB ID?
#  395|           Q_ASSERT(deviceInfo->deviceid == tabletData.deviceId);
#  396|->         const QPointingDevice *dev = tabletToolInstance(master,
#  397|                   tabletData.name, deviceInfo->deviceid, 0, 0, tabletData.serialId,
#  398|                   tabletData.pointerType, capsOverride);

Error: CLANG_WARNING: [#def969]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp:1556:33: warning[deadcode.DeadStores]: Value stored to 'tool' is never read
# 1554|                               // e.g. on Thinkpad Helix, tool ID will be 0 and serial will be 1
# 1555|                               if (!tool)
# 1556|->                                 tool = ptr[_WACSER_LAST_TOOL_SERIAL];
# 1557|                               auto *dev = qobject_cast<const QPointingDevice *>(QInputDevicePrivate::fromId(tabletData->deviceId));
# 1558|                               Q_ASSERT(dev);

Error: CLANG_WARNING: [#def970]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/sql/kernel/qsqlquery.cpp:213:9: warning[cplusplus.NewDelete]: Argument to 'delete' is the address of a global variable, which is not memory allocated by 'new'
#  211|   {
#  212|       if (d && !d->ref.deref())
#  213|->         delete d;
#  214|   }
#  215|   

Error: CLANG_WARNING: [#def971]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/testlib/qtestcase.cpp:3572:5: warning[cplusplus.NewDeleteLeaks]: Potential leak of memory pointed to by 'msg'
# 3570|       }
# 3571|       char *msg = new char[strlen(str) + 1];
# 3572|->     return qstrcpy(msg, str);
# 3573|   }
# 3574|   

Error: CLANG_WARNING: [#def972]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/moc/moc.cpp:868:26: warning[deadcode.DeadStores]: Although the value stored to 't' is used in the enclosing expression, the value is never actually read from 't'
#  866|               FunctionDef::Access access = FunctionDef::Private;
#  867|               while (inClass(&def) && hasNext()) {
#  868|->                 switch ((t = next())) {
#  869|                   case PRIVATE:
#  870|                       access = FunctionDef::Private;

Error: CLANG_WARNING: [#def973]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/moc/preprocessor.cpp:316:25: warning[deadcode.DeadStores]: Value stored to 'column' is never read
#  314|                   case WHITESPACE:
#  315|                       if (column == 1)
#  316|->                         column = 0;
#  317|                       while (*data && (*data == ' ' || *data == '\t'))
#  318|                           ++data;

Error: CLANG_WARNING: [#def974]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/moc/preprocessor.cpp:465:17: warning[deadcode.DeadStores]: Value stored to 'token' is never read
#  463|                       ++data;
#  464|                   }
#  465|->                 token = PP_WHITESPACE; // one comment, one whitespace
#  466|                   Q_FALLTHROUGH();
#  467|               case PP_WHITESPACE:

Error: CLANG_WARNING: [#def975]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:80:15: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#   78|   
#   79|         _M_current_value = text;
#   80|->       return (token = STRING_LITERAL);
#   81|       }
#   82|   

Error: CLANG_WARNING: [#def976]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:89:15: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#   87|         while (ch.isLetterOrNumber () || ch == u'_' || ch == u'.');
#   88|         _M_current_value = text;
#   89|->       return (token = ID);
#   90|       }
#   91|   

Error: CLANG_WARNING: [#def977]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:103:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  101|   
#  102|         if (text == "token_prefix"_L1)
#  103|->         return (token = TOKEN_PREFIX);
#  104|         else if (text == "merged_output"_L1)
#  105|           return (token = MERGED_OUTPUT);

Error: CLANG_WARNING: [#def978]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:105:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  103|           return (token = TOKEN_PREFIX);
#  104|         else if (text == "merged_output"_L1)
#  105|->         return (token = MERGED_OUTPUT);
#  106|         else if (text == "token"_L1)
#  107|           return (token = TOKEN);

Error: CLANG_WARNING: [#def979]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:107:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  105|           return (token = MERGED_OUTPUT);
#  106|         else if (text == "token"_L1)
#  107|->         return (token = TOKEN);
#  108|         else if (text == "start"_L1)
#  109|           return (token = START);

Error: CLANG_WARNING: [#def980]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:109:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  107|           return (token = TOKEN);
#  108|         else if (text == "start"_L1)
#  109|->         return (token = START);
#  110|         else if (text == "parser"_L1)
#  111|           return (token = PARSER);

Error: CLANG_WARNING: [#def981]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:111:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  109|           return (token = START);
#  110|         else if (text == "parser"_L1)
#  111|->         return (token = PARSER);
#  112|         else if (text == "decl"_L1)
#  113|           return (token = DECL_FILE);

Error: CLANG_WARNING: [#def982]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:113:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  111|           return (token = PARSER);
#  112|         else if (text == "decl"_L1)
#  113|->         return (token = DECL_FILE);
#  114|         else if (text == "impl"_L1)
#  115|           return (token = IMPL_FILE);

Error: CLANG_WARNING: [#def983]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:115:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  113|           return (token = DECL_FILE);
#  114|         else if (text == "impl"_L1)
#  115|->         return (token = IMPL_FILE);
#  116|         else if (text == "expect"_L1)
#  117|           return (token = EXPECT);

Error: CLANG_WARNING: [#def984]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:117:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  115|           return (token = IMPL_FILE);
#  116|         else if (text == "expect"_L1)
#  117|->         return (token = EXPECT);
#  118|         else if (text == "expect-rr"_L1)
#  119|           return (token = EXPECT_RR);

Error: CLANG_WARNING: [#def985]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:119:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  117|           return (token = EXPECT);
#  118|         else if (text == "expect-rr"_L1)
#  119|->         return (token = EXPECT_RR);
#  120|         else if (text == "left"_L1)
#  121|           return (token = LEFT);

Error: CLANG_WARNING: [#def986]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:121:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  119|           return (token = EXPECT_RR);
#  120|         else if (text == "left"_L1)
#  121|->         return (token = LEFT);
#  122|         else if (text == "right"_L1)
#  123|           return (token = RIGHT);

Error: CLANG_WARNING: [#def987]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:123:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  121|           return (token = LEFT);
#  122|         else if (text == "right"_L1)
#  123|->         return (token = RIGHT);
#  124|         else if (text == "nonassoc"_L1)
#  125|           return (token = NONASSOC);

Error: CLANG_WARNING: [#def988]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:125:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  123|           return (token = RIGHT);
#  124|         else if (text == "nonassoc"_L1)
#  125|->         return (token = NONASSOC);
#  126|         else if (text == "prec"_L1)
#  127|           return (token = PREC);

Error: CLANG_WARNING: [#def989]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:127:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  125|           return (token = NONASSOC);
#  126|         else if (text == "prec"_L1)
#  127|->         return (token = PREC);
#  128|         else
#  129|           {

Error: CLANG_WARNING: [#def990]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:149:17: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  147|         inp ();
#  148|         if (ch != u'=')
#  149|->         return (token = ERROR);
#  150|         inp ();
#  151|         return (token = COLON);

Error: CLANG_WARNING: [#def991]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:151:15: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  149|           return (token = ERROR);
#  150|         inp ();
#  151|->       return (token = COLON);
#  152|       }
#  153|   

Error: CLANG_WARNING: [#def992]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:178:21: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  176|   
#  177|             if (ch != u'/')
#  178|->             return (token = ERROR);
#  179|   
#  180|             inp ();

Error: CLANG_WARNING: [#def993]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:185:23: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  183|               {
#  184|                 _M_current_value = text;
#  185|->               return (token = DECL);
#  186|               }
#  187|             else

Error: CLANG_WARNING: [#def994]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:217:21: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  215|   
#  216|             if (ch != u'/')
#  217|->             return (token = ERROR);
#  218|   
#  219|             inp ();

Error: CLANG_WARNING: [#def995]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:224:23: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  222|               {
#  223|                 _M_current_value = text;
#  224|->               return (token = IMPL);
#  225|               }
#  226|             else

Error: CLANG_WARNING: [#def996]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:233:13: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  231|     switch (token) {
#  232|     case ':':
#  233|->     return (token = COLON);
#  234|   
#  235|     case ';':

Error: CLANG_WARNING: [#def997]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:236:13: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  234|   
#  235|     case ';':
#  236|->     return (token = SEMICOLON);
#  237|   
#  238|     case '|':

Error: CLANG_WARNING: [#def998]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/qlalr/recognizer.cpp:239:13: warning[deadcode.DeadStores]: Although the value stored to 'token' is used in the enclosing expression, the value is never actually read from 'token'
#  237|   
#  238|     case '|':
#  239|->     return (token = OR);
#  240|   
#  241|     default:

Error: CPPCHECK_WARNING: [#def999]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/syncqt/main.cpp: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING: [#def1000]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/syncqt/main.cpp:1843:5: warning[core.StackAddressEscape]: Address of stack memory associated with local variable 'options' is still referred to by the static variable 'paths' upon returning to the caller.  This will be a dangling reference
# 1841|   
# 1842|       SyncScanner scanner = SyncScanner(&options);
# 1843|->     return scanner.sync();
# 1844|   }

Error: CLANG_WARNING: [#def1001]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/tools/tracepointgen/parser.cpp:47:9: warning[deadcode.DeadStores]: Value stored to 'cur' is never read
#   45|               return true;
#   46|           }
#   47|->         cur = data.indexOf(QLatin1Char(' '), cur + 1);
#   48|       }
#   49|       return false;

Error: CLANG_WARNING: [#def1002]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/dialogs/qcolordialog.cpp:335:5: warning[deadcode.DeadStores]: Value stored to 'b' is never read
#  333|       opt.state = QStyle::State_Enabled | QStyle::State_Sunken;
#  334|       style()->drawPrimitive(QStyle::PE_Frame, &opt, p, this);
#  335|->     b += dfw;
#  336|   
#  337|       if ((row == curRow) && (col == curCol)) {

Error: CLANG_WARNING: [#def1003]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/graphicsview/qgraphicswidget_p.cpp:420:11: warning[deadcode.DeadStores]: Value stored to 'middlew' during its initialization is never read
#  418|       qreal maxh = current.height();
#  419|   
#  420|->     qreal middlew = maxw;
#  421|       qreal middleh = maxh;
#  422|       qreal min_hfw;

Error: CLANG_WARNING: [#def1004]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/graphicsview/qgraphicswidget_p.cpp:421:11: warning[deadcode.DeadStores]: Value stored to 'middleh' during its initialization is never read
#  419|   
#  420|       qreal middlew = maxw;
#  421|->     qreal middleh = maxh;
#  422|       qreal min_hfw;
#  423|       min_hfw = minimumHeightForWidth(maxw, minh, maxh, widget);

Error: CLANG_WARNING: [#def1005]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/graphicsview/qgraphicswidget_p.cpp:423:5: warning[deadcode.DeadStores]: Value stored to 'min_hfw' is never read
#  421|       qreal middleh = maxh;
#  422|       qreal min_hfw;
#  423|->     min_hfw = minimumHeightForWidth(maxw, minh, maxh, widget);
#  424|   
#  425|       do {

Error: CLANG_WARNING: [#def1006]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qdrawutil.cpp:1030:11: warning[deadcode.DeadStores]: Value stored to 'dx' during its initialization is never read
# 1028|       yTarget[rows] = targetRect.top() + targetRect.height();
# 1029|   
# 1030|->     qreal dx = targetCenterWidth;
# 1031|       qreal dy = targetCenterHeight;
# 1032|   

Error: CLANG_WARNING: [#def1007]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qdrawutil.cpp:1031:11: warning[deadcode.DeadStores]: Value stored to 'dy' during its initialization is never read
# 1029|   
# 1030|       qreal dx = targetCenterWidth;
# 1031|->     qreal dy = targetCenterHeight;
# 1032|   
# 1033|       switch (rules.horizontal) {

Error: CLANG_WARNING: [#def1008]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qfusionstyle.cpp:1716:17: warning[deadcode.DeadStores]: Value stored to 'x1' is never read
# 1714|                   rect = QRect(tmp.y(), tmp.x(), tmp.height(), tmp.width());
# 1715|                   int temp = x1;
# 1716|->                 x1 = y1;
# 1717|                   y1 = temp;
# 1718|                   temp = x2;

Error: CLANG_WARNING: [#def1009]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qfusionstyle.cpp:1717:17: warning[deadcode.DeadStores]: Value stored to 'y1' is never read
# 1715|                   int temp = x1;
# 1716|                   x1 = y1;
# 1717|->                 y1 = temp;
# 1718|                   temp = x2;
# 1719|                   x2 = y2;

Error: CLANG_WARNING: [#def1010]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qfusionstyle.cpp:1719:17: warning[deadcode.DeadStores]: Value stored to 'x2' is never read
# 1717|                   y1 = temp;
# 1718|                   temp = x2;
# 1719|->                 x2 = y2;
# 1720|                   y2 = temp;
# 1721|               }

Error: CLANG_WARNING: [#def1011]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/styles/qfusionstyle.cpp:1720:17: warning[deadcode.DeadStores]: Value stored to 'y2' is never read
# 1718|                   temp = x2;
# 1719|                   x2 = y2;
# 1720|->                 y2 = temp;
# 1721|               }
# 1722|   

Error: CLANG_WARNING: [#def1012]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/util/qscroller.cpp:1911:21: warning[deadcode.DeadStores]: Value stored to 'bestSnapPosDist' is never read
# 1909|                       qAbs(snapPosDist) < bestSnapPosDist ) {
# 1910|                       bestSnapPos = snapPos;
# 1911|->                     bestSnapPosDist = qAbs(snapPosDist);
# 1912|                   }
# 1913|               }

Error: CLANG_WARNING: [#def1013]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/util/qscroller.cpp:1958:21: warning[deadcode.DeadStores]: Value stored to 'bestSnapPosDist' is never read
# 1956|                       qAbs(snapPosDist) < bestSnapPosDist) {
# 1957|                       bestSnapPos = snapPos;
# 1958|->                     bestSnapPosDist = qAbs(snapPosDist);
# 1959|                   }
# 1960|               }

Error: CLANG_WARNING: [#def1014]
qt6-qtbase-6.7.2-build/qtbase-everywhere-src-6.7.2/src/widgets/widgets/qtoolbararealayout.cpp:377:21: warning[deadcode.DeadStores]: Value stored to 'newPos' during its initialization is never read
#  375|               QToolBarAreaLayoutItem &current = line.toolBarItems[k];
#  376|               if (current.widgetItem->widget() == toolbar) {
#  377|->                 int newPos = current.pos;
#  378|   
#  379|                   if (previousIndex >= 0) {

Scan Properties

analyzer-version-clang18.1.7
analyzer-version-cppcheck2.14.2
analyzer-version-gcc14.1.1
analyzer-version-gcc-analyzer14.1.1
analyzer-version-shellcheck0.10.0
enabled-pluginsclang, cppcheck, gcc, shellcheck
exit-code0
hostip-172-16-1-169.us-west-2.compute.internal
mock-configfedora-41-x86_64
project-nameqt6-qtbase-6.7.2-1.fc41
store-results-to/tmp/tmpb3x0bzu_/qt6-qtbase-6.7.2-1.fc41.tar.xz
time-created2024-07-03 18:38:32
time-finished2024-07-03 19:38:26
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-41-x86_64' '-t' 'cppcheck,gcc,clang,shellcheck' '-o' '/tmp/tmpb3x0bzu_/qt6-qtbase-6.7.2-1.fc41.tar.xz' '--gcc-analyze' '/tmp/tmpb3x0bzu_/qt6-qtbase-6.7.2-1.fc41.src.rpm'
tool-versioncsmock-3.5.3-1.el9