Fixed findings

List of Findings

Error: COMPILER_WARNING (CWE-477): [#def1]
qtwebengine-everywhere-src-6.8.2/examples/webenginequick/quicknanobrowser/main.cpp: scope_hint: In function ‘QUrl startupUrl()’
qtwebengine-everywhere-src-6.8.2/examples/webenginequick/quicknanobrowser/main.cpp:22:39: warning[-Wdeprecated-declarations]: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList<QString>; typename std::add_const<_Tp>::type = const QList<QString>]’ is deprecated: Use std::as_const() instead.
#   22 |     for (const QString &arg : qAsConst(args)) {
#      |                               ~~~~~~~~^~~~~~
/usr/include/qt6/QtCore/qforeach.h:11: included_from: Included from here.
/usr/include/qt6/QtCore/qglobal.h:55: included_from: Included from here.
/usr/include/qt6/QtQml/qtqmlglobal.h:8: included_from: Included from here.
/usr/include/qt6/QtQml/qjsprimitivevalue.h:7: included_from: Included from here.
/usr/include/qt6/QtQml/qqmlprivate.h:18: included_from: Included from here.
/usr/include/qt6/QtQml/qqml.h:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/examples/webenginequick/quicknanobrowser/utils.h:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/examples/webenginequick/quicknanobrowser/main.cpp:4: included_from: Included from here.
/usr/include/qt6/QtCore/qttypetraits.h:40:45: note: declared here
#   40 | constexpr typename std::add_const<T>::type &qAsConst(T &t) noexcept { return t; }
#      |                                             ^~~~~~~~
#   20|       QStringList args(qApp->arguments());
#   21|       args.takeFirst();
#   22|->     for (const QString &arg : qAsConst(args)) {
#   23|           if (arg.startsWith(QLatin1Char('-')))
#   24|                continue;

Error: COMPILER_WARNING: [#def2]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_8t_intrin_avx2.c:65:15: note[note]: called from here
#   63|   
#   64|   static INLINE __m256i xx_loadu2_mi128(const void *hi, const void *lo) {
#   65|->   __m256i a = _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)(lo)));
#   66|     a = _mm256_inserti128_si256(a, _mm_loadu_si128((const __m128i *)(hi)), 1);
#   67|     return a;

Error: COMPILER_WARNING: [#def3]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/aom_subpixel_8t_intrin_avx2.c:66:7: note[note]: called from here
#   64|   static INLINE __m256i xx_loadu2_mi128(const void *hi, const void *lo) {
#   65|     __m256i a = _mm256_castsi128_si256(_mm_loadu_si128((const __m128i *)(lo)));
#   66|->   a = _mm256_inserti128_si256(a, _mm_loadu_si128((const __m128i *)(hi)), 1);
#   67|     return a;
#   68|   }

Error: COMPILER_WARNING: [#def4]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/fft_avx2.c:23:1: note[note]: called from here
#   21|   
#   22|   // Generate the 1d forward transforms for float using _mm256
#   23|-> GEN_FFT_8(static INLINE void, avx2, float, __m256, _mm256_load_ps,
#   24|             _mm256_store_ps, _mm256_set1_ps, _mm256_add_ps, _mm256_sub_ps,
#   25|             _mm256_mul_ps)

Error: COMPILER_WARNING: [#def5]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_avx2.c:71:16: note[note]: called from here
#   69|   
#   70|   static INLINE __m256i xx_loadu2_m128i(const void *hi, const void *lo) {
#   71|->   __m128i a0 = _mm_lddqu_si128((const __m128i *)(lo));
#   72|     __m128i a1 = _mm_lddqu_si128((const __m128i *)(hi));
#   73|     __m256i a = _mm256_castsi128_si256(a0);

Error: COMPILER_WARNING: [#def6]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_avx2.c:72:16: note[note]: called from here
#   70|   static INLINE __m256i xx_loadu2_m128i(const void *hi, const void *lo) {
#   71|     __m128i a0 = _mm_lddqu_si128((const __m128i *)(lo));
#   72|->   __m128i a1 = _mm_lddqu_si128((const __m128i *)(hi));
#   73|     __m256i a = _mm256_castsi128_si256(a0);
#   74|     return _mm256_inserti128_si256(a, a1, 1);

Error: COMPILER_WARNING: [#def7]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_avx2.c:73:15: note[note]: called from here
#   71|     __m128i a0 = _mm_lddqu_si128((const __m128i *)(lo));
#   72|     __m128i a1 = _mm_lddqu_si128((const __m128i *)(hi));
#   73|->   __m256i a = _mm256_castsi128_si256(a0);
#   74|     return _mm256_inserti128_si256(a, a1, 1);
#   75|   }

Error: COMPILER_WARNING: [#def8]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/masked_sad_intrin_avx2.c:74:10: note[note]: called from here
#   72|     __m128i a1 = _mm_lddqu_si128((const __m128i *)(hi));
#   73|     __m256i a = _mm256_castsi128_si256(a0);
#   74|->   return _mm256_inserti128_si256(a, a1, 1);
#   75|   }
#   76|   

Error: COMPILER_WARNING: [#def9]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/synonyms_avx2.h:53:10: note[note]: called from here
#   51|     return _mm256_set_epi32(0, a, 0, a, 0, a, 0, a);
#   52|   #else
#   53|->   return _mm256_set1_epi64x((uint32_t)a);
#   54|   #endif
#   55|   }

Error: GCC_ANALYZER_WARNING (CWE-688): [#def10]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:19:3: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘f’ where non-null expected
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:48:6: enter_function: entry to ‘av1_print_modes_and_motion_vectors’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:50:15: acquire_memory: this call could return NULL
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:55:3: call_function: calling ‘print_mi_data’ from ‘av1_print_modes_and_motion_vectors’
#argument 2 of ‘__builtin_fputs’ must be non-null
#   17|   
#   18|   static void log_frame_info(AV1_COMMON *cm, const char *str, FILE *f) {
#   19|->   fprintf(f, "%s", str);
#   20|     fprintf(f, "(Frame %u, Show:%d, Q:%d): \n", cm->current_frame.frame_number,
#   21|             cm->show_frame, cm->quant_params.base_qindex);

Error: COMPILER_WARNING: [#def11] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:27:15: error[error]: unknown type name ‘__m256i’
#   25|   (x7^2+y2^7)*C7 + (x8^2+0^2)*C8 on each 128-bit lane. Here the C1..C8 constants
#   26|   are in const1 and const2. */
#   27|-> static INLINE __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   28|                                               __m256i *partialb,
#   29|                                               const __m256i *const1,

Error: COMPILER_WARNING: [#def12] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:27:45: error[error]: unknown type name ‘__m256i’
#   25|   (x7^2+y2^7)*C7 + (x8^2+0^2)*C8 on each 128-bit lane. Here the C1..C8 constants
#   26|   are in const1 and const2. */
#   27|-> static INLINE __m256i fold_mul_and_sum_avx2(__m256i *partiala,
#   28|                                               __m256i *partialb,
#   29|                                               const __m256i *const1,

Error: COMPILER_WARNING: [#def13] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:52:15: error[error]: unknown type name ‘__m256i’
#   50|   }
#   51|   
#   52|-> static INLINE __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   53|                                    __m256i *x3) {
#   54|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def14] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:52:34: error[error]: unknown type name ‘__m256i’
#   50|   }
#   51|   
#   52|-> static INLINE __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   53|                                    __m256i *x3) {
#   54|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def15] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:52:47: error[error]: unknown type name ‘__m256i’
#   50|   }
#   51|   
#   52|-> static INLINE __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   53|                                    __m256i *x3) {
#   54|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def16] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:52:60: error[error]: unknown type name ‘__m256i’
#   50|   }
#   51|   
#   52|-> static INLINE __m256i hsum4_avx2(__m256i *x0, __m256i *x1, __m256i *x2,
#   53|                                    __m256i *x3) {
#   54|     const __m256i t0 = _mm256_unpacklo_epi32(*x0, *x1);

Error: COMPILER_WARNING: [#def17] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:69:15: error[error]: unknown type name ‘__m256i’
#   67|   /* Computes cost for directions 0, 5, 6 and 7. We can call this function again
#   68|   to compute the remaining directions. */
#   69|-> static INLINE __m256i compute_directions_avx2(__m256i *lines,
#   70|                                                 int32_t cost_frist_8x8[4],
#   71|                                                 int32_t cost_second_8x8[4]) {

Error: COMPILER_WARNING: [#def18] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:69:47: error[error]: unknown type name ‘__m256i’
#   67|   /* Computes cost for directions 0, 5, 6 and 7. We can call this function again
#   68|   to compute the remaining directions. */
#   69|-> static INLINE __m256i compute_directions_avx2(__m256i *lines,
#   70|                                                 int32_t cost_frist_8x8[4],
#   71|                                                 int32_t cost_second_8x8[4]) {

Error: COMPILER_WARNING: [#def19] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:151:53: error[error]: unknown type name ‘__m256i’
#  149|   /* transpose and reverse the order of the lines -- equivalent to a 90-degree
#  150|   counter-clockwise rotation of the pixels. */
#  151|-> static INLINE void array_reverse_transpose_8x8_avx2(__m256i *in, __m256i *res) {
#  152|     const __m256i tr0_0 = _mm256_unpacklo_epi16(in[0], in[1]);
#  153|     const __m256i tr0_1 = _mm256_unpacklo_epi16(in[2], in[3]);

Error: COMPILER_WARNING: [#def20] [important]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/x86/cdef_block_avx2.c:151:66: error[error]: unknown type name ‘__m256i’
#  149|   /* transpose and reverse the order of the lines -- equivalent to a 90-degree
#  150|   counter-clockwise rotation of the pixels. */
#  151|-> static INLINE void array_reverse_transpose_8x8_avx2(__m256i *in, __m256i *res) {
#  152|     const __m256i tr0_0 = _mm256_unpacklo_epi16(in[0], in[1]);
#  153|     const __m256i tr0_1 = _mm256_unpacklo_epi16(in[2], in[3]);

Error: GCC_ANALYZER_WARNING (CWE-476): [#def21]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5206:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5136:10: enter_function: entry to ‘av1_decode_frame_headers_and_setup’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5157:28: branch_true: following ‘true’ branch (when ‘i != 8’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5158:5: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5163:3: call_function: calling ‘read_uncompressed_header’ from ‘av1_decode_frame_headers_and_setup’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5163:3: return_function: returning to ‘av1_decode_frame_headers_and_setup’ from ‘read_uncompressed_header’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5184:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5195:3: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5202:6: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5206:15: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/decoder/decodeframe.c:5206:5: danger: dereference of NULL ‘get_primary_ref_frame_buf(cm)’
# 5204|       *cm->fc = *cm->default_frame_context;
# 5205|     } else {
# 5206|->     *cm->fc = get_primary_ref_frame_buf(cm)->frame_context;
# 5207|     }
# 5208|     if (!cm->fc->initialized)

Error: COMPILER_WARNING: [#def22]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c:246:11: note[note]: called from here
#  244|       vf1_128 = _mm_loadu_si128((__m128i *)(src1));
#  245|       vf2_128 = _mm_loadu_si128((__m128i *)(src2));
#  246|->     vf1 = _mm256_cvtepu8_epi16(vf1_128);
#  247|       vf2 = _mm256_cvtepu8_epi16(vf2_128);
#  248|       vdiff1 = _mm256_sub_epi16(vf1, vf2);

Error: COMPILER_WARNING: [#def23]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c:247:11: note[note]: called from here
#  245|       vf2_128 = _mm_loadu_si128((__m128i *)(src2));
#  246|       vf1 = _mm256_cvtepu8_epi16(vf1_128);
#  247|->     vf2 = _mm256_cvtepu8_epi16(vf2_128);
#  248|       vdiff1 = _mm256_sub_epi16(vf1, vf2);
#  249|       vsqdiff1 = _mm256_mullo_epi16(vdiff1, vdiff1);

Error: COMPILER_WARNING: [#def24]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c:248:14: note[note]: called from here
#  246|       vf1 = _mm256_cvtepu8_epi16(vf1_128);
#  247|       vf2 = _mm256_cvtepu8_epi16(vf2_128);
#  248|->     vdiff1 = _mm256_sub_epi16(vf1, vf2);
#  249|       vsqdiff1 = _mm256_mullo_epi16(vdiff1, vdiff1);
#  250|   

Error: COMPILER_WARNING: [#def25]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c:249:16: note[note]: called from here
#  247|       vf2 = _mm256_cvtepu8_epi16(vf2_128);
#  248|       vdiff1 = _mm256_sub_epi16(vf1, vf2);
#  249|->     vsqdiff1 = _mm256_mullo_epi16(vdiff1, vdiff1);
#  250|   
#  251|       _mm256_storeu_si256((__m256i *)(dst), vsqdiff1);

Error: COMPILER_WARNING: [#def26]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/temporal_filter_avx2.c:251:5: note[note]: called from here
#  249|       vsqdiff1 = _mm256_mullo_epi16(vdiff1, vdiff1);
#  250|   
#  251|->     _mm256_storeu_si256((__m256i *)(dst), vsqdiff1);
#  252|       // Set zero to uninitialized memory to avoid uninitialized loads later
#  253|       *(int *)(dst + 16) = _mm_cvtsi128_si32(_mm_setzero_si128());

Error: GCC_ANALYZER_WARNING (CWE-476): [#def27]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:4717:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘marker_info’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12783:17: enter_function: entry to ‘opj_j2k_write_first_tile_part’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12810:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12816:24: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12849:11: call_function: calling ‘opj_j2k_write_sod’ from ‘opj_j2k_write_first_tile_part’
# 4715|       Lplt = 3;
# 4716|   
# 4717|->     for (i = 0; i < marker_info->packet_count; i++) {
# 4718|           OPJ_BYTE var_bytes[5];
# 4719|           OPJ_UINT8 var_bytes_size = 0;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def28]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘l_current_tile_no’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11673:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11674:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11675:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11676:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11678:15: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11678:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: danger: use of uninitialized value ‘l_current_tile_no’ here
#11688|           }
#11689|   
#11690|->         if (! opj_j2k_decode_tile(p_j2k, l_current_tile_no, NULL, 0,
#11691|                                     p_stream, p_manager)) {
#11692|               opj_event_msg(p_manager, EVT_ERROR, "Failed to decode tile 1/1\n");

Error: GCC_ANALYZER_WARNING (CWE-476): [#def29]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_dirinfo.c:602:51: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_dirinfo.c:880:18: enter_function: entry to ‘_TIFFFindOrRegisterField’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_dirinfo.c:887:8: branch_true: following ‘true’ branch (when ‘fld’ is NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_dirinfo.c:889:15: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_dirinfo.c:890:14: call_function: calling ‘_TIFFMergeFields’ from ‘_TIFFFindOrRegisterField’
#  600|       for (i = 0; i < n; i++)
#  601|       {
#  602|->         const TIFFField *fip = TIFFFindField(tif, info[i].field_tag, TIFF_ANY);
#  603|   
#  604|           /* only add definitions that aren't already present */

Error: GCC_ANALYZER_WARNING (CWE-126): [#def30]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:648:5: warning[-Wanalyzer-out-of-bounds]: buffer over-read
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1597:12: enter_function: entry to ‘Fax4PostEncode’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1602:5: call_function: calling ‘Fax3PutBits’ from ‘Fax4PostEncode’
#  646|       int data = sp->data;
#  647|   
#  648|->     _PutBits(tif, bits, length);
#  649|   
#  650|       sp->data = data;

Error: GCC_ANALYZER_WARNING (CWE-126): [#def31]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:694:9: warning[-Wanalyzer-out-of-bounds]: buffer over-read
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1127:12: enter_function: entry to ‘Fax3Encode’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1132:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1137:12: branch_true: following ‘true’ branch (when ‘cc > 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1139:14: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1144:12: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1146:17: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1146:16: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1148:22: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_fax3.c:1148:22: call_function: calling ‘Fax3Encode1DRow’ from ‘Fax3Encode’
#  692|           DEBUG_PRINT("MakeUp", te->runlen);
#  693|   #endif
#  694|->         _PutBits(tif, code, length);
#  695|           span -= te->runlen;
#  696|       }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def32]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:109:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lastliteral’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:82:12: branch_true: following ‘true’ branch (when ‘cc > 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:87:14: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:16: branch_true: following ‘true’ branch (when ‘cc != 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:31: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:123:20: branch_true: following ‘true’ branch (when ‘n > 1’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: following ‘true’ branch (when ‘n > 128’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:128:25: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:105:20: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:107:17: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:108:24: branch_true: following ‘true’ branch (when ‘slop > 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:109:30: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:109:29: danger: dereference of NULL ‘lastliteral’
#  107|                   op = tif->tif_rawcp;
#  108|                   while (slop-- > 0)
#  109|->                     *op++ = *lastliteral++;
#  110|                   lastliteral = tif->tif_rawcp;
#  111|               }

Error: GCC_ANALYZER_WARNING (CWE-476): [#def33]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:160:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lastliteral’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:82:12: branch_true: following ‘true’ branch (when ‘cc > 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:87:14: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:16: branch_true: following ‘true’ branch (when ‘cc != 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:31: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:123:20: branch_true: following ‘true’ branch (when ‘n > 1’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: following ‘true’ branch (when ‘n > 128’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:128:25: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:145:20: branch_false: following ‘false’ branch (when ‘n <= 1’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:160:27: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:160:27: danger: dereference of NULL ‘lastliteral’
#  158|                   else
#  159|                   { /* extend literal */
#  160|->                     if (++(*lastliteral) == 127)
#  161|                           state = BASE;
#  162|                       *op++ = (uint8_t)b;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def34]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:193:56: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘lastliteral’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:82:12: branch_true: following ‘true’ branch (when ‘cc > 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:87:14: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:16: branch_true: following ‘true’ branch (when ‘cc != 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:90:31: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:123:20: branch_true: following ‘true’ branch (when ‘n > 1’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:126:24: branch_true: following ‘true’ branch (when ‘n > 128’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:128:25: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:101:16: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:114:17: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:115:20: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:117:17: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/tif_packbits.c:193:56: danger: dereference of NULL ‘lastliteral’
#  191|                    * to a single literal.
#  192|                    */
#  193|->                 if (n == 1 && op[-2] == (uint8_t)-1 && *lastliteral < 126)
#  194|                   {
#  195|                       state = (((*lastliteral) += 2) == 127 ? BASE : LITERAL);

Error: COMPILER_WARNING: [#def35]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:79:25: note[note]: called from here
#   77|       const __m128i vmask1 = _mm_cmpgt_epi16(vnonsign1, vdenorm_cutoff);
#   78|   
#   79|->     const __m128i vf0 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign0),
#   80|         _mm_blendv_epi8(vdenorm0, vnorm0, _mm_cvtepi16_epi32(vmask0)));
#   81|       const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),

Error: COMPILER_WARNING: [#def36]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:81:25: note[note]: called from here
#   79|       const __m128i vf0 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign0),
#   80|         _mm_blendv_epi8(vdenorm0, vnorm0, _mm_cvtepi16_epi32(vmask0)));
#   81|->     const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),
#   82|         _mm_blendv_epi8(vdenorm1, vnorm1, _mm_unpackhi_epi16(vmask0, vmask0)));
#   83|       const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),

Error: COMPILER_WARNING: [#def37]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:83:25: note[note]: called from here
#   81|       const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),
#   82|         _mm_blendv_epi8(vdenorm1, vnorm1, _mm_unpackhi_epi16(vmask0, vmask0)));
#   83|->     const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),
#   84|         _mm_blendv_epi8(vdenorm2, vnorm2, _mm_cvtepi16_epi32(vmask1)));
#   85|       const __m128i vf3 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign1),

Error: COMPILER_WARNING: [#def38]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:85:25: note[note]: called from here
#   83|       const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),
#   84|         _mm_blendv_epi8(vdenorm2, vnorm2, _mm_cvtepi16_epi32(vmask1)));
#   85|->     const __m128i vf3 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign1),
#   86|         _mm_blendv_epi8(vdenorm3, vnorm3, _mm_unpackhi_epi16(vmask1, vmask1)));
#   87|   

Error: COMPILER_WARNING: [#def39]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:113:27: note[note]: called from here
#  111|       const __m128i vmask = _mm_cmpgt_epi16(vnonsign, vdenorm_cutoff);
#  112|   
#  113|->     const __m128i vf_lo = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign),
#  114|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  115|   

Error: COMPILER_WARNING: [#def40]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:116:27: note[note]: called from here
#  114|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  115|   
#  116|->     const __m128i vf_hi = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign),
#  117|         _mm_blendv_epi8(vdenorm_hi, vnorm_hi, _mm_unpackhi_epi16(vmask, vmask)));
#  118|   

Error: COMPILER_WARNING: [#def41]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:141:18: note[note]: called from here
#  139|       const __m128i vmask = _mm_cmpgt_epi16(vnonsign, vdenorm_cutoff);
#  140|   
#  141|->     __m128i vf = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign),
#  142|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  143|   

Error: COMPILER_WARNING: [#def42]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx.c:148:12: note[note]: called from here
#  146|         output += 4;
#  147|   
#  148|->       vf = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign),
#  149|           _mm_blendv_epi8(vdenorm_hi, vnorm_hi, _mm_unpackhi_epi16(vmask, vmask)));
#  150|       }

Error: COMPILER_WARNING: [#def43]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:55:29: note[note]: called from here
#   53|   
#   54|     do {
#   55|->     __m256 vacc0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#   56|       __m256 vacc0x89ABCDEF = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) ((const uint16_t*) w + 8)));
#   57|       w = (const uint16_t*) w + 16;

Error: COMPILER_WARNING: [#def44]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:56:29: note[note]: called from here
#   54|     do {
#   55|       __m256 vacc0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#   56|->     __m256 vacc0x89ABCDEF = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) ((const uint16_t*) w + 8)));
#   57|       w = (const uint16_t*) w + 16;
#   58|   

Error: COMPILER_WARNING: [#def45]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:61:26: note[note]: called from here
#   59|       size_t k = kc;
#   60|       do {
#   61|->       const __m256 va0 = _mm256_cvtph_ps(_mm_set1_epi16((short) *a0));
#   62|         a0 += 1;
#   63|   

Error: COMPILER_WARNING: [#def46]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:64:33: note[note]: called from here
#   62|         a0 += 1;
#   63|   
#   64|->       const __m256 vb01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#   65|         const __m256 vb89ABCDEF = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) ((const uint16_t*) w + 8)));
#   66|         w = (const uint16_t*) w + 16;

Error: COMPILER_WARNING: [#def47]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:65:33: note[note]: called from here
#   63|   
#   64|         const __m256 vb01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#   65|->       const __m256 vb89ABCDEF = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) ((const uint16_t*) w + 8)));
#   66|         w = (const uint16_t*) w + 16;
#   67|   

Error: COMPILER_WARNING: [#def48]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:68:24: note[note]: called from here
#   66|         w = (const uint16_t*) w + 16;
#   67|   
#   68|->       vacc0x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va0, vb01234567, vacc0x01234567), _MM_FROUND_TO_NEAREST_INT));
#   69|         vacc0x89ABCDEF = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va0, vb89ABCDEF, vacc0x89ABCDEF), _MM_FROUND_TO_NEAREST_INT));
#   70|   

Error: COMPILER_WARNING: [#def49]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:69:24: note[note]: called from here
#   67|   
#   68|         vacc0x01234567 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va0, vb01234567, vacc0x01234567), _MM_FROUND_TO_NEAREST_INT));
#   69|->       vacc0x89ABCDEF = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(va0, vb89ABCDEF, vacc0x89ABCDEF), _MM_FROUND_TO_NEAREST_INT));
#   70|   
#   71|         k -= sizeof(uint16_t);

Error: COMPILER_WARNING: [#def50]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:74:25: note[note]: called from here
#   72|       } while (k != 0);
#   73|   
#   74|->     const __m256 vmin = _mm256_load_ps(params->avx.min);
#   75|       vacc0x01234567 = _mm256_max_ps(vacc0x01234567, vmin);
#   76|       vacc0x89ABCDEF = _mm256_max_ps(vacc0x89ABCDEF, vmin);

Error: COMPILER_WARNING: [#def51]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:75:22: note[note]: called from here
#   73|   
#   74|       const __m256 vmin = _mm256_load_ps(params->avx.min);
#   75|->     vacc0x01234567 = _mm256_max_ps(vacc0x01234567, vmin);
#   76|       vacc0x89ABCDEF = _mm256_max_ps(vacc0x89ABCDEF, vmin);
#   77|   

Error: COMPILER_WARNING: [#def52]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:76:22: note[note]: called from here
#   74|       const __m256 vmin = _mm256_load_ps(params->avx.min);
#   75|       vacc0x01234567 = _mm256_max_ps(vacc0x01234567, vmin);
#   76|->     vacc0x89ABCDEF = _mm256_max_ps(vacc0x89ABCDEF, vmin);
#   77|   
#   78|       const __m256 vmax = _mm256_load_ps(params->avx.max);

Error: COMPILER_WARNING: [#def53]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:78:25: note[note]: called from here
#   76|       vacc0x89ABCDEF = _mm256_max_ps(vacc0x89ABCDEF, vmin);
#   77|   
#   78|->     const __m256 vmax = _mm256_load_ps(params->avx.max);
#   79|       vacc0x01234567 = _mm256_min_ps(vacc0x01234567, vmax);
#   80|       vacc0x89ABCDEF = _mm256_min_ps(vacc0x89ABCDEF, vmax);

Error: COMPILER_WARNING: [#def54]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:79:22: note[note]: called from here
#   77|   
#   78|       const __m256 vmax = _mm256_load_ps(params->avx.max);
#   79|->     vacc0x01234567 = _mm256_min_ps(vacc0x01234567, vmax);
#   80|       vacc0x89ABCDEF = _mm256_min_ps(vacc0x89ABCDEF, vmax);
#   81|   

Error: COMPILER_WARNING: [#def55]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:80:22: note[note]: called from here
#   78|       const __m256 vmax = _mm256_load_ps(params->avx.max);
#   79|       vacc0x01234567 = _mm256_min_ps(vacc0x01234567, vmax);
#   80|->     vacc0x89ABCDEF = _mm256_min_ps(vacc0x89ABCDEF, vmax);
#   81|   
#   82|       if XNN_LIKELY(nc >= 16) {

Error: COMPILER_WARNING: [#def56]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:83:7: note[note]: called from here
#   81|   
#   82|       if XNN_LIKELY(nc >= 16) {
#   83|->       _mm_storeu_si128((__m128i*) c0, _mm256_cvtps_ph(vacc0x01234567, _MM_FROUND_TO_NEAREST_INT));
#   84|         _mm_storeu_si128((__m128i*) (c0 + 8), _mm256_cvtps_ph(vacc0x89ABCDEF, _MM_FROUND_TO_NEAREST_INT));
#   85|         c0 = (uint16_t*) ((uintptr_t) c0 + cn_stride);

Error: COMPILER_WARNING: [#def57]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:84:7: note[note]: called from here
#   82|       if XNN_LIKELY(nc >= 16) {
#   83|         _mm_storeu_si128((__m128i*) c0, _mm256_cvtps_ph(vacc0x01234567, _MM_FROUND_TO_NEAREST_INT));
#   84|->       _mm_storeu_si128((__m128i*) (c0 + 8), _mm256_cvtps_ph(vacc0x89ABCDEF, _MM_FROUND_TO_NEAREST_INT));
#   85|         c0 = (uint16_t*) ((uintptr_t) c0 + cn_stride);
#   86|   

Error: COMPILER_WARNING: [#def58]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:91:30: note[note]: called from here
#   89|         nc -= 16;
#   90|       } else {
#   91|->       __m128i vh0x01234567 = _mm256_cvtps_ph(vacc0x01234567, _MM_FROUND_TO_NEAREST_INT);
#   92|         if (nc & 8) {
#   93|           _mm_storeu_si128((__m128i*) c0, vh0x01234567);

Error: COMPILER_WARNING: [#def59]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx2.c:95:24: note[note]: called from here
#   93|           _mm_storeu_si128((__m128i*) c0, vh0x01234567);
#   94|   
#   95|->         vh0x01234567 = _mm256_cvtps_ph(vacc0x89ABCDEF, _MM_FROUND_TO_NEAREST_INT);
#   96|   
#   97|           c0 += 8;

Error: COMPILER_WARNING: [#def60]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:41:23: note[note]: called from here
#   39|     assert(output_width != 0);
#   40|   
#   41|->   const __m512 vmin = _mm512_set1_ps(params->scalar.min);
#   42|     const __m512 vmax = _mm512_set1_ps(params->scalar.max);
#   43|     do {

Error: COMPILER_WARNING: [#def61]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:42:23: note[note]: called from here
#   40|   
#   41|     const __m512 vmin = _mm512_set1_ps(params->scalar.min);
#   42|->   const __m512 vmax = _mm512_set1_ps(params->scalar.max);
#   43|     do {
#   44|       const float* i0 = input[0];

Error: COMPILER_WARNING: [#def62]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:174:39: note[note]: called from here
#  172|       const float* w = weights;
#  173|       for (; c >= 16; c -= 16) {
#  174|->       __m512 vacc0123456789ABCDEFp0 = _mm512_load_ps(w);
#  175|   
#  176|   

Error: COMPILER_WARNING: [#def63]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:177:43: note[note]: called from here
#  175|   
#  176|   
#  177|->       const __m512 vi0x0123456789ABCDEF = _mm512_loadu_ps(i0);
#  178|         i0 += 16;
#  179|   

Error: COMPILER_WARNING: [#def64]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:180:43: note[note]: called from here
#  178|         i0 += 16;
#  179|   
#  180|->       const __m512 vk0x0123456789ABCDEF = _mm512_load_ps(w + 16);
#  181|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  182|   

Error: COMPILER_WARNING: [#def65]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:181:32: note[note]: called from here
#  179|   
#  180|         const __m512 vk0x0123456789ABCDEF = _mm512_load_ps(w + 16);
#  181|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  182|   
#  183|         const __m512 vi1x0123456789ABCDEF = _mm512_loadu_ps(i1);

Error: COMPILER_WARNING: [#def66]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:183:43: note[note]: called from here
#  181|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  182|   
#  183|->       const __m512 vi1x0123456789ABCDEF = _mm512_loadu_ps(i1);
#  184|         i1 += 16;
#  185|   

Error: COMPILER_WARNING: [#def67]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:186:43: note[note]: called from here
#  184|         i1 += 16;
#  185|   
#  186|->       const __m512 vk1x0123456789ABCDEF = _mm512_load_ps(w + 32);
#  187|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  188|   

Error: COMPILER_WARNING: [#def68]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:187:32: note[note]: called from here
#  185|   
#  186|         const __m512 vk1x0123456789ABCDEF = _mm512_load_ps(w + 32);
#  187|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  188|   
#  189|         const __m512 vi2x0123456789ABCDEF = _mm512_loadu_ps(i2);

Error: COMPILER_WARNING: [#def69]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:189:43: note[note]: called from here
#  187|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  188|   
#  189|->       const __m512 vi2x0123456789ABCDEF = _mm512_loadu_ps(i2);
#  190|         i2 += 16;
#  191|   

Error: COMPILER_WARNING: [#def70]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:192:43: note[note]: called from here
#  190|         i2 += 16;
#  191|   
#  192|->       const __m512 vk2x0123456789ABCDEF = _mm512_load_ps(w + 48);
#  193|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  194|   

Error: COMPILER_WARNING: [#def71]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:193:32: note[note]: called from here
#  191|   
#  192|         const __m512 vk2x0123456789ABCDEF = _mm512_load_ps(w + 48);
#  193|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  194|   
#  195|         const __m512 vi3x0123456789ABCDEF = _mm512_loadu_ps(i3);

Error: COMPILER_WARNING: [#def72]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:195:43: note[note]: called from here
#  193|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  194|   
#  195|->       const __m512 vi3x0123456789ABCDEF = _mm512_loadu_ps(i3);
#  196|         i3 += 16;
#  197|   

Error: COMPILER_WARNING: [#def73]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:198:43: note[note]: called from here
#  196|         i3 += 16;
#  197|   
#  198|->       const __m512 vk3x0123456789ABCDEF = _mm512_load_ps(w + 64);
#  199|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  200|   

Error: COMPILER_WARNING: [#def74]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:199:32: note[note]: called from here
#  197|   
#  198|         const __m512 vk3x0123456789ABCDEF = _mm512_load_ps(w + 64);
#  199|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  200|   
#  201|         const __m512 vi4x0123456789ABCDEF = _mm512_loadu_ps(i4);

Error: COMPILER_WARNING: [#def75]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:201:43: note[note]: called from here
#  199|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  200|   
#  201|->       const __m512 vi4x0123456789ABCDEF = _mm512_loadu_ps(i4);
#  202|         i4 += 16;
#  203|   

Error: COMPILER_WARNING: [#def76]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:204:43: note[note]: called from here
#  202|         i4 += 16;
#  203|   
#  204|->       const __m512 vk4x0123456789ABCDEF = _mm512_load_ps(w + 80);
#  205|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  206|   

Error: COMPILER_WARNING: [#def77]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:205:32: note[note]: called from here
#  203|   
#  204|         const __m512 vk4x0123456789ABCDEF = _mm512_load_ps(w + 80);
#  205|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  206|   
#  207|         const __m512 vi5x0123456789ABCDEF = _mm512_loadu_ps(i5);

Error: COMPILER_WARNING: [#def78]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:207:43: note[note]: called from here
#  205|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  206|   
#  207|->       const __m512 vi5x0123456789ABCDEF = _mm512_loadu_ps(i5);
#  208|         i5 += 16;
#  209|   

Error: COMPILER_WARNING: [#def79]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:210:43: note[note]: called from here
#  208|         i5 += 16;
#  209|   
#  210|->       const __m512 vk5x0123456789ABCDEF = _mm512_load_ps(w + 96);
#  211|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  212|   

Error: COMPILER_WARNING: [#def80]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:211:32: note[note]: called from here
#  209|   
#  210|         const __m512 vk5x0123456789ABCDEF = _mm512_load_ps(w + 96);
#  211|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  212|   
#  213|         const __m512 vi6x0123456789ABCDEF = _mm512_loadu_ps(i6);

Error: COMPILER_WARNING: [#def81]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:213:43: note[note]: called from here
#  211|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  212|   
#  213|->       const __m512 vi6x0123456789ABCDEF = _mm512_loadu_ps(i6);
#  214|         i6 += 16;
#  215|   

Error: COMPILER_WARNING: [#def82]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:216:43: note[note]: called from here
#  214|         i6 += 16;
#  215|   
#  216|->       const __m512 vk6x0123456789ABCDEF = _mm512_load_ps(w + 112);
#  217|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  218|   

Error: COMPILER_WARNING: [#def83]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:217:32: note[note]: called from here
#  215|   
#  216|         const __m512 vk6x0123456789ABCDEF = _mm512_load_ps(w + 112);
#  217|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  218|   
#  219|         const __m512 vi7x0123456789ABCDEF = _mm512_loadu_ps(i7);

Error: COMPILER_WARNING: [#def84]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:219:43: note[note]: called from here
#  217|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  218|   
#  219|->       const __m512 vi7x0123456789ABCDEF = _mm512_loadu_ps(i7);
#  220|         i7 += 16;
#  221|   

Error: COMPILER_WARNING: [#def85]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:222:43: note[note]: called from here
#  220|         i7 += 16;
#  221|   
#  222|->       const __m512 vk7x0123456789ABCDEF = _mm512_load_ps(w + 128);
#  223|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  224|   

Error: COMPILER_WARNING: [#def86]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:223:32: note[note]: called from here
#  221|   
#  222|         const __m512 vk7x0123456789ABCDEF = _mm512_load_ps(w + 128);
#  223|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  224|   
#  225|         const __m512 vi8x0123456789ABCDEF = _mm512_loadu_ps(i8);

Error: COMPILER_WARNING: [#def87]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:225:43: note[note]: called from here
#  223|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  224|   
#  225|->       const __m512 vi8x0123456789ABCDEF = _mm512_loadu_ps(i8);
#  226|         i8 += 16;
#  227|   

Error: COMPILER_WARNING: [#def88]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:228:43: note[note]: called from here
#  226|         i8 += 16;
#  227|   
#  228|->       const __m512 vk8x0123456789ABCDEF = _mm512_load_ps(w + 144);
#  229|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  230|   

Error: COMPILER_WARNING: [#def89]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:229:32: note[note]: called from here
#  227|   
#  228|         const __m512 vk8x0123456789ABCDEF = _mm512_load_ps(w + 144);
#  229|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  230|   
#  231|         const __m512 vi9x0123456789ABCDEF = _mm512_loadu_ps(i9);

Error: COMPILER_WARNING: [#def90]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:231:43: note[note]: called from here
#  229|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  230|   
#  231|->       const __m512 vi9x0123456789ABCDEF = _mm512_loadu_ps(i9);
#  232|         i9 += 16;
#  233|   

Error: COMPILER_WARNING: [#def91]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:234:43: note[note]: called from here
#  232|         i9 += 16;
#  233|   
#  234|->       const __m512 vk9x0123456789ABCDEF = _mm512_load_ps(w + 160);
#  235|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  236|   

Error: COMPILER_WARNING: [#def92]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:235:32: note[note]: called from here
#  233|   
#  234|         const __m512 vk9x0123456789ABCDEF = _mm512_load_ps(w + 160);
#  235|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  236|   
#  237|         const __m512 vi10x0123456789ABCDEF = _mm512_loadu_ps(i10);

Error: COMPILER_WARNING: [#def93]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:237:44: note[note]: called from here
#  235|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  236|   
#  237|->       const __m512 vi10x0123456789ABCDEF = _mm512_loadu_ps(i10);
#  238|         i10 += 16;
#  239|   

Error: COMPILER_WARNING: [#def94]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:240:44: note[note]: called from here
#  238|         i10 += 16;
#  239|   
#  240|->       const __m512 vk10x0123456789ABCDEF = _mm512_load_ps(w + 176);
#  241|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  242|   

Error: COMPILER_WARNING: [#def95]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:241:32: note[note]: called from here
#  239|   
#  240|         const __m512 vk10x0123456789ABCDEF = _mm512_load_ps(w + 176);
#  241|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  242|   
#  243|         const __m512 vi11x0123456789ABCDEF = _mm512_loadu_ps(i11);

Error: COMPILER_WARNING: [#def96]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:243:44: note[note]: called from here
#  241|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  242|   
#  243|->       const __m512 vi11x0123456789ABCDEF = _mm512_loadu_ps(i11);
#  244|         i11 += 16;
#  245|   

Error: COMPILER_WARNING: [#def97]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:246:44: note[note]: called from here
#  244|         i11 += 16;
#  245|   
#  246|->       const __m512 vk11x0123456789ABCDEF = _mm512_load_ps(w + 192);
#  247|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  248|   

Error: COMPILER_WARNING: [#def98]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:247:32: note[note]: called from here
#  245|   
#  246|         const __m512 vk11x0123456789ABCDEF = _mm512_load_ps(w + 192);
#  247|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  248|   
#  249|         const __m512 vi12x0123456789ABCDEF = _mm512_loadu_ps(i12);

Error: COMPILER_WARNING: [#def99]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:249:44: note[note]: called from here
#  247|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  248|   
#  249|->       const __m512 vi12x0123456789ABCDEF = _mm512_loadu_ps(i12);
#  250|         i12 += 16;
#  251|   

Error: COMPILER_WARNING: [#def100]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:252:44: note[note]: called from here
#  250|         i12 += 16;
#  251|   
#  252|->       const __m512 vk12x0123456789ABCDEF = _mm512_load_ps(w + 208);
#  253|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  254|   

Error: COMPILER_WARNING: [#def101]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:253:32: note[note]: called from here
#  251|   
#  252|         const __m512 vk12x0123456789ABCDEF = _mm512_load_ps(w + 208);
#  253|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  254|   
#  255|         const __m512 vi13x0123456789ABCDEF = _mm512_loadu_ps(i13);

Error: COMPILER_WARNING: [#def102]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:255:44: note[note]: called from here
#  253|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  254|   
#  255|->       const __m512 vi13x0123456789ABCDEF = _mm512_loadu_ps(i13);
#  256|         i13 += 16;
#  257|   

Error: COMPILER_WARNING: [#def103]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:258:44: note[note]: called from here
#  256|         i13 += 16;
#  257|   
#  258|->       const __m512 vk13x0123456789ABCDEF = _mm512_load_ps(w + 224);
#  259|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  260|   

Error: COMPILER_WARNING: [#def104]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:259:32: note[note]: called from here
#  257|   
#  258|         const __m512 vk13x0123456789ABCDEF = _mm512_load_ps(w + 224);
#  259|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  260|   
#  261|         const __m512 vi14x0123456789ABCDEF = _mm512_loadu_ps(i14);

Error: COMPILER_WARNING: [#def105]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:261:44: note[note]: called from here
#  259|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  260|   
#  261|->       const __m512 vi14x0123456789ABCDEF = _mm512_loadu_ps(i14);
#  262|         i14 += 16;
#  263|   

Error: COMPILER_WARNING: [#def106]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:264:44: note[note]: called from here
#  262|         i14 += 16;
#  263|   
#  264|->       const __m512 vk14x0123456789ABCDEF = _mm512_load_ps(w + 240);
#  265|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  266|   

Error: COMPILER_WARNING: [#def107]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:265:32: note[note]: called from here
#  263|   
#  264|         const __m512 vk14x0123456789ABCDEF = _mm512_load_ps(w + 240);
#  265|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  266|   
#  267|         const __m512 vi15x0123456789ABCDEF = _mm512_loadu_ps(i15);

Error: COMPILER_WARNING: [#def108]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:267:44: note[note]: called from here
#  265|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  266|   
#  267|->       const __m512 vi15x0123456789ABCDEF = _mm512_loadu_ps(i15);
#  268|         i15 += 16;
#  269|   

Error: COMPILER_WARNING: [#def109]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:270:44: note[note]: called from here
#  268|         i15 += 16;
#  269|   
#  270|->       const __m512 vk15x0123456789ABCDEF = _mm512_load_ps(w + 256);
#  271|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  272|   

Error: COMPILER_WARNING: [#def110]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:271:32: note[note]: called from here
#  269|   
#  270|         const __m512 vk15x0123456789ABCDEF = _mm512_load_ps(w + 256);
#  271|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  272|   
#  273|         const __m512 vi16x0123456789ABCDEF = _mm512_loadu_ps(i16);

Error: COMPILER_WARNING: [#def111]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:273:44: note[note]: called from here
#  271|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  272|   
#  273|->       const __m512 vi16x0123456789ABCDEF = _mm512_loadu_ps(i16);
#  274|         i16 += 16;
#  275|   

Error: COMPILER_WARNING: [#def112]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:276:44: note[note]: called from here
#  274|         i16 += 16;
#  275|   
#  276|->       const __m512 vk16x0123456789ABCDEF = _mm512_load_ps(w + 272);
#  277|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  278|   

Error: COMPILER_WARNING: [#def113]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:277:32: note[note]: called from here
#  275|   
#  276|         const __m512 vk16x0123456789ABCDEF = _mm512_load_ps(w + 272);
#  277|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  278|   
#  279|         const __m512 vi17x0123456789ABCDEF = _mm512_loadu_ps(i17);

Error: COMPILER_WARNING: [#def114]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:279:44: note[note]: called from here
#  277|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  278|   
#  279|->       const __m512 vi17x0123456789ABCDEF = _mm512_loadu_ps(i17);
#  280|         i17 += 16;
#  281|   

Error: COMPILER_WARNING: [#def115]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:282:44: note[note]: called from here
#  280|         i17 += 16;
#  281|   
#  282|->       const __m512 vk17x0123456789ABCDEF = _mm512_load_ps(w + 288);
#  283|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  284|   

Error: COMPILER_WARNING: [#def116]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:283:32: note[note]: called from here
#  281|   
#  282|         const __m512 vk17x0123456789ABCDEF = _mm512_load_ps(w + 288);
#  283|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  284|   
#  285|         const __m512 vi18x0123456789ABCDEF = _mm512_loadu_ps(i18);

Error: COMPILER_WARNING: [#def117]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:285:44: note[note]: called from here
#  283|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  284|   
#  285|->       const __m512 vi18x0123456789ABCDEF = _mm512_loadu_ps(i18);
#  286|         i18 += 16;
#  287|   

Error: COMPILER_WARNING: [#def118]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:288:44: note[note]: called from here
#  286|         i18 += 16;
#  287|   
#  288|->       const __m512 vk18x0123456789ABCDEF = _mm512_load_ps(w + 304);
#  289|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  290|   

Error: COMPILER_WARNING: [#def119]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:289:32: note[note]: called from here
#  287|   
#  288|         const __m512 vk18x0123456789ABCDEF = _mm512_load_ps(w + 304);
#  289|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  290|   
#  291|         const __m512 vi19x0123456789ABCDEF = _mm512_loadu_ps(i19);

Error: COMPILER_WARNING: [#def120]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:291:44: note[note]: called from here
#  289|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  290|   
#  291|->       const __m512 vi19x0123456789ABCDEF = _mm512_loadu_ps(i19);
#  292|         i19 += 16;
#  293|   

Error: COMPILER_WARNING: [#def121]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:294:44: note[note]: called from here
#  292|         i19 += 16;
#  293|   
#  294|->       const __m512 vk19x0123456789ABCDEF = _mm512_load_ps(w + 320);
#  295|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  296|   

Error: COMPILER_WARNING: [#def122]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:295:32: note[note]: called from here
#  293|   
#  294|         const __m512 vk19x0123456789ABCDEF = _mm512_load_ps(w + 320);
#  295|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  296|   
#  297|         const __m512 vi20x0123456789ABCDEF = _mm512_loadu_ps(i20);

Error: COMPILER_WARNING: [#def123]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:297:44: note[note]: called from here
#  295|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  296|   
#  297|->       const __m512 vi20x0123456789ABCDEF = _mm512_loadu_ps(i20);
#  298|         i20 += 16;
#  299|   

Error: COMPILER_WARNING: [#def124]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:300:44: note[note]: called from here
#  298|         i20 += 16;
#  299|   
#  300|->       const __m512 vk20x0123456789ABCDEF = _mm512_load_ps(w + 336);
#  301|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  302|   

Error: COMPILER_WARNING: [#def125]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:301:32: note[note]: called from here
#  299|   
#  300|         const __m512 vk20x0123456789ABCDEF = _mm512_load_ps(w + 336);
#  301|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  302|   
#  303|         const __m512 vi21x0123456789ABCDEF = _mm512_loadu_ps(i21);

Error: COMPILER_WARNING: [#def126]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:303:44: note[note]: called from here
#  301|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  302|   
#  303|->       const __m512 vi21x0123456789ABCDEF = _mm512_loadu_ps(i21);
#  304|         i21 += 16;
#  305|   

Error: COMPILER_WARNING: [#def127]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:306:44: note[note]: called from here
#  304|         i21 += 16;
#  305|   
#  306|->       const __m512 vk21x0123456789ABCDEF = _mm512_load_ps(w + 352);
#  307|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  308|   

Error: COMPILER_WARNING: [#def128]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:307:32: note[note]: called from here
#  305|   
#  306|         const __m512 vk21x0123456789ABCDEF = _mm512_load_ps(w + 352);
#  307|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  308|   
#  309|         const __m512 vi22x0123456789ABCDEF = _mm512_loadu_ps(i22);

Error: COMPILER_WARNING: [#def129]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:309:44: note[note]: called from here
#  307|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  308|   
#  309|->       const __m512 vi22x0123456789ABCDEF = _mm512_loadu_ps(i22);
#  310|         i22 += 16;
#  311|   

Error: COMPILER_WARNING: [#def130]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:312:44: note[note]: called from here
#  310|         i22 += 16;
#  311|   
#  312|->       const __m512 vk22x0123456789ABCDEF = _mm512_load_ps(w + 368);
#  313|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  314|   

Error: COMPILER_WARNING: [#def131]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:313:32: note[note]: called from here
#  311|   
#  312|         const __m512 vk22x0123456789ABCDEF = _mm512_load_ps(w + 368);
#  313|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  314|   
#  315|         const __m512 vi23x0123456789ABCDEF = _mm512_loadu_ps(i23);

Error: COMPILER_WARNING: [#def132]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:315:44: note[note]: called from here
#  313|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  314|   
#  315|->       const __m512 vi23x0123456789ABCDEF = _mm512_loadu_ps(i23);
#  316|         i23 += 16;
#  317|   

Error: COMPILER_WARNING: [#def133]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:318:44: note[note]: called from here
#  316|         i23 += 16;
#  317|   
#  318|->       const __m512 vk23x0123456789ABCDEF = _mm512_load_ps(w + 384);
#  319|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  320|   

Error: COMPILER_WARNING: [#def134]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:319:32: note[note]: called from here
#  317|   
#  318|         const __m512 vk23x0123456789ABCDEF = _mm512_load_ps(w + 384);
#  319|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  320|   
#  321|         const __m512 vi24x0123456789ABCDEF = _mm512_loadu_ps(i24);

Error: COMPILER_WARNING: [#def135]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:321:44: note[note]: called from here
#  319|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  320|   
#  321|->       const __m512 vi24x0123456789ABCDEF = _mm512_loadu_ps(i24);
#  322|         i24 += 16;
#  323|   

Error: COMPILER_WARNING: [#def136]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:324:44: note[note]: called from here
#  322|         i24 += 16;
#  323|   
#  324|->       const __m512 vk24x0123456789ABCDEF = _mm512_load_ps(w + 400);
#  325|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi24x0123456789ABCDEF, vk24x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  326|   

Error: COMPILER_WARNING: [#def137]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:325:32: note[note]: called from here
#  323|   
#  324|         const __m512 vk24x0123456789ABCDEF = _mm512_load_ps(w + 400);
#  325|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi24x0123456789ABCDEF, vk24x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  326|   
#  327|         w += 416;

Error: COMPILER_WARNING: [#def138]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:330:37: note[note]: called from here
#  328|   
#  329|   
#  330|->       __m512 vacc0123456789ABCDEF = _mm512_max_ps(vmin, vacc0123456789ABCDEFp0);
#  331|         vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  332|   

Error: COMPILER_WARNING: [#def139]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:331:30: note[note]: called from here
#  329|   
#  330|         __m512 vacc0123456789ABCDEF = _mm512_max_ps(vmin, vacc0123456789ABCDEFp0);
#  331|->       vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  332|   
#  333|         _mm512_storeu_ps(output, vacc0123456789ABCDEF);

Error: COMPILER_WARNING: [#def140]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:333:7: note[note]: called from here
#  331|         vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  332|   
#  333|->       _mm512_storeu_ps(output, vacc0123456789ABCDEF);
#  334|         output += 16;
#  335|       }

Error: COMPILER_WARNING: [#def141]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:340:31: note[note]: called from here
#  338|         assert(c <= 16);
#  339|         // Prepare mask for valid 32-bit elements (depends on nc).
#  340|->       const __mmask16 vmask = _cvtu32_mask16((uint16_t) ((uint32_t) (UINT32_C(1) << c) - UINT32_C(1)));
#  341|   
#  342|         __m512 vacc0123456789ABCDEFp0 = _mm512_maskz_loadu_ps(vmask, w);

Error: COMPILER_WARNING: [#def142]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:342:39: note[note]: called from here
#  340|         const __mmask16 vmask = _cvtu32_mask16((uint16_t) ((uint32_t) (UINT32_C(1) << c) - UINT32_C(1)));
#  341|   
#  342|->       __m512 vacc0123456789ABCDEFp0 = _mm512_maskz_loadu_ps(vmask, w);
#  343|   
#  344|         const __m512 vi0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i0);

Error: COMPILER_WARNING: [#def143]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:344:43: note[note]: called from here
#  342|         __m512 vacc0123456789ABCDEFp0 = _mm512_maskz_loadu_ps(vmask, w);
#  343|   
#  344|->       const __m512 vi0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i0);
#  345|         const __m512 vk0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 16);
#  346|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def144]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:345:43: note[note]: called from here
#  343|   
#  344|         const __m512 vi0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i0);
#  345|->       const __m512 vk0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 16);
#  346|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  347|   

Error: COMPILER_WARNING: [#def145]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:346:32: note[note]: called from here
#  344|         const __m512 vi0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i0);
#  345|         const __m512 vk0x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 16);
#  346|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  347|   
#  348|         const __m512 vi1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i1);

Error: COMPILER_WARNING: [#def146]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:348:43: note[note]: called from here
#  346|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi0x0123456789ABCDEF, vk0x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  347|   
#  348|->       const __m512 vi1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i1);
#  349|         const __m512 vk1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 32);
#  350|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def147]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:349:43: note[note]: called from here
#  347|   
#  348|         const __m512 vi1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i1);
#  349|->       const __m512 vk1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 32);
#  350|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  351|   

Error: COMPILER_WARNING: [#def148]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:350:32: note[note]: called from here
#  348|         const __m512 vi1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i1);
#  349|         const __m512 vk1x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 32);
#  350|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  351|   
#  352|         const __m512 vi2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i2);

Error: COMPILER_WARNING: [#def149]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:352:43: note[note]: called from here
#  350|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi1x0123456789ABCDEF, vk1x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  351|   
#  352|->       const __m512 vi2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i2);
#  353|         const __m512 vk2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 48);
#  354|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def150]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:353:43: note[note]: called from here
#  351|   
#  352|         const __m512 vi2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i2);
#  353|->       const __m512 vk2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 48);
#  354|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  355|   

Error: COMPILER_WARNING: [#def151]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:354:32: note[note]: called from here
#  352|         const __m512 vi2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i2);
#  353|         const __m512 vk2x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 48);
#  354|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  355|   
#  356|         const __m512 vi3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i3);

Error: COMPILER_WARNING: [#def152]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:356:43: note[note]: called from here
#  354|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi2x0123456789ABCDEF, vk2x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  355|   
#  356|->       const __m512 vi3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i3);
#  357|         const __m512 vk3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 64);
#  358|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def153]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:357:43: note[note]: called from here
#  355|   
#  356|         const __m512 vi3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i3);
#  357|->       const __m512 vk3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 64);
#  358|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  359|   

Error: COMPILER_WARNING: [#def154]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:358:32: note[note]: called from here
#  356|         const __m512 vi3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i3);
#  357|         const __m512 vk3x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 64);
#  358|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  359|   
#  360|         const __m512 vi4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i4);

Error: COMPILER_WARNING: [#def155]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:360:43: note[note]: called from here
#  358|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi3x0123456789ABCDEF, vk3x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  359|   
#  360|->       const __m512 vi4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i4);
#  361|         const __m512 vk4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 80);
#  362|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def156]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:361:43: note[note]: called from here
#  359|   
#  360|         const __m512 vi4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i4);
#  361|->       const __m512 vk4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 80);
#  362|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  363|   

Error: COMPILER_WARNING: [#def157]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:362:32: note[note]: called from here
#  360|         const __m512 vi4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i4);
#  361|         const __m512 vk4x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 80);
#  362|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  363|   
#  364|         const __m512 vi5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i5);

Error: COMPILER_WARNING: [#def158]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:364:43: note[note]: called from here
#  362|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi4x0123456789ABCDEF, vk4x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  363|   
#  364|->       const __m512 vi5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i5);
#  365|         const __m512 vk5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 96);
#  366|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def159]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:365:43: note[note]: called from here
#  363|   
#  364|         const __m512 vi5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i5);
#  365|->       const __m512 vk5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 96);
#  366|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  367|   

Error: COMPILER_WARNING: [#def160]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:366:32: note[note]: called from here
#  364|         const __m512 vi5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i5);
#  365|         const __m512 vk5x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 96);
#  366|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  367|   
#  368|         const __m512 vi6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i6);

Error: COMPILER_WARNING: [#def161]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:368:43: note[note]: called from here
#  366|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi5x0123456789ABCDEF, vk5x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  367|   
#  368|->       const __m512 vi6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i6);
#  369|         const __m512 vk6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 112);
#  370|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def162]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:369:43: note[note]: called from here
#  367|   
#  368|         const __m512 vi6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i6);
#  369|->       const __m512 vk6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 112);
#  370|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  371|   

Error: COMPILER_WARNING: [#def163]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:370:32: note[note]: called from here
#  368|         const __m512 vi6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i6);
#  369|         const __m512 vk6x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 112);
#  370|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  371|   
#  372|         const __m512 vi7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i7);

Error: COMPILER_WARNING: [#def164]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:372:43: note[note]: called from here
#  370|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi6x0123456789ABCDEF, vk6x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  371|   
#  372|->       const __m512 vi7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i7);
#  373|         const __m512 vk7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 128);
#  374|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def165]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:373:43: note[note]: called from here
#  371|   
#  372|         const __m512 vi7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i7);
#  373|->       const __m512 vk7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 128);
#  374|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  375|   

Error: COMPILER_WARNING: [#def166]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:374:32: note[note]: called from here
#  372|         const __m512 vi7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i7);
#  373|         const __m512 vk7x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 128);
#  374|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  375|   
#  376|         const __m512 vi8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i8);

Error: COMPILER_WARNING: [#def167]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:376:43: note[note]: called from here
#  374|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi7x0123456789ABCDEF, vk7x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  375|   
#  376|->       const __m512 vi8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i8);
#  377|         const __m512 vk8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 144);
#  378|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def168]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:377:43: note[note]: called from here
#  375|   
#  376|         const __m512 vi8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i8);
#  377|->       const __m512 vk8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 144);
#  378|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  379|   

Error: COMPILER_WARNING: [#def169]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:378:32: note[note]: called from here
#  376|         const __m512 vi8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i8);
#  377|         const __m512 vk8x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 144);
#  378|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  379|   
#  380|         const __m512 vi9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i9);

Error: COMPILER_WARNING: [#def170]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:380:43: note[note]: called from here
#  378|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi8x0123456789ABCDEF, vk8x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  379|   
#  380|->       const __m512 vi9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i9);
#  381|         const __m512 vk9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 160);
#  382|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def171]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:381:43: note[note]: called from here
#  379|   
#  380|         const __m512 vi9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i9);
#  381|->       const __m512 vk9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 160);
#  382|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  383|   

Error: COMPILER_WARNING: [#def172]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:382:32: note[note]: called from here
#  380|         const __m512 vi9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i9);
#  381|         const __m512 vk9x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 160);
#  382|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  383|   
#  384|         const __m512 vi10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i10);

Error: COMPILER_WARNING: [#def173]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:384:44: note[note]: called from here
#  382|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi9x0123456789ABCDEF, vk9x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  383|   
#  384|->       const __m512 vi10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i10);
#  385|         const __m512 vk10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 176);
#  386|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def174]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:385:44: note[note]: called from here
#  383|   
#  384|         const __m512 vi10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i10);
#  385|->       const __m512 vk10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 176);
#  386|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  387|   

Error: COMPILER_WARNING: [#def175]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:386:32: note[note]: called from here
#  384|         const __m512 vi10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i10);
#  385|         const __m512 vk10x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 176);
#  386|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  387|   
#  388|         const __m512 vi11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i11);

Error: COMPILER_WARNING: [#def176]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:388:44: note[note]: called from here
#  386|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi10x0123456789ABCDEF, vk10x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  387|   
#  388|->       const __m512 vi11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i11);
#  389|         const __m512 vk11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 192);
#  390|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def177]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:389:44: note[note]: called from here
#  387|   
#  388|         const __m512 vi11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i11);
#  389|->       const __m512 vk11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 192);
#  390|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  391|   

Error: COMPILER_WARNING: [#def178]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:390:32: note[note]: called from here
#  388|         const __m512 vi11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i11);
#  389|         const __m512 vk11x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 192);
#  390|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  391|   
#  392|         const __m512 vi12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i12);

Error: COMPILER_WARNING: [#def179]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:392:44: note[note]: called from here
#  390|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi11x0123456789ABCDEF, vk11x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  391|   
#  392|->       const __m512 vi12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i12);
#  393|         const __m512 vk12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 208);
#  394|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def180]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:393:44: note[note]: called from here
#  391|   
#  392|         const __m512 vi12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i12);
#  393|->       const __m512 vk12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 208);
#  394|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  395|   

Error: COMPILER_WARNING: [#def181]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:394:32: note[note]: called from here
#  392|         const __m512 vi12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i12);
#  393|         const __m512 vk12x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 208);
#  394|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  395|   
#  396|         const __m512 vi13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i13);

Error: COMPILER_WARNING: [#def182]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:396:44: note[note]: called from here
#  394|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi12x0123456789ABCDEF, vk12x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  395|   
#  396|->       const __m512 vi13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i13);
#  397|         const __m512 vk13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 224);
#  398|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def183]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:397:44: note[note]: called from here
#  395|   
#  396|         const __m512 vi13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i13);
#  397|->       const __m512 vk13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 224);
#  398|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  399|   

Error: COMPILER_WARNING: [#def184]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:398:32: note[note]: called from here
#  396|         const __m512 vi13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i13);
#  397|         const __m512 vk13x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 224);
#  398|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  399|   
#  400|         const __m512 vi14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i14);

Error: COMPILER_WARNING: [#def185]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:400:44: note[note]: called from here
#  398|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi13x0123456789ABCDEF, vk13x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  399|   
#  400|->       const __m512 vi14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i14);
#  401|         const __m512 vk14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 240);
#  402|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def186]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:401:44: note[note]: called from here
#  399|   
#  400|         const __m512 vi14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i14);
#  401|->       const __m512 vk14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 240);
#  402|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  403|   

Error: COMPILER_WARNING: [#def187]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:402:32: note[note]: called from here
#  400|         const __m512 vi14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i14);
#  401|         const __m512 vk14x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 240);
#  402|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  403|   
#  404|         const __m512 vi15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i15);

Error: COMPILER_WARNING: [#def188]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:404:44: note[note]: called from here
#  402|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi14x0123456789ABCDEF, vk14x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  403|   
#  404|->       const __m512 vi15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i15);
#  405|         const __m512 vk15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 256);
#  406|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def189]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:405:44: note[note]: called from here
#  403|   
#  404|         const __m512 vi15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i15);
#  405|->       const __m512 vk15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 256);
#  406|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  407|   

Error: COMPILER_WARNING: [#def190]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:406:32: note[note]: called from here
#  404|         const __m512 vi15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i15);
#  405|         const __m512 vk15x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 256);
#  406|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  407|   
#  408|         const __m512 vi16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i16);

Error: COMPILER_WARNING: [#def191]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:408:44: note[note]: called from here
#  406|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi15x0123456789ABCDEF, vk15x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  407|   
#  408|->       const __m512 vi16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i16);
#  409|         const __m512 vk16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 272);
#  410|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def192]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:409:44: note[note]: called from here
#  407|   
#  408|         const __m512 vi16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i16);
#  409|->       const __m512 vk16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 272);
#  410|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  411|   

Error: COMPILER_WARNING: [#def193]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:410:32: note[note]: called from here
#  408|         const __m512 vi16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i16);
#  409|         const __m512 vk16x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 272);
#  410|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  411|   
#  412|         const __m512 vi17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i17);

Error: COMPILER_WARNING: [#def194]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:412:44: note[note]: called from here
#  410|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi16x0123456789ABCDEF, vk16x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  411|   
#  412|->       const __m512 vi17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i17);
#  413|         const __m512 vk17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 288);
#  414|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def195]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:413:44: note[note]: called from here
#  411|   
#  412|         const __m512 vi17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i17);
#  413|->       const __m512 vk17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 288);
#  414|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  415|   

Error: COMPILER_WARNING: [#def196]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:414:32: note[note]: called from here
#  412|         const __m512 vi17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i17);
#  413|         const __m512 vk17x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 288);
#  414|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  415|   
#  416|         const __m512 vi18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i18);

Error: COMPILER_WARNING: [#def197]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:416:44: note[note]: called from here
#  414|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi17x0123456789ABCDEF, vk17x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  415|   
#  416|->       const __m512 vi18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i18);
#  417|         const __m512 vk18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 304);
#  418|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def198]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:417:44: note[note]: called from here
#  415|   
#  416|         const __m512 vi18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i18);
#  417|->       const __m512 vk18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 304);
#  418|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  419|   

Error: COMPILER_WARNING: [#def199]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:418:32: note[note]: called from here
#  416|         const __m512 vi18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i18);
#  417|         const __m512 vk18x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 304);
#  418|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  419|   
#  420|         const __m512 vi19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i19);

Error: COMPILER_WARNING: [#def200]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:420:44: note[note]: called from here
#  418|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi18x0123456789ABCDEF, vk18x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  419|   
#  420|->       const __m512 vi19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i19);
#  421|         const __m512 vk19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 320);
#  422|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def201]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:421:44: note[note]: called from here
#  419|   
#  420|         const __m512 vi19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i19);
#  421|->       const __m512 vk19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 320);
#  422|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  423|   

Error: COMPILER_WARNING: [#def202]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:422:32: note[note]: called from here
#  420|         const __m512 vi19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i19);
#  421|         const __m512 vk19x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 320);
#  422|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  423|   
#  424|         const __m512 vi20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i20);

Error: COMPILER_WARNING: [#def203]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:424:44: note[note]: called from here
#  422|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi19x0123456789ABCDEF, vk19x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  423|   
#  424|->       const __m512 vi20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i20);
#  425|         const __m512 vk20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 336);
#  426|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def204]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:425:44: note[note]: called from here
#  423|   
#  424|         const __m512 vi20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i20);
#  425|->       const __m512 vk20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 336);
#  426|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  427|   

Error: COMPILER_WARNING: [#def205]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:426:32: note[note]: called from here
#  424|         const __m512 vi20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i20);
#  425|         const __m512 vk20x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 336);
#  426|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  427|   
#  428|         const __m512 vi21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i21);

Error: COMPILER_WARNING: [#def206]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:428:44: note[note]: called from here
#  426|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi20x0123456789ABCDEF, vk20x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  427|   
#  428|->       const __m512 vi21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i21);
#  429|         const __m512 vk21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 352);
#  430|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def207]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:429:44: note[note]: called from here
#  427|   
#  428|         const __m512 vi21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i21);
#  429|->       const __m512 vk21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 352);
#  430|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  431|   

Error: COMPILER_WARNING: [#def208]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:430:32: note[note]: called from here
#  428|         const __m512 vi21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i21);
#  429|         const __m512 vk21x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 352);
#  430|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  431|   
#  432|         const __m512 vi22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i22);

Error: COMPILER_WARNING: [#def209]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:432:44: note[note]: called from here
#  430|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi21x0123456789ABCDEF, vk21x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  431|   
#  432|->       const __m512 vi22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i22);
#  433|         const __m512 vk22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 368);
#  434|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def210]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:433:44: note[note]: called from here
#  431|   
#  432|         const __m512 vi22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i22);
#  433|->       const __m512 vk22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 368);
#  434|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  435|   

Error: COMPILER_WARNING: [#def211]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:434:32: note[note]: called from here
#  432|         const __m512 vi22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i22);
#  433|         const __m512 vk22x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 368);
#  434|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  435|   
#  436|         const __m512 vi23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i23);

Error: COMPILER_WARNING: [#def212]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:436:44: note[note]: called from here
#  434|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi22x0123456789ABCDEF, vk22x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  435|   
#  436|->       const __m512 vi23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i23);
#  437|         const __m512 vk23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 384);
#  438|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def213]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:437:44: note[note]: called from here
#  435|   
#  436|         const __m512 vi23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i23);
#  437|->       const __m512 vk23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 384);
#  438|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  439|   

Error: COMPILER_WARNING: [#def214]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:438:32: note[note]: called from here
#  436|         const __m512 vi23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i23);
#  437|         const __m512 vk23x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 384);
#  438|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  439|   
#  440|         const __m512 vi24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i24);

Error: COMPILER_WARNING: [#def215]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:440:44: note[note]: called from here
#  438|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi23x0123456789ABCDEF, vk23x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  439|   
#  440|->       const __m512 vi24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i24);
#  441|         const __m512 vk24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 400);
#  442|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi24x0123456789ABCDEF, vk24x0123456789ABCDEF, vacc0123456789ABCDEFp0);

Error: COMPILER_WARNING: [#def216]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:441:44: note[note]: called from here
#  439|   
#  440|         const __m512 vi24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i24);
#  441|->       const __m512 vk24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 400);
#  442|         vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi24x0123456789ABCDEF, vk24x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  443|   

Error: COMPILER_WARNING: [#def217]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:442:32: note[note]: called from here
#  440|         const __m512 vi24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, i24);
#  441|         const __m512 vk24x0123456789ABCDEF = _mm512_maskz_loadu_ps(vmask, w + 400);
#  442|->       vacc0123456789ABCDEFp0 = _mm512_fmadd_ps(vi24x0123456789ABCDEF, vk24x0123456789ABCDEF, vacc0123456789ABCDEFp0);
#  443|   
#  444|   

Error: COMPILER_WARNING: [#def218]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:445:37: note[note]: called from here
#  443|   
#  444|   
#  445|->       __m512 vacc0123456789ABCDEF = _mm512_max_ps(vmin, vacc0123456789ABCDEFp0);
#  446|         vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  447|   

Error: COMPILER_WARNING: [#def219]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:446:30: note[note]: called from here
#  444|   
#  445|         __m512 vacc0123456789ABCDEF = _mm512_max_ps(vmin, vacc0123456789ABCDEFp0);
#  446|->       vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  447|   
#  448|         _mm512_mask_storeu_ps(output, vmask, vacc0123456789ABCDEF);

Error: COMPILER_WARNING: [#def220]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512f.c:448:7: note[note]: called from here
#  446|         vacc0123456789ABCDEF = _mm512_min_ps(vmax, vacc0123456789ABCDEF);
#  447|   
#  448|->       _mm512_mask_storeu_ps(output, vmask, vacc0123456789ABCDEF);
#  449|         output += c;
#  450|       }

Error: COMPILER_WARNING: [#def221]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512skx.c:39:25: note[note]: called from here
#   37|     const uint16_t* i = (const uint16_t*) input;
#   38|     for (; batch >= 16 * sizeof(uint16_t); batch -= 16 * sizeof(uint16_t)) {
#   39|->     const __m512 vacc = _mm512_cvtph_ps(_mm256_loadu_si256((const __m256i*) i));
#   40|       i += 16;
#   41|   

Error: COMPILER_WARNING: [#def222]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512skx.c:42:5: note[note]: called from here
#   40|       i += 16;
#   41|   
#   42|->     _mm512_storeu_ps(output, vacc);
#   43|       output += 16;
#   44|     }

Error: COMPILER_WARNING: [#def223]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512skx.c:51:29: note[note]: called from here
#   49|       // Prepare mask for valid 32-bit elements (depends on batch).
#   50|       batch >>= XNN_LOG2_SIZEOF_HALF;
#   51|->     const __mmask16 vmask = _cvtu32_mask16((uint16_t) ((uint32_t) (UINT32_C(1) << batch) - UINT32_C(1)));
#   52|   
#   53|       const __m512 vacc = _mm512_cvtph_ps(_mm256_maskz_loadu_epi16(vmask, i));

Error: COMPILER_WARNING: [#def224]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512skx.c:53:25: note[note]: called from here
#   51|       const __mmask16 vmask = _cvtu32_mask16((uint16_t) ((uint32_t) (UINT32_C(1) << batch) - UINT32_C(1)));
#   52|   
#   53|->     const __m512 vacc = _mm512_cvtph_ps(_mm256_maskz_loadu_epi16(vmask, i));
#   54|   
#   55|       _mm512_mask_storeu_ps(output, vmask, vacc);

Error: COMPILER_WARNING: [#def225]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512skx.c:55:5: note[note]: called from here
#   53|       const __m512 vacc = _mm512_cvtph_ps(_mm256_maskz_loadu_epi16(vmask, i));
#   54|   
#   55|->     _mm512_mask_storeu_ps(output, vmask, vacc);
#   56|     }
#   57|   }

Error: COMPILER_WARNING: [#def226]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:26:27: note[note]: called from here
#   24|     assert(output != NULL);
#   25|   
#   26|->   const __m512i vtable0 = _mm512_loadu_si512(table);
#   27|     const __m512i vtable1 = _mm512_loadu_si512(table + 64);
#   28|     const __m512i vtable2 = _mm512_loadu_si512(table + 128);

Error: COMPILER_WARNING: [#def227]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:27:27: note[note]: called from here
#   25|   
#   26|     const __m512i vtable0 = _mm512_loadu_si512(table);
#   27|->   const __m512i vtable1 = _mm512_loadu_si512(table + 64);
#   28|     const __m512i vtable2 = _mm512_loadu_si512(table + 128);
#   29|     const __m512i vtable3 = _mm512_loadu_si512(table + 192);

Error: COMPILER_WARNING: [#def228]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:28:27: note[note]: called from here
#   26|     const __m512i vtable0 = _mm512_loadu_si512(table);
#   27|     const __m512i vtable1 = _mm512_loadu_si512(table + 64);
#   28|->   const __m512i vtable2 = _mm512_loadu_si512(table + 128);
#   29|     const __m512i vtable3 = _mm512_loadu_si512(table + 192);
#   30|   

Error: COMPILER_WARNING: [#def229]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:29:27: note[note]: called from here
#   27|     const __m512i vtable1 = _mm512_loadu_si512(table + 64);
#   28|     const __m512i vtable2 = _mm512_loadu_si512(table + 128);
#   29|->   const __m512i vtable3 = _mm512_loadu_si512(table + 192);
#   30|   
#   31|     for (; batch >= 128 * sizeof(uint8_t); batch -= 128 * sizeof(uint8_t)) {

Error: COMPILER_WARNING: [#def230]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:32:25: note[note]: called from here
#   30|   
#   31|     for (; batch >= 128 * sizeof(uint8_t); batch -= 128 * sizeof(uint8_t)) {
#   32|->     const __m512i vx0 = _mm512_loadu_si512(input);
#   33|       const __m512i vx1 = _mm512_loadu_si512(input + 64);
#   34|       input += 128;

Error: COMPILER_WARNING: [#def231]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:33:25: note[note]: called from here
#   31|     for (; batch >= 128 * sizeof(uint8_t); batch -= 128 * sizeof(uint8_t)) {
#   32|       const __m512i vx0 = _mm512_loadu_si512(input);
#   33|->     const __m512i vx1 = _mm512_loadu_si512(input + 64);
#   34|       input += 128;
#   35|   

Error: COMPILER_WARNING: [#def232]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:36:19: note[note]: called from here
#   34|       input += 128;
#   35|   
#   36|->     __m512i vy0 = _mm512_permutex2var_epi8(vtable0, vx0, vtable1);
#   37|       const __mmask64 vm0 = _mm512_movepi8_mask(vx0);
#   38|       __m512i vy1 = _mm512_permutex2var_epi8(vtable0, vx1, vtable1);

Error: COMPILER_WARNING: [#def233]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:37:27: note[note]: called from here
#   35|   
#   36|       __m512i vy0 = _mm512_permutex2var_epi8(vtable0, vx0, vtable1);
#   37|->     const __mmask64 vm0 = _mm512_movepi8_mask(vx0);
#   38|       __m512i vy1 = _mm512_permutex2var_epi8(vtable0, vx1, vtable1);
#   39|       const __mmask64 vm1 = _mm512_movepi8_mask(vx1);

Error: COMPILER_WARNING: [#def234]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:38:19: note[note]: called from here
#   36|       __m512i vy0 = _mm512_permutex2var_epi8(vtable0, vx0, vtable1);
#   37|       const __mmask64 vm0 = _mm512_movepi8_mask(vx0);
#   38|->     __m512i vy1 = _mm512_permutex2var_epi8(vtable0, vx1, vtable1);
#   39|       const __mmask64 vm1 = _mm512_movepi8_mask(vx1);
#   40|   

Error: COMPILER_WARNING: [#def235]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:39:27: note[note]: called from here
#   37|       const __mmask64 vm0 = _mm512_movepi8_mask(vx0);
#   38|       __m512i vy1 = _mm512_permutex2var_epi8(vtable0, vx1, vtable1);
#   39|->     const __mmask64 vm1 = _mm512_movepi8_mask(vx1);
#   40|   
#   41|       const __m512i vt0 = _mm512_permutex2var_epi8(vtable2, vx0, vtable3);

Error: COMPILER_WARNING: [#def236]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:41:25: note[note]: called from here
#   39|       const __mmask64 vm1 = _mm512_movepi8_mask(vx1);
#   40|   
#   41|->     const __m512i vt0 = _mm512_permutex2var_epi8(vtable2, vx0, vtable3);
#   42|       const __m512i vt1 = _mm512_permutex2var_epi8(vtable2, vx1, vtable3);
#   43|   

Error: COMPILER_WARNING: [#def237]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:42:25: note[note]: called from here
#   40|   
#   41|       const __m512i vt0 = _mm512_permutex2var_epi8(vtable2, vx0, vtable3);
#   42|->     const __m512i vt1 = _mm512_permutex2var_epi8(vtable2, vx1, vtable3);
#   43|   
#   44|       vy0 = _mm512_mask_mov_epi8(vy0, vm0, vt0);

Error: COMPILER_WARNING: [#def238]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:44:11: note[note]: called from here
#   42|       const __m512i vt1 = _mm512_permutex2var_epi8(vtable2, vx1, vtable3);
#   43|   
#   44|->     vy0 = _mm512_mask_mov_epi8(vy0, vm0, vt0);
#   45|       vy1 = _mm512_mask_mov_epi8(vy1, vm1, vt1);
#   46|   

Error: COMPILER_WARNING: [#def239]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:45:11: note[note]: called from here
#   43|   
#   44|       vy0 = _mm512_mask_mov_epi8(vy0, vm0, vt0);
#   45|->     vy1 = _mm512_mask_mov_epi8(vy1, vm1, vt1);
#   46|   
#   47|       _mm512_storeu_si512(output, vy0);

Error: COMPILER_WARNING: [#def240]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:47:5: note[note]: called from here
#   45|       vy1 = _mm512_mask_mov_epi8(vy1, vm1, vt1);
#   46|   
#   47|->     _mm512_storeu_si512(output, vy0);
#   48|       _mm512_storeu_si512(output + 64, vy1);
#   49|       output += 128;

Error: COMPILER_WARNING: [#def241]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:48:5: note[note]: called from here
#   46|   
#   47|       _mm512_storeu_si512(output, vy0);
#   48|->     _mm512_storeu_si512(output + 64, vy1);
#   49|       output += 128;
#   50|     }

Error: COMPILER_WARNING: [#def242]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:52:18: note[note]: called from here
#   50|     }
#   51|     for (; batch >= 64 * sizeof(uint8_t); batch -= 64 * sizeof(uint8_t)) {
#   52|->     __m512i vx = _mm512_loadu_si512(input);
#   53|       input += 64;
#   54|   

Error: COMPILER_WARNING: [#def243]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:55:18: note[note]: called from here
#   53|       input += 64;
#   54|   
#   55|->     __m512i vy = _mm512_permutex2var_epi8(vtable0, vx, vtable1);
#   56|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   57|       const __m512i vt = _mm512_permutex2var_epi8(vtable2, vx, vtable3);

Error: COMPILER_WARNING: [#def244]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:56:26: note[note]: called from here
#   54|   
#   55|       __m512i vy = _mm512_permutex2var_epi8(vtable0, vx, vtable1);
#   56|->     const __mmask64 vm = _mm512_movepi8_mask(vx);
#   57|       const __m512i vt = _mm512_permutex2var_epi8(vtable2, vx, vtable3);
#   58|       vy = _mm512_mask_mov_epi8(vy, vm, vt);

Error: COMPILER_WARNING: [#def245]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:57:24: note[note]: called from here
#   55|       __m512i vy = _mm512_permutex2var_epi8(vtable0, vx, vtable1);
#   56|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   57|->     const __m512i vt = _mm512_permutex2var_epi8(vtable2, vx, vtable3);
#   58|       vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   59|   

Error: COMPILER_WARNING: [#def246]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:58:10: note[note]: called from here
#   56|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   57|       const __m512i vt = _mm512_permutex2var_epi8(vtable2, vx, vtable3);
#   58|->     vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   59|   
#   60|       _mm512_storeu_si512(output, vy);

Error: COMPILER_WARNING: [#def247]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:60:5: note[note]: called from here
#   58|       vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   59|   
#   60|->     _mm512_storeu_si512(output, vy);
#   61|       output += 64;
#   62|     }

Error: COMPILER_WARNING: [#def248]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:65:29: note[note]: called from here
#   63|     if XNN_UNLIKELY(batch != 0) {
#   64|       assert(batch < 64);
#   65|->     const __mmask64 vmask = _cvtu64_mask64((uint64_t) ((UINT64_C(1) << batch) - UINT64_C(1)));
#   66|   
#   67|       __m512i vx = _mm512_maskz_loadu_epi8(vmask, input);

Error: COMPILER_WARNING: [#def249]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:67:18: note[note]: called from here
#   65|       const __mmask64 vmask = _cvtu64_mask64((uint64_t) ((UINT64_C(1) << batch) - UINT64_C(1)));
#   66|   
#   67|->     __m512i vx = _mm512_maskz_loadu_epi8(vmask, input);
#   68|   
#   69|       __m512i vy = _mm512_maskz_permutex2var_epi8(vmask, vtable0, vx, vtable1);

Error: COMPILER_WARNING: [#def250]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:69:18: note[note]: called from here
#   67|       __m512i vx = _mm512_maskz_loadu_epi8(vmask, input);
#   68|   
#   69|->     __m512i vy = _mm512_maskz_permutex2var_epi8(vmask, vtable0, vx, vtable1);
#   70|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   71|       const __m512i vt = _mm512_maskz_permutex2var_epi8(vmask, vtable2, vx, vtable3);

Error: COMPILER_WARNING: [#def251]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:70:26: note[note]: called from here
#   68|   
#   69|       __m512i vy = _mm512_maskz_permutex2var_epi8(vmask, vtable0, vx, vtable1);
#   70|->     const __mmask64 vm = _mm512_movepi8_mask(vx);
#   71|       const __m512i vt = _mm512_maskz_permutex2var_epi8(vmask, vtable2, vx, vtable3);
#   72|       vy = _mm512_mask_mov_epi8(vy, vm, vt);

Error: COMPILER_WARNING: [#def252]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:71:24: note[note]: called from here
#   69|       __m512i vy = _mm512_maskz_permutex2var_epi8(vmask, vtable0, vx, vtable1);
#   70|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   71|->     const __m512i vt = _mm512_maskz_permutex2var_epi8(vmask, vtable2, vx, vtable3);
#   72|       vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   73|   

Error: COMPILER_WARNING: [#def253]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:72:10: note[note]: called from here
#   70|       const __mmask64 vm = _mm512_movepi8_mask(vx);
#   71|       const __m512i vt = _mm512_maskz_permutex2var_epi8(vmask, vtable2, vx, vtable3);
#   72|->     vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   73|   
#   74|       _mm512_mask_storeu_epi8(output, vmask, vy);

Error: COMPILER_WARNING: [#def254]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vbmi.c:74:5: note[note]: called from here
#   72|       vy = _mm512_mask_mov_epi8(vy, vm, vt);
#   73|   
#   74|->     _mm512_mask_storeu_epi8(output, vmask, vy);
#   75|     }
#   76|   }

Error: COMPILER_WARNING: [#def255]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:43:38: note[note]: called from here
#   41|     float* c0 = c;
#   42|   
#   43|->   const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#   44|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#   45|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);

Error: COMPILER_WARNING: [#def256]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:44:30: note[note]: called from here
#   42|   
#   43|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#   44|->   const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#   45|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);
#   46|     const __m512i vsign_mask = _mm512_set1_epi8(params->avx512vnni.sign_mask);  // 0x80

Error: COMPILER_WARNING: [#def257]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:45:30: note[note]: called from here
#   43|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#   44|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#   45|->   const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);
#   46|     const __m512i vsign_mask = _mm512_set1_epi8(params->avx512vnni.sign_mask);  // 0x80
#   47|     const __m512i vvalue_mask = _mm512_set1_epi8(params->avx512vnni.mask);  // 0xF0

Error: COMPILER_WARNING: [#def258]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:46:30: note[note]: called from here
#   44|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#   45|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);
#   46|->   const __m512i vsign_mask = _mm512_set1_epi8(params->avx512vnni.sign_mask);  // 0x80
#   47|     const __m512i vvalue_mask = _mm512_set1_epi8(params->avx512vnni.mask);  // 0xF0
#   48|     do {

Error: COMPILER_WARNING: [#def259]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:47:31: note[note]: called from here
#   45|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);
#   46|     const __m512i vsign_mask = _mm512_set1_epi8(params->avx512vnni.sign_mask);  // 0x80
#   47|->   const __m512i vvalue_mask = _mm512_set1_epi8(params->avx512vnni.mask);  // 0xF0
#   48|     do {
#   49|       const __m512i vksum0123456789ABCDEF = _mm512_load_epi32(w);

Error: COMPILER_WARNING: [#def260]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:49:43: note[note]: called from here
#   47|     const __m512i vvalue_mask = _mm512_set1_epi8(params->avx512vnni.mask);  // 0xF0
#   48|     do {
#   49|->     const __m512i vksum0123456789ABCDEF = _mm512_load_epi32(w);
#   50|       __m512i vsum0x0123456789ABCDEF = _mm512_mullo_epi32(vksum0123456789ABCDEF, vinput_zero_point0);
#   51|       __m512i vacc0x01234567 = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 0));

Error: COMPILER_WARNING: [#def261]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:50:38: note[note]: called from here
#   48|     do {
#   49|       const __m512i vksum0123456789ABCDEF = _mm512_load_epi32(w);
#   50|->     __m512i vsum0x0123456789ABCDEF = _mm512_mullo_epi32(vksum0123456789ABCDEF, vinput_zero_point0);
#   51|       __m512i vacc0x01234567 = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 0));
#   52|       __m512i vacc0x89ABCDEF = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 1));

Error: COMPILER_WARNING: [#def262]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:51:30: note[note]: called from here
#   49|       const __m512i vksum0123456789ABCDEF = _mm512_load_epi32(w);
#   50|       __m512i vsum0x0123456789ABCDEF = _mm512_mullo_epi32(vksum0123456789ABCDEF, vinput_zero_point0);
#   51|->     __m512i vacc0x01234567 = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 0));
#   52|       __m512i vacc0x89ABCDEF = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 1));
#   53|       w = (const int32_t*) w + 16;

Error: COMPILER_WARNING: [#def263]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:52:30: note[note]: called from here
#   50|       __m512i vsum0x0123456789ABCDEF = _mm512_mullo_epi32(vksum0123456789ABCDEF, vinput_zero_point0);
#   51|       __m512i vacc0x01234567 = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 0));
#   52|->     __m512i vacc0x89ABCDEF = _mm512_cvtepu32_epi64(_mm512_extracti64x4_epi64(vsum0x0123456789ABCDEF, 1));
#   53|       w = (const int32_t*) w + 16;
#   54|   

Error: COMPILER_WARNING: [#def264]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:57:36: note[note]: called from here
#   55|       size_t k = kc;
#   56|       while (k >= 16 * sizeof(int8_t)) {
#   57|->       const __m512i va0x01234567 = _mm512_xor_epi64(_mm512_broadcast_i32x2(_mm_loadl_epi64((const __m128i*) a0)), vsign_mask);
#   58|         const __m512i va0x89ABCDEF = _mm512_xor_epi64(_mm512_broadcast_i32x2(_mm_loadl_epi64((const __m128i*) (a0 + 8))), vsign_mask);
#   59|         a0 += 16;

Error: COMPILER_WARNING: [#def265]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:58:36: note[note]: called from here
#   56|       while (k >= 16 * sizeof(int8_t)) {
#   57|         const __m512i va0x01234567 = _mm512_xor_epi64(_mm512_broadcast_i32x2(_mm_loadl_epi64((const __m128i*) a0)), vsign_mask);
#   58|->       const __m512i va0x89ABCDEF = _mm512_xor_epi64(_mm512_broadcast_i32x2(_mm_loadl_epi64((const __m128i*) (a0 + 8))), vsign_mask);
#   59|         a0 += 16;
#   60|   

Error: COMPILER_WARNING: [#def266]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:61:44: note[note]: called from here
#   59|         a0 += 16;
#   60|   
#   61|->       const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   62|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   63|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);

Error: COMPILER_WARNING: [#def267]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:62:44: note[note]: called from here
#   60|   
#   61|         const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   62|->       const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   63|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   64|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);

Error: COMPILER_WARNING: [#def268]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:63:44: note[note]: called from here
#   61|         const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   62|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   63|->       const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   64|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   65|         const __m512i vb01234567x89ABCDEF = _mm512_and_si512(vbb01234567x01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def269]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:64:44: note[note]: called from here
#   62|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   63|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   64|->       const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   65|         const __m512i vb01234567x89ABCDEF = _mm512_and_si512(vbb01234567x01234567, vvalue_mask);
#   66|         const __m512i vb89ABCDEFx89ABCDEF = _mm512_and_si512(vbb89ABCDEFx01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def270]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:65:43: note[note]: called from here
#   63|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   64|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   65|->       const __m512i vb01234567x89ABCDEF = _mm512_and_si512(vbb01234567x01234567, vvalue_mask);
#   66|         const __m512i vb89ABCDEFx89ABCDEF = _mm512_and_si512(vbb89ABCDEFx01234567, vvalue_mask);
#   67|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def271]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:66:43: note[note]: called from here
#   64|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   65|         const __m512i vb01234567x89ABCDEF = _mm512_and_si512(vbb01234567x01234567, vvalue_mask);
#   66|->       const __m512i vb89ABCDEFx89ABCDEF = _mm512_and_si512(vbb89ABCDEFx01234567, vvalue_mask);
#   67|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   68|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def272]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:67:43: note[note]: called from here
#   65|         const __m512i vb01234567x89ABCDEF = _mm512_and_si512(vbb01234567x01234567, vvalue_mask);
#   66|         const __m512i vb89ABCDEFx89ABCDEF = _mm512_and_si512(vbb89ABCDEFx01234567, vvalue_mask);
#   67|->       const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   68|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   69|   

Error: COMPILER_WARNING: [#def273]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:68:43: note[note]: called from here
#   66|         const __m512i vb89ABCDEFx89ABCDEF = _mm512_and_si512(vbb89ABCDEFx01234567, vvalue_mask);
#   67|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   68|->       const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   69|   
#   70|         vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);

Error: COMPILER_WARNING: [#def274]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:70:24: note[note]: called from here
#   68|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   69|   
#   70|->       vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);
#   71|         vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x01234567, vb89ABCDEFx01234567);
#   72|         xnn_prefetch_to_l1((const int8_t*) w + 896);

Error: COMPILER_WARNING: [#def275]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:71:24: note[note]: called from here
#   69|   
#   70|         vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);
#   71|->       vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x01234567, vb89ABCDEFx01234567);
#   72|         xnn_prefetch_to_l1((const int8_t*) w + 896);
#   73|         xnn_prefetch_to_l1((const int8_t*) w + 960);

Error: COMPILER_WARNING: [#def276]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:74:24: note[note]: called from here
#   72|         xnn_prefetch_to_l1((const int8_t*) w + 896);
#   73|         xnn_prefetch_to_l1((const int8_t*) w + 960);
#   74|->       vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x89ABCDEF, vb01234567x89ABCDEF);
#   75|         vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x89ABCDEF, vb89ABCDEFx89ABCDEF);
#   76|   

Error: COMPILER_WARNING: [#def277]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:75:24: note[note]: called from here
#   73|         xnn_prefetch_to_l1((const int8_t*) w + 960);
#   74|         vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x89ABCDEF, vb01234567x89ABCDEF);
#   75|->       vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x89ABCDEF, vb89ABCDEFx89ABCDEF);
#   76|   
#   77|         w = (const int8_t*) w + 128;

Error: COMPILER_WARNING: [#def278]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:82:36: note[note]: called from here
#   80|   
#   81|       if (k != 0) {
#   82|->       const __m512i va0x01234567 = _mm512_xor_epi64(_mm512_broadcast_i32x2(_mm_loadl_epi64((const __m128i*) a0)), vsign_mask);
#   83|         a0 += 8;
#   84|   

Error: COMPILER_WARNING: [#def279]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:85:44: note[note]: called from here
#   83|         a0 += 8;
#   84|   
#   85|->       const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   86|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   87|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);

Error: COMPILER_WARNING: [#def280]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:86:44: note[note]: called from here
#   84|   
#   85|         const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   86|->       const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   87|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   88|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);

Error: COMPILER_WARNING: [#def281]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:87:44: note[note]: called from here
#   85|         const __m512i vbb01234567x01234567 = _mm512_load_si512(w);
#   86|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   87|->       const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   88|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   89|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def282]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:88:44: note[note]: called from here
#   86|         const __m512i vbb89ABCDEFx01234567 = _mm512_load_si512((const int8_t*) w + 64);
#   87|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   88|->       const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   89|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   90|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);

Error: COMPILER_WARNING: [#def283]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:89:43: note[note]: called from here
#   87|         const __m512i vbs01234567x01234567 = _mm512_slli_epi32(vbb01234567x01234567, 4);
#   88|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   89|->       const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   90|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   91|   

Error: COMPILER_WARNING: [#def284]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:90:43: note[note]: called from here
#   88|         const __m512i vbs89ABCDEFx01234567 = _mm512_slli_epi32(vbb89ABCDEFx01234567, 4);
#   89|         const __m512i vb01234567x01234567 = _mm512_and_si512(vbs01234567x01234567, vvalue_mask);
#   90|->       const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   91|   
#   92|         vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);

Error: COMPILER_WARNING: [#def285]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:92:24: note[note]: called from here
#   90|         const __m512i vb89ABCDEFx01234567 = _mm512_and_si512(vbs89ABCDEFx01234567, vvalue_mask);
#   91|   
#   92|->       vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);
#   93|         vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x01234567, vb89ABCDEFx01234567);
#   94|         xnn_prefetch_to_l1((const int8_t*) w + 896);

Error: COMPILER_WARNING: [#def286]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:93:24: note[note]: called from here
#   91|   
#   92|         vacc0x01234567 = _mm512_dpbusd_epi32(vacc0x01234567, va0x01234567, vb01234567x01234567);
#   93|->       vacc0x89ABCDEF = _mm512_dpbusd_epi32(vacc0x89ABCDEF, va0x01234567, vb89ABCDEFx01234567);
#   94|         xnn_prefetch_to_l1((const int8_t*) w + 896);
#   95|         xnn_prefetch_to_l1((const int8_t*) w + 960);

Error: COMPILER_WARNING: [#def287]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:102:26: note[note]: called from here
#  100|   
#  101|       // Add adjacent pairs
#  102|->     const __m512i vidx = _mm512_set_epi32(30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2, 0);
#  103|       const __m512i vsum0x01234567 = _mm512_add_epi32(vacc0x01234567, _mm512_srai_epi64(vacc0x01234567, 32));
#  104|       const __m512i vsum0x89ABCDEF = _mm512_add_epi32(vacc0x89ABCDEF, _mm512_srai_epi64(vacc0x89ABCDEF, 32));

Error: COMPILER_WARNING: [#def288]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:103:36: note[note]: called from here
#  101|       // Add adjacent pairs
#  102|       const __m512i vidx = _mm512_set_epi32(30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2, 0);
#  103|->     const __m512i vsum0x01234567 = _mm512_add_epi32(vacc0x01234567, _mm512_srai_epi64(vacc0x01234567, 32));
#  104|       const __m512i vsum0x89ABCDEF = _mm512_add_epi32(vacc0x89ABCDEF, _mm512_srai_epi64(vacc0x89ABCDEF, 32));
#  105|       __m512i vacc0x0123456789ABCDEF = _mm512_permutex2var_epi32(vsum0x01234567, vidx, vsum0x89ABCDEF);

Error: COMPILER_WARNING: [#def289]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:104:36: note[note]: called from here
#  102|       const __m512i vidx = _mm512_set_epi32(30, 28, 26, 24, 22, 20, 18, 16, 14, 12, 10, 8, 6, 4, 2, 0);
#  103|       const __m512i vsum0x01234567 = _mm512_add_epi32(vacc0x01234567, _mm512_srai_epi64(vacc0x01234567, 32));
#  104|->     const __m512i vsum0x89ABCDEF = _mm512_add_epi32(vacc0x89ABCDEF, _mm512_srai_epi64(vacc0x89ABCDEF, 32));
#  105|       __m512i vacc0x0123456789ABCDEF = _mm512_permutex2var_epi32(vsum0x01234567, vidx, vsum0x89ABCDEF);
#  106|   

Error: COMPILER_WARNING: [#def290]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:105:38: note[note]: called from here
#  103|       const __m512i vsum0x01234567 = _mm512_add_epi32(vacc0x01234567, _mm512_srai_epi64(vacc0x01234567, 32));
#  104|       const __m512i vsum0x89ABCDEF = _mm512_add_epi32(vacc0x89ABCDEF, _mm512_srai_epi64(vacc0x89ABCDEF, 32));
#  105|->     __m512i vacc0x0123456789ABCDEF = _mm512_permutex2var_epi32(vsum0x01234567, vidx, vsum0x89ABCDEF);
#  106|   
#  107|       vacc0x0123456789ABCDEF = _mm512_srai_epi32(vacc0x0123456789ABCDEF, 4);

Error: COMPILER_WARNING: [#def291]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:107:30: note[note]: called from here
#  105|       __m512i vacc0x0123456789ABCDEF = _mm512_permutex2var_epi32(vsum0x01234567, vidx, vsum0x89ABCDEF);
#  106|   
#  107|->     vacc0x0123456789ABCDEF = _mm512_srai_epi32(vacc0x0123456789ABCDEF, 4);
#  108|       __m512 vscaled0x0123456789ABCDEF = _mm512_cvtepi32_ps(vacc0x0123456789ABCDEF);
#  109|   

Error: COMPILER_WARNING: [#def292]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:108:40: note[note]: called from here
#  106|   
#  107|       vacc0x0123456789ABCDEF = _mm512_srai_epi32(vacc0x0123456789ABCDEF, 4);
#  108|->     __m512 vscaled0x0123456789ABCDEF = _mm512_cvtepi32_ps(vacc0x0123456789ABCDEF);
#  109|   
#  110|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));

Error: COMPILER_WARNING: [#def293]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:110:33: note[note]: called from here
#  108|       __m512 vscaled0x0123456789ABCDEF = _mm512_cvtepi32_ps(vacc0x0123456789ABCDEF);
#  109|   
#  110|->     vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  111|   
#  112|       const __m512 vfilter_output_scale0123456789ABCDEF = _mm512_load_ps((const float*) w);

Error: COMPILER_WARNING: [#def294]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:112:57: note[note]: called from here
#  110|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  111|   
#  112|->     const __m512 vfilter_output_scale0123456789ABCDEF = _mm512_load_ps((const float*) w);
#  113|       const __m512 vbias0123456789ABCDEF = _mm512_load_ps((const float*) w + 16);
#  114|       w = (const float*) w + 32;

Error: COMPILER_WARNING: [#def295]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:113:42: note[note]: called from here
#  111|   
#  112|       const __m512 vfilter_output_scale0123456789ABCDEF = _mm512_load_ps((const float*) w);
#  113|->     const __m512 vbias0123456789ABCDEF = _mm512_load_ps((const float*) w + 16);
#  114|       w = (const float*) w + 32;
#  115|   

Error: COMPILER_WARNING: [#def296]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:116:33: note[note]: called from here
#  114|       w = (const float*) w + 32;
#  115|   
#  116|->     vscaled0x0123456789ABCDEF = _mm512_fmadd_ps(vscaled0x0123456789ABCDEF, vfilter_output_scale0123456789ABCDEF, vbias0123456789ABCDEF);
#  117|   
#  118|       vscaled0x0123456789ABCDEF = _mm512_max_ps(vscaled0x0123456789ABCDEF, voutput_min);

Error: COMPILER_WARNING: [#def297]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:118:33: note[note]: called from here
#  116|       vscaled0x0123456789ABCDEF = _mm512_fmadd_ps(vscaled0x0123456789ABCDEF, vfilter_output_scale0123456789ABCDEF, vbias0123456789ABCDEF);
#  117|   
#  118|->     vscaled0x0123456789ABCDEF = _mm512_max_ps(vscaled0x0123456789ABCDEF, voutput_min);
#  119|   
#  120|       vscaled0x0123456789ABCDEF = _mm512_min_ps(vscaled0x0123456789ABCDEF, voutput_max);

Error: COMPILER_WARNING: [#def298]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:120:33: note[note]: called from here
#  118|       vscaled0x0123456789ABCDEF = _mm512_max_ps(vscaled0x0123456789ABCDEF, voutput_min);
#  119|   
#  120|->     vscaled0x0123456789ABCDEF = _mm512_min_ps(vscaled0x0123456789ABCDEF, voutput_max);
#  121|   
#  122|       if(nc >= 16) {

Error: COMPILER_WARNING: [#def299]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:123:7: note[note]: called from here
#  121|   
#  122|       if(nc >= 16) {
#  123|->       _mm512_storeu_ps(c0, vscaled0x0123456789ABCDEF);
#  124|   
#  125|         a0 = (const int8_t*) ((uintptr_t) a0 - kc);

Error: COMPILER_WARNING: [#def300]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:132:31: note[note]: called from here
#  130|       } else {
#  131|         // Prepare mask for valid 32-bit elements (depends on nc).
#  132|->       const __mmask16 vmask = _cvtu32_mask16((UINT32_C(1) << nc) - 1);
#  133|         _mm512_mask_storeu_ps(c0, vmask, vscaled0x0123456789ABCDEF);
#  134|         nc = 0;

Error: COMPILER_WARNING: [#def301]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:133:7: note[note]: called from here
#  131|         // Prepare mask for valid 32-bit elements (depends on nc).
#  132|         const __mmask16 vmask = _cvtu32_mask16((UINT32_C(1) << nc) - 1);
#  133|->       _mm512_mask_storeu_ps(c0, vmask, vscaled0x0123456789ABCDEF);
#  134|         nc = 0;
#  135|       }

Error: COMPILER_WARNING: [#def302]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:44:25: note[note]: called from here
#   42|     assert(channels != 0);
#   43|   
#   44|->   const __m256 vscale = _mm256_load_ps(params->avx.scale);
#   45|     const __m256 vmin = _mm256_load_ps(params->avx.min);
#   46|     const __m256 vmax = _mm256_load_ps(params->avx.max);

Error: COMPILER_WARNING: [#def303]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:45:23: note[note]: called from here
#   43|   
#   44|     const __m256 vscale = _mm256_load_ps(params->avx.scale);
#   45|->   const __m256 vmin = _mm256_load_ps(params->avx.min);
#   46|     const __m256 vmax = _mm256_load_ps(params->avx.max);
#   47|   

Error: COMPILER_WARNING: [#def304]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:46:23: note[note]: called from here
#   44|     const __m256 vscale = _mm256_load_ps(params->avx.scale);
#   45|     const __m256 vmin = _mm256_load_ps(params->avx.min);
#   46|->   const __m256 vmax = _mm256_load_ps(params->avx.max);
#   47|   
#   48|     uint16_t* o = (uint16_t*) output;

Error: COMPILER_WARNING: [#def305]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:99:28: note[note]: called from here
#   97|         uint16_t* b = (uint16_t*) buffer;
#   98|         for (size_t c = 0; c < channels; c += 8) {
#   99|->         const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  100|           i0 += 8;
#  101|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));

Error: COMPILER_WARNING: [#def306]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:101:28: note[note]: called from here
#   99|           const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  100|           i0 += 8;
#  101|->         const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  102|           i1 += 8;
#  103|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def307]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:103:28: note[note]: called from here
#  101|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  102|           i1 += 8;
#  103|->         const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  104|           i2 += 8;
#  105|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def308]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:105:28: note[note]: called from here
#  103|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  104|           i2 += 8;
#  105|->         const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  106|           i3 += 8;
#  107|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def309]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:107:28: note[note]: called from here
#  105|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  106|           i3 += 8;
#  107|->         const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  108|           i4 += 8;
#  109|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def310]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:109:28: note[note]: called from here
#  107|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  108|           i4 += 8;
#  109|->         const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  110|           i5 += 8;
#  111|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def311]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:111:28: note[note]: called from here
#  109|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  110|           i5 += 8;
#  111|->         const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  112|           i6 += 8;
#  113|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def312]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:113:28: note[note]: called from here
#  111|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  112|           i6 += 8;
#  113|->         const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  114|           i7 += 8;
#  115|           const __m256 vi8 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));

Error: COMPILER_WARNING: [#def313]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:115:28: note[note]: called from here
#  113|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  114|           i7 += 8;
#  115|->         const __m256 vi8 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));
#  116|           i8 += 8;
#  117|   

Error: COMPILER_WARNING: [#def314]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:118:31: note[note]: called from here
#  116|           i8 += 8;
#  117|   
#  118|->         const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  119|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  120|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def315]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:119:31: note[note]: called from here
#  117|   
#  118|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  119|->         const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  120|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  121|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def316]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:120:31: note[note]: called from here
#  118|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  119|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  120|->         const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  121|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  122|           const __m256 vsum018 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vi8), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def317]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:121:31: note[note]: called from here
#  119|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  120|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  121|->         const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  122|           const __m256 vsum018 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vi8), _MM_FROUND_TO_NEAREST_INT));
#  123|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def318]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:122:32: note[note]: called from here
#  120|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  121|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  122|->         const __m256 vsum018 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vi8), _MM_FROUND_TO_NEAREST_INT));
#  123|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  124|           const __m256 vsum01678 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum018, vsum67), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def319]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:123:33: note[note]: called from here
#  121|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  122|           const __m256 vsum018 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vi8), _MM_FROUND_TO_NEAREST_INT));
#  123|->         const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  124|           const __m256 vsum01678 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum018, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  125|           const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum01678), _MM_FROUND_TO_NEAREST_INT);

Error: COMPILER_WARNING: [#def320]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:124:34: note[note]: called from here
#  122|           const __m256 vsum018 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vi8), _MM_FROUND_TO_NEAREST_INT));
#  123|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  124|->         const __m256 vsum01678 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum018, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  125|           const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum01678), _MM_FROUND_TO_NEAREST_INT);
#  126|   

Error: COMPILER_WARNING: [#def321]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:125:30: note[note]: called from here
#  123|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  124|           const __m256 vsum01678 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum018, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  125|->         const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum01678), _MM_FROUND_TO_NEAREST_INT);
#  126|   
#  127|           _mm_storeu_si128((__m128i*) b, vsum);

Error: COMPILER_WARNING: [#def322]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:177:28: note[note]: called from here
#  175|         uint16_t* b = (uint16_t*) buffer;
#  176|         for (size_t c = 0; c < channels; c += 8) {
#  177|->         const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  178|           i0 += 8;
#  179|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));

Error: COMPILER_WARNING: [#def323]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:179:28: note[note]: called from here
#  177|           const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  178|           i0 += 8;
#  179|->         const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  180|           i1 += 8;
#  181|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def324]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:181:28: note[note]: called from here
#  179|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  180|           i1 += 8;
#  181|->         const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  182|           i2 += 8;
#  183|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def325]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:183:28: note[note]: called from here
#  181|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  182|           i2 += 8;
#  183|->         const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  184|           i3 += 8;
#  185|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def326]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:185:28: note[note]: called from here
#  183|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  184|           i3 += 8;
#  185|->         const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  186|           i4 += 8;
#  187|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def327]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:187:28: note[note]: called from here
#  185|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  186|           i4 += 8;
#  187|->         const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  188|           i5 += 8;
#  189|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def328]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:189:28: note[note]: called from here
#  187|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  188|           i5 += 8;
#  189|->         const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  190|           i6 += 8;
#  191|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def329]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:191:28: note[note]: called from here
#  189|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  190|           i6 += 8;
#  191|->         const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  192|           i7 += 8;
#  193|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));

Error: COMPILER_WARNING: [#def330]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:193:29: note[note]: called from here
#  191|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  192|           i7 += 8;
#  193|->         const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  194|   
#  195|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def331]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:195:31: note[note]: called from here
#  193|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  194|   
#  195|->         const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  196|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  197|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def332]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:196:31: note[note]: called from here
#  194|   
#  195|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  196|->         const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  197|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  198|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def333]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:197:31: note[note]: called from here
#  195|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  196|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  197|->         const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  198|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  199|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def334]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:198:31: note[note]: called from here
#  196|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  197|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  198|->         const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  199|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  200|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def335]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:199:32: note[note]: called from here
#  197|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  198|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  199|->         const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  200|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  201|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def336]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:200:33: note[note]: called from here
#  198|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  199|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  200|->         const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  201|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  202|           const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT);

Error: COMPILER_WARNING: [#def337]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:201:34: note[note]: called from here
#  199|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  200|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  201|->         const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  202|           const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT);
#  203|   

Error: COMPILER_WARNING: [#def338]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:202:30: note[note]: called from here
#  200|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  201|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  202|->         const __m128i vsum = _mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT);
#  203|   
#  204|           _mm_storeu_si128((__m128i*) b, vsum);

Error: COMPILER_WARNING: [#def339]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:277:28: note[note]: called from here
#  275|         uint16_t* b = (uint16_t*) buffer;
#  276|         while (c >= 8) {
#  277|->         const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  278|           i0 += 8;
#  279|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));

Error: COMPILER_WARNING: [#def340]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:279:28: note[note]: called from here
#  277|           const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  278|           i0 += 8;
#  279|->         const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  280|           i1 += 8;
#  281|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def341]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:281:28: note[note]: called from here
#  279|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  280|           i1 += 8;
#  281|->         const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  282|           i2 += 8;
#  283|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def342]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:283:28: note[note]: called from here
#  281|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  282|           i2 += 8;
#  283|->         const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  284|           i3 += 8;
#  285|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def343]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:285:28: note[note]: called from here
#  283|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  284|           i3 += 8;
#  285|->         const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  286|           i4 += 8;
#  287|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def344]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:287:28: note[note]: called from here
#  285|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  286|           i4 += 8;
#  287|->         const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  288|           i5 += 8;
#  289|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def345]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:289:28: note[note]: called from here
#  287|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  288|           i5 += 8;
#  289|->         const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  290|           i6 += 8;
#  291|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def346]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:291:28: note[note]: called from here
#  289|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  290|           i6 += 8;
#  291|->         const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  292|           i7 += 8;
#  293|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));

Error: COMPILER_WARNING: [#def347]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:293:29: note[note]: called from here
#  291|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  292|           i7 += 8;
#  293|->         const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  294|           b += 8;
#  295|   

Error: COMPILER_WARNING: [#def348]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:296:31: note[note]: called from here
#  294|           b += 8;
#  295|   
#  296|->         const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  297|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  298|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def349]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:297:31: note[note]: called from here
#  295|   
#  296|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  297|->         const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  298|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  299|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def350]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:298:31: note[note]: called from here
#  296|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  297|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  298|->         const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  299|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  300|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def351]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:299:31: note[note]: called from here
#  297|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  298|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  299|->         const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  300|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  301|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def352]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:300:32: note[note]: called from here
#  298|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  299|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  300|->         const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  301|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  302|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def353]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:301:33: note[note]: called from here
#  299|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  300|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  301|->         const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  302|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  303|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def354]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:302:34: note[note]: called from here
#  300|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  301|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  302|->         const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  303|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  304|   

Error: COMPILER_WARNING: [#def355]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:303:29: note[note]: called from here
#  301|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  302|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  303|->         const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  304|   
#  305|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def356]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:305:23: note[note]: called from here
#  303|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  304|   
#  305|->         __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  306|           vout = _mm256_max_ps(vout, vmin);
#  307|           vout = _mm256_min_ps(vout, vmax);

Error: COMPILER_WARNING: [#def357]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:306:16: note[note]: called from here
#  304|   
#  305|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  306|->         vout = _mm256_max_ps(vout, vmin);
#  307|           vout = _mm256_min_ps(vout, vmax);
#  308|   

Error: COMPILER_WARNING: [#def358]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:307:16: note[note]: called from here
#  305|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  306|           vout = _mm256_max_ps(vout, vmin);
#  307|->         vout = _mm256_min_ps(vout, vmax);
#  308|   
#  309|           _mm_storeu_si128((__m128i*) o, _mm256_cvtps_ph(vout, _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def359]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:309:9: note[note]: called from here
#  307|           vout = _mm256_min_ps(vout, vmax);
#  308|   
#  309|->         _mm_storeu_si128((__m128i*) o, _mm256_cvtps_ph(vout, _MM_FROUND_TO_NEAREST_INT));
#  310|           o += 8;
#  311|   

Error: COMPILER_WARNING: [#def360]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:315:28: note[note]: called from here
#  313|         }
#  314|         if (c != 0) {
#  315|->         const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  316|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  317|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def361]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:316:28: note[note]: called from here
#  314|         if (c != 0) {
#  315|           const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  316|->         const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  317|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  318|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def362]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:317:28: note[note]: called from here
#  315|           const __m256 vi0 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  316|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  317|->         const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  318|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  319|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def363]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:318:28: note[note]: called from here
#  316|           const __m256 vi1 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  317|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  318|->         const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  319|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  320|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def364]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:319:28: note[note]: called from here
#  317|           const __m256 vi2 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  318|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  319|->         const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  320|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  321|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def365]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:320:28: note[note]: called from here
#  318|           const __m256 vi3 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  319|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  320|->         const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  321|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  322|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def366]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:321:28: note[note]: called from here
#  319|           const __m256 vi4 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  320|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  321|->         const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  322|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  323|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));

Error: COMPILER_WARNING: [#def367]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:322:28: note[note]: called from here
#  320|           const __m256 vi5 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  321|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  322|->         const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  323|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  324|   

Error: COMPILER_WARNING: [#def368]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:323:29: note[note]: called from here
#  321|           const __m256 vi6 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  322|           const __m256 vi7 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  323|->         const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  324|   
#  325|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def369]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:325:31: note[note]: called from here
#  323|           const __m256 vacc = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) b));
#  324|   
#  325|->         const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  326|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  327|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def370]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:326:31: note[note]: called from here
#  324|   
#  325|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  326|->         const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  327|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  328|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def371]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:327:31: note[note]: called from here
#  325|           const __m256 vsum01 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi0, vi1), _MM_FROUND_TO_NEAREST_INT));
#  326|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  327|->         const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  328|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  329|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def372]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:328:31: note[note]: called from here
#  326|           const __m256 vsum23 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi2, vi3), _MM_FROUND_TO_NEAREST_INT));
#  327|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  328|->         const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  329|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  330|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def373]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:329:32: note[note]: called from here
#  327|           const __m256 vsum45 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi4, vi5), _MM_FROUND_TO_NEAREST_INT));
#  328|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  329|->         const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  330|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  331|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def374]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:330:33: note[note]: called from here
#  328|           const __m256 vsum67 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vi6, vi7), _MM_FROUND_TO_NEAREST_INT));
#  329|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  330|->         const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  331|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  332|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def375]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:331:34: note[note]: called from here
#  329|           const __m256 vsum01a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01, vacc), _MM_FROUND_TO_NEAREST_INT));
#  330|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  331|->         const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  332|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  333|   

Error: COMPILER_WARNING: [#def376]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:332:29: note[note]: called from here
#  330|           const __m256 vsum2345 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum23, vsum45), _MM_FROUND_TO_NEAREST_INT));
#  331|           const __m256 vsum0167a = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum01a, vsum67), _MM_FROUND_TO_NEAREST_INT));
#  332|->         const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  333|   
#  334|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def377]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:334:23: note[note]: called from here
#  332|           const __m256 vsum = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vsum2345, vsum0167a), _MM_FROUND_TO_NEAREST_INT));
#  333|   
#  334|->         __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  335|           vout = _mm256_max_ps(vout, vmin);
#  336|           vout = _mm256_min_ps(vout, vmax);

Error: COMPILER_WARNING: [#def378]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:335:16: note[note]: called from here
#  333|   
#  334|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  335|->         vout = _mm256_max_ps(vout, vmin);
#  336|           vout = _mm256_min_ps(vout, vmax);
#  337|   

Error: COMPILER_WARNING: [#def379]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:336:16: note[note]: called from here
#  334|           __m256 vout = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vsum, vscale), _MM_FROUND_TO_NEAREST_INT));
#  335|           vout = _mm256_max_ps(vout, vmin);
#  336|->         vout = _mm256_min_ps(vout, vmax);
#  337|   
#  338|           __m128i vh = _mm256_cvtps_ph(vout, _MM_FROUND_TO_NEAREST_INT);

Error: COMPILER_WARNING: [#def380]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/f16c.c:338:22: note[note]: called from here
#  336|           vout = _mm256_min_ps(vout, vmax);
#  337|   
#  338|->         __m128i vh = _mm256_cvtps_ph(vout, _MM_FROUND_TO_NEAREST_INT);
#  339|           if (c & 4) {
#  340|             _mm_storel_epi64((__m128i*) o, vh);

Error: COMPILER_WARNING: [#def381]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:42:23: note[note]: called from here
#   40|     assert(output_width != 0);
#   41|   
#   42|->   const __m256 vmax = _mm256_load_ps(params->avx.max);
#   43|     const __m256 vmin = _mm256_load_ps(params->avx.min);
#   44|   

Error: COMPILER_WARNING: [#def382]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:43:23: note[note]: called from here
#   41|   
#   42|     const __m256 vmax = _mm256_load_ps(params->avx.max);
#   43|->   const __m256 vmin = _mm256_load_ps(params->avx.min);
#   44|   
#   45|     uint16_t* o = (uint16_t*) output;

Error: COMPILER_WARNING: [#def383]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:177:31: note[note]: called from here
#  175|       const uint16_t* w = weights;
#  176|       for (; c >= 8; c -= 8) {
#  177|->       __m256 vacc01234567p0 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#  178|   
#  179|   

Error: COMPILER_WARNING: [#def384]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:180:35: note[note]: called from here
#  178|   
#  179|   
#  180|->       const __m256 vi0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  181|         i0 += 8;
#  182|   

Error: COMPILER_WARNING: [#def385]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:183:35: note[note]: called from here
#  181|         i0 += 8;
#  182|   
#  183|->       const __m256 vk0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 8)));
#  184|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  185|   

Error: COMPILER_WARNING: [#def386]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:184:24: note[note]: called from here
#  182|   
#  183|         const __m256 vk0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 8)));
#  184|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  185|   
#  186|         const __m256 vi1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));

Error: COMPILER_WARNING: [#def387]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:186:35: note[note]: called from here
#  184|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  185|   
#  186|->       const __m256 vi1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  187|         i1 += 8;
#  188|   

Error: COMPILER_WARNING: [#def388]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:189:35: note[note]: called from here
#  187|         i1 += 8;
#  188|   
#  189|->       const __m256 vk1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 16)));
#  190|         __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  191|   

Error: COMPILER_WARNING: [#def389]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:190:31: note[note]: called from here
#  188|   
#  189|         const __m256 vk1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 16)));
#  190|->       __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  191|   
#  192|         const __m256 vi2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def390]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:192:35: note[note]: called from here
#  190|         __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  191|   
#  192|->       const __m256 vi2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  193|         i2 += 8;
#  194|   

Error: COMPILER_WARNING: [#def391]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:195:35: note[note]: called from here
#  193|         i2 += 8;
#  194|   
#  195|->       const __m256 vk2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 24)));
#  196|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  197|   

Error: COMPILER_WARNING: [#def392]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:196:24: note[note]: called from here
#  194|   
#  195|         const __m256 vk2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 24)));
#  196|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  197|   
#  198|         const __m256 vi3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def393]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:198:35: note[note]: called from here
#  196|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  197|   
#  198|->       const __m256 vi3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  199|         i3 += 8;
#  200|   

Error: COMPILER_WARNING: [#def394]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:201:35: note[note]: called from here
#  199|         i3 += 8;
#  200|   
#  201|->       const __m256 vk3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 32)));
#  202|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  203|   

Error: COMPILER_WARNING: [#def395]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:202:24: note[note]: called from here
#  200|   
#  201|         const __m256 vk3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 32)));
#  202|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  203|   
#  204|         const __m256 vi4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def396]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:204:35: note[note]: called from here
#  202|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  203|   
#  204|->       const __m256 vi4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  205|         i4 += 8;
#  206|   

Error: COMPILER_WARNING: [#def397]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:207:35: note[note]: called from here
#  205|         i4 += 8;
#  206|   
#  207|->       const __m256 vk4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 40)));
#  208|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  209|   

Error: COMPILER_WARNING: [#def398]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:208:24: note[note]: called from here
#  206|   
#  207|         const __m256 vk4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 40)));
#  208|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  209|   
#  210|         const __m256 vi5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def399]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:210:35: note[note]: called from here
#  208|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  209|   
#  210|->       const __m256 vi5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  211|         i5 += 8;
#  212|   

Error: COMPILER_WARNING: [#def400]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:213:35: note[note]: called from here
#  211|         i5 += 8;
#  212|   
#  213|->       const __m256 vk5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 48)));
#  214|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  215|   

Error: COMPILER_WARNING: [#def401]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:214:24: note[note]: called from here
#  212|   
#  213|         const __m256 vk5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 48)));
#  214|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  215|   
#  216|         const __m256 vi6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def402]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:216:35: note[note]: called from here
#  214|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  215|   
#  216|->       const __m256 vi6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  217|         i6 += 8;
#  218|   

Error: COMPILER_WARNING: [#def403]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:219:35: note[note]: called from here
#  217|         i6 += 8;
#  218|   
#  219|->       const __m256 vk6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 56)));
#  220|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  221|   

Error: COMPILER_WARNING: [#def404]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:220:24: note[note]: called from here
#  218|   
#  219|         const __m256 vk6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 56)));
#  220|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  221|   
#  222|         const __m256 vi7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def405]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:222:35: note[note]: called from here
#  220|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  221|   
#  222|->       const __m256 vi7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  223|         i7 += 8;
#  224|   

Error: COMPILER_WARNING: [#def406]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:225:35: note[note]: called from here
#  223|         i7 += 8;
#  224|   
#  225|->       const __m256 vk7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 64)));
#  226|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  227|   

Error: COMPILER_WARNING: [#def407]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:226:24: note[note]: called from here
#  224|   
#  225|         const __m256 vk7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 64)));
#  226|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  227|   
#  228|         const __m256 vi8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));

Error: COMPILER_WARNING: [#def408]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:228:35: note[note]: called from here
#  226|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  227|   
#  228|->       const __m256 vi8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));
#  229|         i8 += 8;
#  230|   

Error: COMPILER_WARNING: [#def409]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:231:35: note[note]: called from here
#  229|         i8 += 8;
#  230|   
#  231|->       const __m256 vk8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 72)));
#  232|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  233|   

Error: COMPILER_WARNING: [#def410]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:232:24: note[note]: called from here
#  230|   
#  231|         const __m256 vk8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 72)));
#  232|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  233|   
#  234|         const __m256 vi9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i9));

Error: COMPILER_WARNING: [#def411]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:234:35: note[note]: called from here
#  232|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  233|   
#  234|->       const __m256 vi9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i9));
#  235|         i9 += 8;
#  236|   

Error: COMPILER_WARNING: [#def412]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:237:35: note[note]: called from here
#  235|         i9 += 8;
#  236|   
#  237|->       const __m256 vk9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 80)));
#  238|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  239|   

Error: COMPILER_WARNING: [#def413]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:238:24: note[note]: called from here
#  236|   
#  237|         const __m256 vk9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 80)));
#  238|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  239|   
#  240|         const __m256 vi10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i10));

Error: COMPILER_WARNING: [#def414]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:240:36: note[note]: called from here
#  238|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  239|   
#  240|->       const __m256 vi10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i10));
#  241|         i10 += 8;
#  242|   

Error: COMPILER_WARNING: [#def415]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:243:36: note[note]: called from here
#  241|         i10 += 8;
#  242|   
#  243|->       const __m256 vk10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 88)));
#  244|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  245|   

Error: COMPILER_WARNING: [#def416]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:244:24: note[note]: called from here
#  242|   
#  243|         const __m256 vk10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 88)));
#  244|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  245|   
#  246|         const __m256 vi11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i11));

Error: COMPILER_WARNING: [#def417]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:246:36: note[note]: called from here
#  244|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  245|   
#  246|->       const __m256 vi11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i11));
#  247|         i11 += 8;
#  248|   

Error: COMPILER_WARNING: [#def418]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:249:36: note[note]: called from here
#  247|         i11 += 8;
#  248|   
#  249|->       const __m256 vk11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 96)));
#  250|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  251|   

Error: COMPILER_WARNING: [#def419]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:250:24: note[note]: called from here
#  248|   
#  249|         const __m256 vk11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 96)));
#  250|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  251|   
#  252|         const __m256 vi12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i12));

Error: COMPILER_WARNING: [#def420]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:252:36: note[note]: called from here
#  250|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  251|   
#  252|->       const __m256 vi12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i12));
#  253|         i12 += 8;
#  254|   

Error: COMPILER_WARNING: [#def421]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:255:36: note[note]: called from here
#  253|         i12 += 8;
#  254|   
#  255|->       const __m256 vk12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 104)));
#  256|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  257|   

Error: COMPILER_WARNING: [#def422]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:256:24: note[note]: called from here
#  254|   
#  255|         const __m256 vk12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 104)));
#  256|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  257|   
#  258|         const __m256 vi13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i13));

Error: COMPILER_WARNING: [#def423]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:258:36: note[note]: called from here
#  256|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  257|   
#  258|->       const __m256 vi13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i13));
#  259|         i13 += 8;
#  260|   

Error: COMPILER_WARNING: [#def424]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:261:36: note[note]: called from here
#  259|         i13 += 8;
#  260|   
#  261|->       const __m256 vk13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 112)));
#  262|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  263|   

Error: COMPILER_WARNING: [#def425]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:262:24: note[note]: called from here
#  260|   
#  261|         const __m256 vk13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 112)));
#  262|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  263|   
#  264|         const __m256 vi14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i14));

Error: COMPILER_WARNING: [#def426]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:264:36: note[note]: called from here
#  262|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  263|   
#  264|->       const __m256 vi14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i14));
#  265|         i14 += 8;
#  266|   

Error: COMPILER_WARNING: [#def427]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:267:36: note[note]: called from here
#  265|         i14 += 8;
#  266|   
#  267|->       const __m256 vk14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 120)));
#  268|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  269|   

Error: COMPILER_WARNING: [#def428]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:268:24: note[note]: called from here
#  266|   
#  267|         const __m256 vk14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 120)));
#  268|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  269|   
#  270|         const __m256 vi15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i15));

Error: COMPILER_WARNING: [#def429]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:270:36: note[note]: called from here
#  268|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  269|   
#  270|->       const __m256 vi15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i15));
#  271|         i15 += 8;
#  272|   

Error: COMPILER_WARNING: [#def430]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:273:36: note[note]: called from here
#  271|         i15 += 8;
#  272|   
#  273|->       const __m256 vk15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 128)));
#  274|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  275|   

Error: COMPILER_WARNING: [#def431]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:274:24: note[note]: called from here
#  272|   
#  273|         const __m256 vk15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 128)));
#  274|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  275|   
#  276|         const __m256 vi16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i16));

Error: COMPILER_WARNING: [#def432]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:276:36: note[note]: called from here
#  274|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  275|   
#  276|->       const __m256 vi16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i16));
#  277|         i16 += 8;
#  278|   

Error: COMPILER_WARNING: [#def433]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:279:36: note[note]: called from here
#  277|         i16 += 8;
#  278|   
#  279|->       const __m256 vk16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 136)));
#  280|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  281|   

Error: COMPILER_WARNING: [#def434]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:280:24: note[note]: called from here
#  278|   
#  279|         const __m256 vk16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 136)));
#  280|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  281|   
#  282|         const __m256 vi17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i17));

Error: COMPILER_WARNING: [#def435]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:282:36: note[note]: called from here
#  280|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  281|   
#  282|->       const __m256 vi17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i17));
#  283|         i17 += 8;
#  284|   

Error: COMPILER_WARNING: [#def436]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:285:36: note[note]: called from here
#  283|         i17 += 8;
#  284|   
#  285|->       const __m256 vk17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 144)));
#  286|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  287|   

Error: COMPILER_WARNING: [#def437]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:286:24: note[note]: called from here
#  284|   
#  285|         const __m256 vk17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 144)));
#  286|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  287|   
#  288|         const __m256 vi18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i18));

Error: COMPILER_WARNING: [#def438]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:288:36: note[note]: called from here
#  286|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  287|   
#  288|->       const __m256 vi18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i18));
#  289|         i18 += 8;
#  290|   

Error: COMPILER_WARNING: [#def439]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:291:36: note[note]: called from here
#  289|         i18 += 8;
#  290|   
#  291|->       const __m256 vk18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 152)));
#  292|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  293|   

Error: COMPILER_WARNING: [#def440]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:292:24: note[note]: called from here
#  290|   
#  291|         const __m256 vk18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 152)));
#  292|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  293|   
#  294|         const __m256 vi19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i19));

Error: COMPILER_WARNING: [#def441]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:294:36: note[note]: called from here
#  292|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  293|   
#  294|->       const __m256 vi19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i19));
#  295|         i19 += 8;
#  296|   

Error: COMPILER_WARNING: [#def442]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:297:36: note[note]: called from here
#  295|         i19 += 8;
#  296|   
#  297|->       const __m256 vk19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 160)));
#  298|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  299|   

Error: COMPILER_WARNING: [#def443]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:298:24: note[note]: called from here
#  296|   
#  297|         const __m256 vk19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 160)));
#  298|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  299|   
#  300|         const __m256 vi20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i20));

Error: COMPILER_WARNING: [#def444]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:300:36: note[note]: called from here
#  298|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  299|   
#  300|->       const __m256 vi20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i20));
#  301|         i20 += 8;
#  302|   

Error: COMPILER_WARNING: [#def445]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:303:36: note[note]: called from here
#  301|         i20 += 8;
#  302|   
#  303|->       const __m256 vk20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 168)));
#  304|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  305|   

Error: COMPILER_WARNING: [#def446]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:304:24: note[note]: called from here
#  302|   
#  303|         const __m256 vk20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 168)));
#  304|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  305|   
#  306|         const __m256 vi21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i21));

Error: COMPILER_WARNING: [#def447]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:306:36: note[note]: called from here
#  304|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  305|   
#  306|->       const __m256 vi21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i21));
#  307|         i21 += 8;
#  308|   

Error: COMPILER_WARNING: [#def448]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:309:36: note[note]: called from here
#  307|         i21 += 8;
#  308|   
#  309|->       const __m256 vk21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 176)));
#  310|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  311|   

Error: COMPILER_WARNING: [#def449]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:310:24: note[note]: called from here
#  308|   
#  309|         const __m256 vk21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 176)));
#  310|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  311|   
#  312|         const __m256 vi22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i22));

Error: COMPILER_WARNING: [#def450]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:312:36: note[note]: called from here
#  310|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  311|   
#  312|->       const __m256 vi22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i22));
#  313|         i22 += 8;
#  314|   

Error: COMPILER_WARNING: [#def451]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:315:36: note[note]: called from here
#  313|         i22 += 8;
#  314|   
#  315|->       const __m256 vk22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 184)));
#  316|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  317|   

Error: COMPILER_WARNING: [#def452]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:316:24: note[note]: called from here
#  314|   
#  315|         const __m256 vk22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 184)));
#  316|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  317|   
#  318|         const __m256 vi23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i23));

Error: COMPILER_WARNING: [#def453]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:318:36: note[note]: called from here
#  316|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  317|   
#  318|->       const __m256 vi23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i23));
#  319|         i23 += 8;
#  320|   

Error: COMPILER_WARNING: [#def454]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:321:36: note[note]: called from here
#  319|         i23 += 8;
#  320|   
#  321|->       const __m256 vk23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 192)));
#  322|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  323|   

Error: COMPILER_WARNING: [#def455]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:322:24: note[note]: called from here
#  320|   
#  321|         const __m256 vk23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 192)));
#  322|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  323|   
#  324|         const __m256 vi24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i24));

Error: COMPILER_WARNING: [#def456]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:324:36: note[note]: called from here
#  322|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  323|   
#  324|->       const __m256 vi24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i24));
#  325|         i24 += 8;
#  326|   

Error: COMPILER_WARNING: [#def457]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:327:36: note[note]: called from here
#  325|         i24 += 8;
#  326|   
#  327|->       const __m256 vk24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 200)));
#  328|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi24x01234567, vk24x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  329|   

Error: COMPILER_WARNING: [#def458]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:328:24: note[note]: called from here
#  326|   
#  327|         const __m256 vk24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) (w + 200)));
#  328|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi24x01234567, vk24x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  329|   
#  330|         w += 208;

Error: COMPILER_WARNING: [#def459]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:333:24: note[note]: called from here
#  331|   
#  332|         // Add up all accumulators to vacc01234567p0
#  333|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vacc01234567p0, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  334|   
#  335|         __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);

Error: COMPILER_WARNING: [#def460]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:335:29: note[note]: called from here
#  333|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vacc01234567p0, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  334|   
#  335|->       __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);
#  336|         vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  337|   

Error: COMPILER_WARNING: [#def461]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:336:22: note[note]: called from here
#  334|   
#  335|         __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);
#  336|->       vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  337|   
#  338|         _mm_storeu_si128((__m128i*) o, _mm256_cvtps_ph(vacc01234567, _MM_FROUND_TO_NEAREST_INT));

Error: COMPILER_WARNING: [#def462]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:338:7: note[note]: called from here
#  336|         vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  337|   
#  338|->       _mm_storeu_si128((__m128i*) o, _mm256_cvtps_ph(vacc01234567, _MM_FROUND_TO_NEAREST_INT));
#  339|         o += 8;
#  340|       }

Error: COMPILER_WARNING: [#def463]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:345:31: note[note]: called from here
#  343|         assert(c <= 7);
#  344|   
#  345|->       __m256 vacc01234567p0 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#  346|   
#  347|         const __m256 vi0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));

Error: COMPILER_WARNING: [#def464]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:347:35: note[note]: called from here
#  345|         __m256 vacc01234567p0 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) w));
#  346|   
#  347|->       const __m256 vi0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  348|   
#  349|         const __m256 vk0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 8)));

Error: COMPILER_WARNING: [#def465]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:349:35: note[note]: called from here
#  347|         const __m256 vi0x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i0));
#  348|   
#  349|->       const __m256 vk0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 8)));
#  350|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  351|   

Error: COMPILER_WARNING: [#def466]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:350:24: note[note]: called from here
#  348|   
#  349|         const __m256 vk0x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 8)));
#  350|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  351|   
#  352|         const __m256 vi1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));

Error: COMPILER_WARNING: [#def467]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:352:35: note[note]: called from here
#  350|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi0x01234567, vk0x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  351|   
#  352|->       const __m256 vi1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  353|   
#  354|         const __m256 vk1x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 16)));

Error: COMPILER_WARNING: [#def468]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:354:35: note[note]: called from here
#  352|         const __m256 vi1x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i1));
#  353|   
#  354|->       const __m256 vk1x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 16)));
#  355|         __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  356|   

Error: COMPILER_WARNING: [#def469]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:355:31: note[note]: called from here
#  353|   
#  354|         const __m256 vk1x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 16)));
#  355|->       __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  356|   
#  357|         const __m256 vi2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));

Error: COMPILER_WARNING: [#def470]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:357:35: note[note]: called from here
#  355|         __m256 vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_mul_ps(vi1x01234567, vk1x01234567), _MM_FROUND_TO_NEAREST_INT));
#  356|   
#  357|->       const __m256 vi2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  358|   
#  359|         const __m256 vk2x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 24)));

Error: COMPILER_WARNING: [#def471]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:359:35: note[note]: called from here
#  357|         const __m256 vi2x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i2));
#  358|   
#  359|->       const __m256 vk2x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 24)));
#  360|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  361|   

Error: COMPILER_WARNING: [#def472]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:360:24: note[note]: called from here
#  358|   
#  359|         const __m256 vk2x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 24)));
#  360|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  361|   
#  362|         const __m256 vi3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));

Error: COMPILER_WARNING: [#def473]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:362:35: note[note]: called from here
#  360|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi2x01234567, vk2x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  361|   
#  362|->       const __m256 vi3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  363|   
#  364|         const __m256 vk3x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 32)));

Error: COMPILER_WARNING: [#def474]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:364:35: note[note]: called from here
#  362|         const __m256 vi3x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i3));
#  363|   
#  364|->       const __m256 vk3x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 32)));
#  365|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  366|   

Error: COMPILER_WARNING: [#def475]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:365:24: note[note]: called from here
#  363|   
#  364|         const __m256 vk3x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 32)));
#  365|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  366|   
#  367|         const __m256 vi4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));

Error: COMPILER_WARNING: [#def476]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:367:35: note[note]: called from here
#  365|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi3x01234567, vk3x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  366|   
#  367|->       const __m256 vi4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  368|   
#  369|         const __m256 vk4x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 40)));

Error: COMPILER_WARNING: [#def477]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:369:35: note[note]: called from here
#  367|         const __m256 vi4x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i4));
#  368|   
#  369|->       const __m256 vk4x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 40)));
#  370|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  371|   

Error: COMPILER_WARNING: [#def478]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:370:24: note[note]: called from here
#  368|   
#  369|         const __m256 vk4x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 40)));
#  370|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  371|   
#  372|         const __m256 vi5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));

Error: COMPILER_WARNING: [#def479]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:372:35: note[note]: called from here
#  370|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi4x01234567, vk4x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  371|   
#  372|->       const __m256 vi5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  373|   
#  374|         const __m256 vk5x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 48)));

Error: COMPILER_WARNING: [#def480]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:374:35: note[note]: called from here
#  372|         const __m256 vi5x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i5));
#  373|   
#  374|->       const __m256 vk5x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 48)));
#  375|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  376|   

Error: COMPILER_WARNING: [#def481]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:375:24: note[note]: called from here
#  373|   
#  374|         const __m256 vk5x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 48)));
#  375|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  376|   
#  377|         const __m256 vi6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));

Error: COMPILER_WARNING: [#def482]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:377:35: note[note]: called from here
#  375|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi5x01234567, vk5x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  376|   
#  377|->       const __m256 vi6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  378|   
#  379|         const __m256 vk6x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 56)));

Error: COMPILER_WARNING: [#def483]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:379:35: note[note]: called from here
#  377|         const __m256 vi6x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i6));
#  378|   
#  379|->       const __m256 vk6x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 56)));
#  380|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  381|   

Error: COMPILER_WARNING: [#def484]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:380:24: note[note]: called from here
#  378|   
#  379|         const __m256 vk6x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 56)));
#  380|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  381|   
#  382|         const __m256 vi7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));

Error: COMPILER_WARNING: [#def485]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:382:35: note[note]: called from here
#  380|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi6x01234567, vk6x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  381|   
#  382|->       const __m256 vi7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  383|   
#  384|         const __m256 vk7x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 64)));

Error: COMPILER_WARNING: [#def486]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:384:35: note[note]: called from here
#  382|         const __m256 vi7x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i7));
#  383|   
#  384|->       const __m256 vk7x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 64)));
#  385|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  386|   

Error: COMPILER_WARNING: [#def487]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:385:24: note[note]: called from here
#  383|   
#  384|         const __m256 vk7x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 64)));
#  385|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  386|   
#  387|         const __m256 vi8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));

Error: COMPILER_WARNING: [#def488]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:387:35: note[note]: called from here
#  385|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi7x01234567, vk7x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  386|   
#  387|->       const __m256 vi8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));
#  388|   
#  389|         const __m256 vk8x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 72)));

Error: COMPILER_WARNING: [#def489]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:389:35: note[note]: called from here
#  387|         const __m256 vi8x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i8));
#  388|   
#  389|->       const __m256 vk8x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 72)));
#  390|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  391|   

Error: COMPILER_WARNING: [#def490]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:390:24: note[note]: called from here
#  388|   
#  389|         const __m256 vk8x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 72)));
#  390|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  391|   
#  392|         const __m256 vi9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i9));

Error: COMPILER_WARNING: [#def491]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:392:35: note[note]: called from here
#  390|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi8x01234567, vk8x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  391|   
#  392|->       const __m256 vi9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i9));
#  393|   
#  394|         const __m256 vk9x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 80)));

Error: COMPILER_WARNING: [#def492]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:394:35: note[note]: called from here
#  392|         const __m256 vi9x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i9));
#  393|   
#  394|->       const __m256 vk9x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 80)));
#  395|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  396|   

Error: COMPILER_WARNING: [#def493]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:395:24: note[note]: called from here
#  393|   
#  394|         const __m256 vk9x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 80)));
#  395|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  396|   
#  397|         const __m256 vi10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i10));

Error: COMPILER_WARNING: [#def494]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:397:36: note[note]: called from here
#  395|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi9x01234567, vk9x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  396|   
#  397|->       const __m256 vi10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i10));
#  398|   
#  399|         const __m256 vk10x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 88)));

Error: COMPILER_WARNING: [#def495]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:399:36: note[note]: called from here
#  397|         const __m256 vi10x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i10));
#  398|   
#  399|->       const __m256 vk10x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 88)));
#  400|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  401|   

Error: COMPILER_WARNING: [#def496]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:400:24: note[note]: called from here
#  398|   
#  399|         const __m256 vk10x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 88)));
#  400|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  401|   
#  402|         const __m256 vi11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i11));

Error: COMPILER_WARNING: [#def497]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:402:36: note[note]: called from here
#  400|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi10x01234567, vk10x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  401|   
#  402|->       const __m256 vi11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i11));
#  403|   
#  404|         const __m256 vk11x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 96)));

Error: COMPILER_WARNING: [#def498]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:404:36: note[note]: called from here
#  402|         const __m256 vi11x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i11));
#  403|   
#  404|->       const __m256 vk11x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 96)));
#  405|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  406|   

Error: COMPILER_WARNING: [#def499]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:405:24: note[note]: called from here
#  403|   
#  404|         const __m256 vk11x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 96)));
#  405|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  406|   
#  407|         const __m256 vi12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i12));

Error: COMPILER_WARNING: [#def500]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:407:36: note[note]: called from here
#  405|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi11x01234567, vk11x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  406|   
#  407|->       const __m256 vi12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i12));
#  408|   
#  409|         const __m256 vk12x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 104)));

Error: COMPILER_WARNING: [#def501]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:409:36: note[note]: called from here
#  407|         const __m256 vi12x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i12));
#  408|   
#  409|->       const __m256 vk12x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 104)));
#  410|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  411|   

Error: COMPILER_WARNING: [#def502]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:410:24: note[note]: called from here
#  408|   
#  409|         const __m256 vk12x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 104)));
#  410|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  411|   
#  412|         const __m256 vi13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i13));

Error: COMPILER_WARNING: [#def503]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:412:36: note[note]: called from here
#  410|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi12x01234567, vk12x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  411|   
#  412|->       const __m256 vi13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i13));
#  413|   
#  414|         const __m256 vk13x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 112)));

Error: COMPILER_WARNING: [#def504]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:414:36: note[note]: called from here
#  412|         const __m256 vi13x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i13));
#  413|   
#  414|->       const __m256 vk13x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 112)));
#  415|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  416|   

Error: COMPILER_WARNING: [#def505]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:415:24: note[note]: called from here
#  413|   
#  414|         const __m256 vk13x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 112)));
#  415|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  416|   
#  417|         const __m256 vi14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i14));

Error: COMPILER_WARNING: [#def506]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:417:36: note[note]: called from here
#  415|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi13x01234567, vk13x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  416|   
#  417|->       const __m256 vi14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i14));
#  418|   
#  419|         const __m256 vk14x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 120)));

Error: COMPILER_WARNING: [#def507]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:419:36: note[note]: called from here
#  417|         const __m256 vi14x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i14));
#  418|   
#  419|->       const __m256 vk14x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 120)));
#  420|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  421|   

Error: COMPILER_WARNING: [#def508]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:420:24: note[note]: called from here
#  418|   
#  419|         const __m256 vk14x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 120)));
#  420|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  421|   
#  422|         const __m256 vi15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i15));

Error: COMPILER_WARNING: [#def509]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:422:36: note[note]: called from here
#  420|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi14x01234567, vk14x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  421|   
#  422|->       const __m256 vi15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i15));
#  423|   
#  424|         const __m256 vk15x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 128)));

Error: COMPILER_WARNING: [#def510]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:424:36: note[note]: called from here
#  422|         const __m256 vi15x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i15));
#  423|   
#  424|->       const __m256 vk15x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 128)));
#  425|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  426|   

Error: COMPILER_WARNING: [#def511]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:425:24: note[note]: called from here
#  423|   
#  424|         const __m256 vk15x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 128)));
#  425|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  426|   
#  427|         const __m256 vi16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i16));

Error: COMPILER_WARNING: [#def512]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:427:36: note[note]: called from here
#  425|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi15x01234567, vk15x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  426|   
#  427|->       const __m256 vi16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i16));
#  428|   
#  429|         const __m256 vk16x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 136)));

Error: COMPILER_WARNING: [#def513]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:429:36: note[note]: called from here
#  427|         const __m256 vi16x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i16));
#  428|   
#  429|->       const __m256 vk16x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 136)));
#  430|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  431|   

Error: COMPILER_WARNING: [#def514]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:430:24: note[note]: called from here
#  428|   
#  429|         const __m256 vk16x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 136)));
#  430|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  431|   
#  432|         const __m256 vi17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i17));

Error: COMPILER_WARNING: [#def515]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:432:36: note[note]: called from here
#  430|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi16x01234567, vk16x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  431|   
#  432|->       const __m256 vi17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i17));
#  433|   
#  434|         const __m256 vk17x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 144)));

Error: COMPILER_WARNING: [#def516]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:434:36: note[note]: called from here
#  432|         const __m256 vi17x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i17));
#  433|   
#  434|->       const __m256 vk17x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 144)));
#  435|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  436|   

Error: COMPILER_WARNING: [#def517]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:435:24: note[note]: called from here
#  433|   
#  434|         const __m256 vk17x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 144)));
#  435|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  436|   
#  437|         const __m256 vi18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i18));

Error: COMPILER_WARNING: [#def518]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:437:36: note[note]: called from here
#  435|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi17x01234567, vk17x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  436|   
#  437|->       const __m256 vi18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i18));
#  438|   
#  439|         const __m256 vk18x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 152)));

Error: COMPILER_WARNING: [#def519]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:439:36: note[note]: called from here
#  437|         const __m256 vi18x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i18));
#  438|   
#  439|->       const __m256 vk18x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 152)));
#  440|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  441|   

Error: COMPILER_WARNING: [#def520]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:440:24: note[note]: called from here
#  438|   
#  439|         const __m256 vk18x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 152)));
#  440|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  441|   
#  442|         const __m256 vi19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i19));

Error: COMPILER_WARNING: [#def521]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:442:36: note[note]: called from here
#  440|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi18x01234567, vk18x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  441|   
#  442|->       const __m256 vi19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i19));
#  443|   
#  444|         const __m256 vk19x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 160)));

Error: COMPILER_WARNING: [#def522]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:444:36: note[note]: called from here
#  442|         const __m256 vi19x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i19));
#  443|   
#  444|->       const __m256 vk19x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 160)));
#  445|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  446|   

Error: COMPILER_WARNING: [#def523]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:445:24: note[note]: called from here
#  443|   
#  444|         const __m256 vk19x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 160)));
#  445|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  446|   
#  447|         const __m256 vi20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i20));

Error: COMPILER_WARNING: [#def524]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:447:36: note[note]: called from here
#  445|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi19x01234567, vk19x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  446|   
#  447|->       const __m256 vi20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i20));
#  448|   
#  449|         const __m256 vk20x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 168)));

Error: COMPILER_WARNING: [#def525]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:449:36: note[note]: called from here
#  447|         const __m256 vi20x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i20));
#  448|   
#  449|->       const __m256 vk20x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 168)));
#  450|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  451|   

Error: COMPILER_WARNING: [#def526]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:450:24: note[note]: called from here
#  448|   
#  449|         const __m256 vk20x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 168)));
#  450|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  451|   
#  452|         const __m256 vi21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i21));

Error: COMPILER_WARNING: [#def527]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:452:36: note[note]: called from here
#  450|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi20x01234567, vk20x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  451|   
#  452|->       const __m256 vi21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i21));
#  453|   
#  454|         const __m256 vk21x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 176)));

Error: COMPILER_WARNING: [#def528]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:454:36: note[note]: called from here
#  452|         const __m256 vi21x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i21));
#  453|   
#  454|->       const __m256 vk21x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 176)));
#  455|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  456|   

Error: COMPILER_WARNING: [#def529]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:455:24: note[note]: called from here
#  453|   
#  454|         const __m256 vk21x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 176)));
#  455|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  456|   
#  457|         const __m256 vi22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i22));

Error: COMPILER_WARNING: [#def530]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:457:36: note[note]: called from here
#  455|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi21x01234567, vk21x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  456|   
#  457|->       const __m256 vi22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i22));
#  458|   
#  459|         const __m256 vk22x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 184)));

Error: COMPILER_WARNING: [#def531]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:459:36: note[note]: called from here
#  457|         const __m256 vi22x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i22));
#  458|   
#  459|->       const __m256 vk22x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 184)));
#  460|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  461|   

Error: COMPILER_WARNING: [#def532]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:460:24: note[note]: called from here
#  458|   
#  459|         const __m256 vk22x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 184)));
#  460|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  461|   
#  462|         const __m256 vi23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i23));

Error: COMPILER_WARNING: [#def533]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:462:36: note[note]: called from here
#  460|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi22x01234567, vk22x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  461|   
#  462|->       const __m256 vi23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i23));
#  463|   
#  464|         const __m256 vk23x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 192)));

Error: COMPILER_WARNING: [#def534]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:464:36: note[note]: called from here
#  462|         const __m256 vi23x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i23));
#  463|   
#  464|->       const __m256 vk23x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 192)));
#  465|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  466|   

Error: COMPILER_WARNING: [#def535]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:465:24: note[note]: called from here
#  463|   
#  464|         const __m256 vk23x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 192)));
#  465|->       vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  466|   
#  467|         const __m256 vi24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i24));

Error: COMPILER_WARNING: [#def536]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:467:36: note[note]: called from here
#  465|         vacc01234567p1 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi23x01234567, vk23x01234567, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  466|   
#  467|->       const __m256 vi24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i24));
#  468|   
#  469|         const __m256 vk24x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 200)));

Error: COMPILER_WARNING: [#def537]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:469:36: note[note]: called from here
#  467|         const __m256 vi24x01234567 = _mm256_cvtph_ps(_mm_loadu_si128((const __m128i*) i24));
#  468|   
#  469|->       const __m256 vk24x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 200)));
#  470|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi24x01234567, vk24x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  471|   

Error: COMPILER_WARNING: [#def538]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:470:24: note[note]: called from here
#  468|   
#  469|         const __m256 vk24x01234567 = _mm256_cvtph_ps(_mm_load_si128((const __m128i*) (w + 200)));
#  470|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_fmadd_ps(vi24x01234567, vk24x01234567, vacc01234567p0), _MM_FROUND_TO_NEAREST_INT));
#  471|   
#  472|         // Add up all accumulators to vacc01234567p0

Error: COMPILER_WARNING: [#def539]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:473:24: note[note]: called from here
#  471|   
#  472|         // Add up all accumulators to vacc01234567p0
#  473|->       vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vacc01234567p0, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  474|   
#  475|         __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);

Error: COMPILER_WARNING: [#def540]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:475:29: note[note]: called from here
#  473|         vacc01234567p0 = _mm256_cvtph_ps(_mm256_cvtps_ph(_mm256_add_ps(vacc01234567p0, vacc01234567p1), _MM_FROUND_TO_NEAREST_INT));
#  474|   
#  475|->       __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);
#  476|         vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  477|   

Error: COMPILER_WARNING: [#def541]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:476:22: note[note]: called from here
#  474|   
#  475|         __m256 vacc01234567 = _mm256_max_ps(vacc01234567p0, vmin);
#  476|->       vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  477|   
#  478|         __m128i vh01234567 = _mm256_cvtps_ph(vacc01234567, _MM_FROUND_TO_NEAREST_INT);

Error: COMPILER_WARNING: [#def542]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/fma3.c:478:28: note[note]: called from here
#  476|         vacc01234567 = _mm256_min_ps(vacc01234567, vmax);
#  477|   
#  478|->       __m128i vh01234567 = _mm256_cvtps_ph(vacc01234567, _MM_FROUND_TO_NEAREST_INT);
#  479|         if (c & 4) {
#  480|           _mm_storel_epi64((__m128i*) o, vh01234567);

Error: COMPILER_WARNING: [#def543]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:78:25: note[note]: called from here
#   76|       const __m128i vmask1 = _mm_cmpgt_epi16(vnonsign1, vdenorm_cutoff);
#   77|   
#   78|->     const __m128i vf0 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign0),
#   79|         _mm_blendv_epi8(vdenorm0, vnorm0, _mm_cvtepi16_epi32(vmask0)));
#   80|       const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),

Error: COMPILER_WARNING: [#def544]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:80:25: note[note]: called from here
#   78|       const __m128i vf0 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign0),
#   79|         _mm_blendv_epi8(vdenorm0, vnorm0, _mm_cvtepi16_epi32(vmask0)));
#   80|->     const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),
#   81|         _mm_blendv_epi8(vdenorm1, vnorm1, _mm_unpackhi_epi16(vmask0, vmask0)));
#   82|       const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),

Error: COMPILER_WARNING: [#def545]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:82:25: note[note]: called from here
#   80|       const __m128i vf1 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign0),
#   81|         _mm_blendv_epi8(vdenorm1, vnorm1, _mm_unpackhi_epi16(vmask0, vmask0)));
#   82|->     const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),
#   83|         _mm_blendv_epi8(vdenorm2, vnorm2, _mm_cvtepi16_epi32(vmask1)));
#   84|       const __m128i vf3 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign1),

Error: COMPILER_WARNING: [#def546]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:84:25: note[note]: called from here
#   82|       const __m128i vf2 = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign1),
#   83|         _mm_blendv_epi8(vdenorm2, vnorm2, _mm_cvtepi16_epi32(vmask1)));
#   84|->     const __m128i vf3 = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign1),
#   85|         _mm_blendv_epi8(vdenorm3, vnorm3, _mm_unpackhi_epi16(vmask1, vmask1)));
#   86|   

Error: COMPILER_WARNING: [#def547]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:112:27: note[note]: called from here
#  110|       const __m128i vmask = _mm_cmpgt_epi16(vnonsign, vdenorm_cutoff);
#  111|   
#  112|->     const __m128i vf_lo = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign),
#  113|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  114|   

Error: COMPILER_WARNING: [#def548]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:115:27: note[note]: called from here
#  113|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  114|   
#  115|->     const __m128i vf_hi = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign),
#  116|         _mm_blendv_epi8(vdenorm_hi, vnorm_hi, _mm_unpackhi_epi16(vmask, vmask)));
#  117|   

Error: COMPILER_WARNING: [#def549]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:140:18: note[note]: called from here
#  138|       const __m128i vmask = _mm_cmpgt_epi16(vnonsign, vdenorm_cutoff);
#  139|   
#  140|->     __m128i vf = _mm_or_si128(_mm_unpacklo_epi16(_mm_setzero_si128(), vsign),
#  141|         _mm_blendv_epi8(vdenorm_lo, vnorm_lo, _mm_cvtepi16_epi32(vmask)));
#  142|   

Error: COMPILER_WARNING: [#def550]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/sse41.c:147:12: note[note]: called from here
#  145|         output += 4;
#  146|   
#  147|->       vf = _mm_or_si128(_mm_unpackhi_epi16(_mm_setzero_si128(), vsign),
#  148|           _mm_blendv_epi8(vdenorm_hi, vnorm_hi, _mm_unpackhi_epi16(vmask, vmask)));
#  149|       }

Error: COMPILER_WARNING: [#def551]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:102:31: note[note]: called from here
#  100|         vo1p0 = _mm_add_ps(vo1p0, _mm_mul_ps(vi3x4567, vk21));
#  101|   
#  102|->       const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  103|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  104|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));

Error: COMPILER_WARNING: [#def552]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:103:31: note[note]: called from here
#  101|   
#  102|         const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  103|->       const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  104|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  105|         const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));

Error: COMPILER_WARNING: [#def553]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:104:31: note[note]: called from here
#  102|         const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  103|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  104|->       const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  105|         const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));
#  106|   

Error: COMPILER_WARNING: [#def554]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:105:31: note[note]: called from here
#  103|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  104|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  105|->       const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));
#  106|   
#  107|         vo0p1 = _mm_add_ps(vo0p1, _mm_mul_ps(vi0x3456, vk00));

Error: COMPILER_WARNING: [#def555]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:119:31: note[note]: called from here
#  117|         vi3x0123 = vi3x4567;
#  118|   
#  119|->       const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x89AB), _mm_castps_si128(vi0x4567), 4));
#  120|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x89AB), _mm_castps_si128(vi1x4567), 4));
#  121|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x89AB), _mm_castps_si128(vi2x4567), 4));

Error: COMPILER_WARNING: [#def556]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:120:31: note[note]: called from here
#  118|   
#  119|         const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x89AB), _mm_castps_si128(vi0x4567), 4));
#  120|->       const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x89AB), _mm_castps_si128(vi1x4567), 4));
#  121|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x89AB), _mm_castps_si128(vi2x4567), 4));
#  122|         const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x89AB), _mm_castps_si128(vi3x4567), 4));

Error: COMPILER_WARNING: [#def557]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:121:31: note[note]: called from here
#  119|         const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x89AB), _mm_castps_si128(vi0x4567), 4));
#  120|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x89AB), _mm_castps_si128(vi1x4567), 4));
#  121|->       const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x89AB), _mm_castps_si128(vi2x4567), 4));
#  122|         const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x89AB), _mm_castps_si128(vi3x4567), 4));
#  123|   

Error: COMPILER_WARNING: [#def558]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:122:31: note[note]: called from here
#  120|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x89AB), _mm_castps_si128(vi1x4567), 4));
#  121|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x89AB), _mm_castps_si128(vi2x4567), 4));
#  122|->       const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x89AB), _mm_castps_si128(vi3x4567), 4));
#  123|   
#  124|         vo0p0 = _mm_add_ps(vo0p0, _mm_mul_ps(vi0x5678, vk02));

Error: COMPILER_WARNING: [#def559]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:166:31: note[note]: called from here
#  164|         vo1p0 = _mm_add_ps(vo1p0, _mm_mul_ps(vi3x4567, vk21));
#  165|   
#  166|->       const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  167|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  168|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));

Error: COMPILER_WARNING: [#def560]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:167:31: note[note]: called from here
#  165|   
#  166|         const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  167|->       const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  168|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  169|         const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));

Error: COMPILER_WARNING: [#def561]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:168:31: note[note]: called from here
#  166|         const __m128 vi0x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi0x4567), _mm_castps_si128(vi0x0123), 12));
#  167|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  168|->       const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  169|         const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));
#  170|   

Error: COMPILER_WARNING: [#def562]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:169:31: note[note]: called from here
#  167|         const __m128 vi1x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi1x4567), _mm_castps_si128(vi1x0123), 12));
#  168|         const __m128 vi2x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi2x4567), _mm_castps_si128(vi2x0123), 12));
#  169|->       const __m128 vi3x3456 = _mm_castsi128_ps(_mm_alignr_epi8(_mm_castps_si128(vi3x4567), _mm_castps_si128(vi3x0123), 12));
#  170|   
#  171|         vo0p1 = _mm_add_ps(vo0p1, _mm_mul_ps(vi0x3456, vk00));

Error: COMPILER_WARNING: [#def563]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:179:31: note[note]: called from here
#  177|   
#  178|         const __m128i vzero = _mm_setzero_si128();
#  179|->       const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi0x4567), 4));
#  180|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi1x4567), 4));
#  181|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi2x4567), 4));

Error: COMPILER_WARNING: [#def564]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:180:31: note[note]: called from here
#  178|         const __m128i vzero = _mm_setzero_si128();
#  179|         const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi0x4567), 4));
#  180|->       const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi1x4567), 4));
#  181|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi2x4567), 4));
#  182|         const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi3x4567), 4));

Error: COMPILER_WARNING: [#def565]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:181:31: note[note]: called from here
#  179|         const __m128 vi0x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi0x4567), 4));
#  180|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi1x4567), 4));
#  181|->       const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi2x4567), 4));
#  182|         const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi3x4567), 4));
#  183|   

Error: COMPILER_WARNING: [#def566]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/ssse3.c:182:31: note[note]: called from here
#  180|         const __m128 vi1x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi1x4567), 4));
#  181|         const __m128 vi2x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi2x4567), 4));
#  182|->       const __m128 vi3x5678 = _mm_castsi128_ps(_mm_alignr_epi8(vzero, _mm_castps_si128(vi3x4567), 4));
#  183|   
#  184|         vo0p0 = _mm_add_ps(vo0p0, _mm_mul_ps(vi0x5678, vk02));

Error: COMPILER_WARNING: [#def567]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:53:40: note[note]: called from here
#   51|     do {
#   52|       const __m128i vksum = _mm_load_si128((const __m128i*) w);
#   53|->     const __m128i vinput_zero_point0 = _mm_castps_si128(_mm_broadcast_ss((const float*) &quantization_params[0].zero_point));
#   54|       const __m128i vzero = _mm_setzero_si128();
#   55|       const __m128i vinit0 = _mm_mullo_epi32(vksum, vinput_zero_point0);

Error: COMPILER_WARNING: [#def568]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:55:28: note[note]: called from here
#   53|       const __m128i vinput_zero_point0 = _mm_castps_si128(_mm_broadcast_ss((const float*) &quantization_params[0].zero_point));
#   54|       const __m128i vzero = _mm_setzero_si128();
#   55|->     const __m128i vinit0 = _mm_mullo_epi32(vksum, vinput_zero_point0);
#   56|       __m128i vacc0x0 = _mm_blend_epi16(vinit0, vzero, 0xFC);
#   57|       __m128i vacc0x1 = _mm_blend_epi16(vinit0, vzero, 0xF3);

Error: COMPILER_WARNING: [#def569]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:56:23: note[note]: called from here
#   54|       const __m128i vzero = _mm_setzero_si128();
#   55|       const __m128i vinit0 = _mm_mullo_epi32(vksum, vinput_zero_point0);
#   56|->     __m128i vacc0x0 = _mm_blend_epi16(vinit0, vzero, 0xFC);
#   57|       __m128i vacc0x1 = _mm_blend_epi16(vinit0, vzero, 0xF3);
#   58|       __m128i vacc0x2 = _mm_blend_epi16(vinit0, vzero, 0xCF);

Error: COMPILER_WARNING: [#def570]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:57:23: note[note]: called from here
#   55|       const __m128i vinit0 = _mm_mullo_epi32(vksum, vinput_zero_point0);
#   56|       __m128i vacc0x0 = _mm_blend_epi16(vinit0, vzero, 0xFC);
#   57|->     __m128i vacc0x1 = _mm_blend_epi16(vinit0, vzero, 0xF3);
#   58|       __m128i vacc0x2 = _mm_blend_epi16(vinit0, vzero, 0xCF);
#   59|       __m128i vacc0x3 = _mm_blend_epi16(vinit0, vzero, 0x3F);

Error: COMPILER_WARNING: [#def571]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:58:23: note[note]: called from here
#   56|       __m128i vacc0x0 = _mm_blend_epi16(vinit0, vzero, 0xFC);
#   57|       __m128i vacc0x1 = _mm_blend_epi16(vinit0, vzero, 0xF3);
#   58|->     __m128i vacc0x2 = _mm_blend_epi16(vinit0, vzero, 0xCF);
#   59|       __m128i vacc0x3 = _mm_blend_epi16(vinit0, vzero, 0x3F);
#   60|       w = (const int32_t*) w + 4;

Error: COMPILER_WARNING: [#def572]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:59:23: note[note]: called from here
#   57|       __m128i vacc0x1 = _mm_blend_epi16(vinit0, vzero, 0xF3);
#   58|       __m128i vacc0x2 = _mm_blend_epi16(vinit0, vzero, 0xCF);
#   59|->     __m128i vacc0x3 = _mm_blend_epi16(vinit0, vzero, 0x3F);
#   60|       w = (const int32_t*) w + 4;
#   61|   

Error: COMPILER_WARNING: [#def573]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:66:30: note[note]: called from here
#   64|       while (k >= 16 * sizeof(int8_t)) {
#   65|         const __m128i va0c0 = _mm_loadl_epi64((const __m128i*) a0);
#   66|->       const __m128i vxa0c0 = _mm_cvtepi8_epi16(va0c0);
#   67|         a0 += 8;
#   68|   

Error: COMPILER_WARNING: [#def574]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:70:30: note[note]: called from here
#   68|   
#   69|         const __m128i vb01c01 = _mm_load_si128((const __m128i*) w);
#   70|->       const __m128i vb01c0 = _mm_shl_epi8(vb01c01, vshift);
#   71|         const __m128i vsb01c0 = _mm_cmpgt_epi8(_mm_setzero_si128(), vb01c0);
#   72|         const __m128i vxb0c0 = _mm_unpacklo_epi8(vb01c0, vsb01c0);

Error: COMPILER_WARNING: [#def575]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:75:17: note[note]: called from here
#   73|         const __m128i vxb1c0 = _mm_unpackhi_epi8(vb01c0, vsb01c0);
#   74|   
#   75|->       vacc0x0 = _mm_maddd_epi16(vxa0c0, vxb0c0, vacc0x0);
#   76|         vacc0x1 = _mm_maddd_epi16(vxa0c0, vxb1c0, vacc0x1);
#   77|         const __m128i vb23c01 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));

Error: COMPILER_WARNING: [#def576]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:76:17: note[note]: called from here
#   74|   
#   75|         vacc0x0 = _mm_maddd_epi16(vxa0c0, vxb0c0, vacc0x0);
#   76|->       vacc0x1 = _mm_maddd_epi16(vxa0c0, vxb1c0, vacc0x1);
#   77|         const __m128i vb23c01 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));
#   78|         const __m128i vb23c0 = _mm_shl_epi8(vb23c01, vshift);

Error: COMPILER_WARNING: [#def577]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:78:30: note[note]: called from here
#   76|         vacc0x1 = _mm_maddd_epi16(vxa0c0, vxb1c0, vacc0x1);
#   77|         const __m128i vb23c01 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));
#   78|->       const __m128i vb23c0 = _mm_shl_epi8(vb23c01, vshift);
#   79|         const __m128i vsb23c0 = _mm_cmpgt_epi8(_mm_setzero_si128(), vb23c0);
#   80|         const __m128i vxb2c0 = _mm_unpacklo_epi8(vb23c0, vsb23c0);

Error: COMPILER_WARNING: [#def578]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:83:17: note[note]: called from here
#   81|         const __m128i vxb3c0 = _mm_unpackhi_epi8(vb23c0, vsb23c0);
#   82|   
#   83|->       vacc0x2 = _mm_maddd_epi16(vxa0c0, vxb2c0, vacc0x2);
#   84|         vacc0x3 = _mm_maddd_epi16(vxa0c0, vxb3c0, vacc0x3);
#   85|   

Error: COMPILER_WARNING: [#def579]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:84:17: note[note]: called from here
#   82|   
#   83|         vacc0x2 = _mm_maddd_epi16(vxa0c0, vxb2c0, vacc0x2);
#   84|->       vacc0x3 = _mm_maddd_epi16(vxa0c0, vxb3c0, vacc0x3);
#   85|   
#   86|         const __m128i va0c1 = _mm_loadl_epi64((const __m128i*) a0);

Error: COMPILER_WARNING: [#def580]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:87:30: note[note]: called from here
#   85|   
#   86|         const __m128i va0c1 = _mm_loadl_epi64((const __m128i*) a0);
#   87|->       const __m128i vxa0c1 = _mm_cvtepi8_epi16(va0c1);
#   88|         a0 += 8;
#   89|   

Error: COMPILER_WARNING: [#def581]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:95:17: note[note]: called from here
#   93|         const __m128i vxb1c1 = _mm_unpackhi_epi8(vb01c1, vsb01c1);
#   94|   
#   95|->       vacc0x0 = _mm_maddd_epi16(vxa0c1, vxb0c1, vacc0x0);
#   96|         vacc0x1 = _mm_maddd_epi16(vxa0c1, vxb1c1, vacc0x1);
#   97|         const __m128i vb23c1 = _mm_and_si128(vb23c01, vmask);

Error: COMPILER_WARNING: [#def582]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:96:17: note[note]: called from here
#   94|   
#   95|         vacc0x0 = _mm_maddd_epi16(vxa0c1, vxb0c1, vacc0x0);
#   96|->       vacc0x1 = _mm_maddd_epi16(vxa0c1, vxb1c1, vacc0x1);
#   97|         const __m128i vb23c1 = _mm_and_si128(vb23c01, vmask);
#   98|         const __m128i vsb23c1 = _mm_cmpgt_epi8(_mm_setzero_si128(), vb23c1);

Error: COMPILER_WARNING: [#def583]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:102:17: note[note]: called from here
#  100|         const __m128i vxb3c1 = _mm_unpackhi_epi8(vb23c1, vsb23c1);
#  101|   
#  102|->       vacc0x2 = _mm_maddd_epi16(vxa0c1, vxb2c1, vacc0x2);
#  103|         vacc0x3 = _mm_maddd_epi16(vxa0c1, vxb3c1, vacc0x3);
#  104|   

Error: COMPILER_WARNING: [#def584]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:103:17: note[note]: called from here
#  101|   
#  102|         vacc0x2 = _mm_maddd_epi16(vxa0c1, vxb2c1, vacc0x2);
#  103|->       vacc0x3 = _mm_maddd_epi16(vxa0c1, vxb3c1, vacc0x3);
#  104|   
#  105|   

Error: COMPILER_WARNING: [#def585]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:112:28: note[note]: called from here
#  110|       while (k >= 8 * sizeof(int8_t)) {
#  111|         const __m128i va0 = _mm_loadl_epi64((const __m128i*) a0);
#  112|->       const __m128i vxa0 = _mm_cvtepi8_epi16(va0);
#  113|         a0 += 8;
#  114|   

Error: COMPILER_WARNING: [#def586]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:116:14: note[note]: called from here
#  114|   
#  115|         __m128i vb01 = _mm_load_si128((const __m128i*) w);
#  116|->       vb01 = _mm_shl_epi8(vb01, vshift);
#  117|   
#  118|         const __m128i vxbm1 = _mm_unpackhi_epi8(vb01, vb01);

Error: COMPILER_WARNING: [#def587]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:119:28: note[note]: called from here
#  117|   
#  118|         const __m128i vxbm1 = _mm_unpackhi_epi8(vb01, vb01);
#  119|->       const __m128i vxb0 = _mm_cvtepi8_epi16(vb01);
#  120|         const __m128i vxb1 = _mm_srai_epi16(vxbm1, 8);
#  121|   

Error: COMPILER_WARNING: [#def588]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:122:17: note[note]: called from here
#  120|         const __m128i vxb1 = _mm_srai_epi16(vxbm1, 8);
#  121|   
#  122|->       vacc0x0 = _mm_maddd_epi16(vxa0, vxb0, vacc0x0);
#  123|         vacc0x1 = _mm_maddd_epi16(vxa0, vxb1, vacc0x1);
#  124|         __m128i vb23 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));

Error: COMPILER_WARNING: [#def589]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:123:17: note[note]: called from here
#  121|   
#  122|         vacc0x0 = _mm_maddd_epi16(vxa0, vxb0, vacc0x0);
#  123|->       vacc0x1 = _mm_maddd_epi16(vxa0, vxb1, vacc0x1);
#  124|         __m128i vb23 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));
#  125|         vb23 = _mm_shl_epi8(vb23, vshift);

Error: COMPILER_WARNING: [#def590]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:125:14: note[note]: called from here
#  123|         vacc0x1 = _mm_maddd_epi16(vxa0, vxb1, vacc0x1);
#  124|         __m128i vb23 = _mm_load_si128((const __m128i*) ((const int8_t*) w + 16));
#  125|->       vb23 = _mm_shl_epi8(vb23, vshift);
#  126|   
#  127|         const __m128i vxbm3 = _mm_unpackhi_epi8(vb23, vb23);

Error: COMPILER_WARNING: [#def591]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:128:28: note[note]: called from here
#  126|   
#  127|         const __m128i vxbm3 = _mm_unpackhi_epi8(vb23, vb23);
#  128|->       const __m128i vxb2 = _mm_cvtepi8_epi16(vb23);
#  129|         const __m128i vxb3 = _mm_srai_epi16(vxbm3, 8);
#  130|   

Error: COMPILER_WARNING: [#def592]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:131:17: note[note]: called from here
#  129|         const __m128i vxb3 = _mm_srai_epi16(vxbm3, 8);
#  130|   
#  131|->       vacc0x2 = _mm_maddd_epi16(vxa0, vxb2, vacc0x2);
#  132|         vacc0x3 = _mm_maddd_epi16(vxa0, vxb3, vacc0x3);
#  133|   

Error: COMPILER_WARNING: [#def593]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:132:17: note[note]: called from here
#  130|   
#  131|         vacc0x2 = _mm_maddd_epi16(vxa0, vxb2, vacc0x2);
#  132|->       vacc0x3 = _mm_maddd_epi16(vxa0, vxb3, vacc0x3);
#  133|   
#  134|         w = (const int8_t*) w + 32;

Error: COMPILER_WARNING: [#def594]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:138:30: note[note]: called from here
#  136|       }
#  137|   
#  138|->     const __m128i vacc0x01 = _mm_hadd_epi32(vacc0x0, vacc0x1);
#  139|       const __m128i vacc0x23 = _mm_hadd_epi32(vacc0x2, vacc0x3);
#  140|   

Error: COMPILER_WARNING: [#def595]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:139:30: note[note]: called from here
#  137|   
#  138|       const __m128i vacc0x01 = _mm_hadd_epi32(vacc0x0, vacc0x1);
#  139|->     const __m128i vacc0x23 = _mm_hadd_epi32(vacc0x2, vacc0x3);
#  140|   
#  141|       __m128i vacc0x0123 = _mm_hadd_epi32(vacc0x01, vacc0x23);

Error: COMPILER_WARNING: [#def596]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:141:26: note[note]: called from here
#  139|       const __m128i vacc0x23 = _mm_hadd_epi32(vacc0x2, vacc0x3);
#  140|   
#  141|->     __m128i vacc0x0123 = _mm_hadd_epi32(vacc0x01, vacc0x23);
#  142|   
#  143|       vacc0x0123 = _mm_srai_epi32(vacc0x0123, 4);

Error: COMPILER_WARNING: [#def597]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/xop.c:146:34: note[note]: called from here
#  144|       __m128 vout0x0123 = _mm_cvtepi32_ps(vacc0x0123);
#  145|   
#  146|->     const __m128 vinput_scale0 = _mm_broadcast_ss(&quantization_params[0].inv_scale);
#  147|   
#  148|       vout0x0123 = _mm_mul_ps(vout0x0123, vinput_scale0);

Error: GCC_ANALYZER_WARNING (CWE-457): [#def598]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:61:3: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘params2’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:168:17: enter_function: entry to ‘xnn_create_dynamic_fully_connected_nc_f32’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:174:6: branch_false: following ‘false’ branch (when ‘output_min ord output_min’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:181:6: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:181:6: branch_false: following ‘false’ branch (when ‘output_max ord output_max’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:188:6: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:188:6: branch_false: following ‘false’ branch (when ‘output_min < output_max’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:195:47: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:196:6: branch_false: following ‘false’ branch (when ‘gemm_config’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:202:37: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:216:6: branch_false: following ‘false’ branch (when ‘gemm_nr2_config’ is NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:227:10: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/dynamic-fully-connected-nc.c:227:10: call_function: calling ‘create_dynamic_fully_connected_nc’ from ‘xnn_create_dynamic_fully_connected_nc_f32’
#   59|   
#   60|     memcpy(&dynamic_fully_connected_op->params, params, params_size);
#   61|->   memcpy(&dynamic_fully_connected_op->params2, params2, params2_size);
#   62|     dynamic_fully_connected_op->type = operator_type;
#   63|     dynamic_fully_connected_op->flags = flags;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def599]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:155:5: warning[-Wanalyzer-jump-through-null]: jump through null pointer
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:778:17: enter_function: entry to ‘xnn_create_fully_connected_nc_f32_qc4w’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:794:6: branch_false: following ‘false’ branch (when ‘output_min ord output_min’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:801:6: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:801:6: branch_false: following ‘false’ branch (when ‘output_max ord output_max’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:808:6: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:808:6: branch_false: following ‘false’ branch (when ‘output_min < output_max’)...
 branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:826:6: branch_false: following ‘false’ branch (when ‘gemm_config’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:832:37: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/xnnpack/src/src/operators/fully-connected-nc.c:843:10: call_function: calling ‘create_fully_connected_nc’ from ‘xnn_create_fully_connected_nc_f32_qc4w’
#  153|   
#  154|     if (flags & XNN_FLAG_TRANSPOSE_WEIGHTS) {
#  155|->     pack_gemm_gio_w(
#  156|         /*groups=*/1, output_channels, input_channels,
#  157|         nr, kr, sr,

Error: COMPILER_WARNING: [#def600]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/adler32_simd.c:116:34: note[note]: called from here
#  114|                */
#  115|               v_s1 = _mm_add_epi32(v_s1, _mm_sad_epu8(bytes1, zero));
#  116|->             const __m128i mad1 = _mm_maddubs_epi16(bytes1, tap1);
#  117|               v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad1, ones));
#  118|   

Error: COMPILER_WARNING: [#def601]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/adler32_simd.c:120:34: note[note]: called from here
#  118|   
#  119|               v_s1 = _mm_add_epi32(v_s1, _mm_sad_epu8(bytes2, zero));
#  120|->             const __m128i mad2 = _mm_maddubs_epi16(bytes2, tap2);
#  121|               v_s2 = _mm_add_epi32(v_s2, _mm_madd_epi16(mad2, ones));
#  122|   

Error: COMPILER_WARNING: [#def602]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:250:14: note[note]: called from here
#  248|       while (len >= 64)
#  249|       {
#  250|->         x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  251|           x6 = _mm_clmulepi64_si128(x2, x0, 0x00);
#  252|           x7 = _mm_clmulepi64_si128(x3, x0, 0x00);

Error: COMPILER_WARNING: [#def603]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:251:14: note[note]: called from here
#  249|       {
#  250|           x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  251|->         x6 = _mm_clmulepi64_si128(x2, x0, 0x00);
#  252|           x7 = _mm_clmulepi64_si128(x3, x0, 0x00);
#  253|           x8 = _mm_clmulepi64_si128(x4, x0, 0x00);

Error: COMPILER_WARNING: [#def604]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:252:14: note[note]: called from here
#  250|           x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  251|           x6 = _mm_clmulepi64_si128(x2, x0, 0x00);
#  252|->         x7 = _mm_clmulepi64_si128(x3, x0, 0x00);
#  253|           x8 = _mm_clmulepi64_si128(x4, x0, 0x00);
#  254|   

Error: COMPILER_WARNING: [#def605]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:253:14: note[note]: called from here
#  251|           x6 = _mm_clmulepi64_si128(x2, x0, 0x00);
#  252|           x7 = _mm_clmulepi64_si128(x3, x0, 0x00);
#  253|->         x8 = _mm_clmulepi64_si128(x4, x0, 0x00);
#  254|   
#  255|           x1 = _mm_clmulepi64_si128(x1, x0, 0x11);

Error: COMPILER_WARNING: [#def606]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:255:14: note[note]: called from here
#  253|           x8 = _mm_clmulepi64_si128(x4, x0, 0x00);
#  254|   
#  255|->         x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  256|           x2 = _mm_clmulepi64_si128(x2, x0, 0x11);
#  257|           x3 = _mm_clmulepi64_si128(x3, x0, 0x11);

Error: COMPILER_WARNING: [#def607]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:256:14: note[note]: called from here
#  254|   
#  255|           x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  256|->         x2 = _mm_clmulepi64_si128(x2, x0, 0x11);
#  257|           x3 = _mm_clmulepi64_si128(x3, x0, 0x11);
#  258|           x4 = _mm_clmulepi64_si128(x4, x0, 0x11);

Error: COMPILER_WARNING: [#def608]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:257:14: note[note]: called from here
#  255|           x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  256|           x2 = _mm_clmulepi64_si128(x2, x0, 0x11);
#  257|->         x3 = _mm_clmulepi64_si128(x3, x0, 0x11);
#  258|           x4 = _mm_clmulepi64_si128(x4, x0, 0x11);
#  259|   

Error: COMPILER_WARNING: [#def609]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:258:14: note[note]: called from here
#  256|           x2 = _mm_clmulepi64_si128(x2, x0, 0x11);
#  257|           x3 = _mm_clmulepi64_si128(x3, x0, 0x11);
#  258|->         x4 = _mm_clmulepi64_si128(x4, x0, 0x11);
#  259|   
#  260|           y5 = _mm_loadu_si128((__m128i *)(buf + 0x00));

Error: COMPILER_WARNING: [#def610]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:284:10: note[note]: called from here
#  282|       x0 = _mm_load_si128((__m128i *)k3k4);
#  283|   
#  284|->     x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  285|       x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  286|       x1 = _mm_xor_si128(x1, x2);

Error: COMPILER_WARNING: [#def611]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:285:10: note[note]: called from here
#  283|   
#  284|       x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  285|->     x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  286|       x1 = _mm_xor_si128(x1, x2);
#  287|       x1 = _mm_xor_si128(x1, x5);

Error: COMPILER_WARNING: [#def612]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:289:10: note[note]: called from here
#  287|       x1 = _mm_xor_si128(x1, x5);
#  288|   
#  289|->     x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  290|       x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  291|       x1 = _mm_xor_si128(x1, x3);

Error: COMPILER_WARNING: [#def613]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:290:10: note[note]: called from here
#  288|   
#  289|       x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  290|->     x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  291|       x1 = _mm_xor_si128(x1, x3);
#  292|       x1 = _mm_xor_si128(x1, x5);

Error: COMPILER_WARNING: [#def614]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:294:10: note[note]: called from here
#  292|       x1 = _mm_xor_si128(x1, x5);
#  293|   
#  294|->     x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  295|       x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  296|       x1 = _mm_xor_si128(x1, x4);

Error: COMPILER_WARNING: [#def615]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:295:10: note[note]: called from here
#  293|   
#  294|       x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  295|->     x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  296|       x1 = _mm_xor_si128(x1, x4);
#  297|       x1 = _mm_xor_si128(x1, x5);

Error: COMPILER_WARNING: [#def616]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:306:14: note[note]: called from here
#  304|           x2 = _mm_loadu_si128((__m128i *)buf);
#  305|   
#  306|->         x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  307|           x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  308|           x1 = _mm_xor_si128(x1, x2);

Error: COMPILER_WARNING: [#def617]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:307:14: note[note]: called from here
#  305|   
#  306|           x5 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  307|->         x1 = _mm_clmulepi64_si128(x1, x0, 0x11);
#  308|           x1 = _mm_xor_si128(x1, x2);
#  309|           x1 = _mm_xor_si128(x1, x5);

Error: COMPILER_WARNING: [#def618]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:318:10: note[note]: called from here
#  316|        * Fold 128-bits to 64-bits.
#  317|        */
#  318|->     x2 = _mm_clmulepi64_si128(x1, x0, 0x10);
#  319|       x3 = _mm_setr_epi32(~0, 0, ~0, 0);
#  320|       x1 = _mm_srli_si128(x1, 8);

Error: COMPILER_WARNING: [#def619]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:327:10: note[note]: called from here
#  325|       x2 = _mm_srli_si128(x1, 4);
#  326|       x1 = _mm_and_si128(x1, x3);
#  327|->     x1 = _mm_clmulepi64_si128(x1, x0, 0x00);
#  328|       x1 = _mm_xor_si128(x1, x2);
#  329|   

Error: COMPILER_WARNING: [#def620]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:336:10: note[note]: called from here
#  334|   
#  335|       x2 = _mm_and_si128(x1, x3);
#  336|->     x2 = _mm_clmulepi64_si128(x2, x0, 0x10);
#  337|       x2 = _mm_and_si128(x2, x3);
#  338|       x2 = _mm_clmulepi64_si128(x2, x0, 0x00);

Error: COMPILER_WARNING: [#def621]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:338:10: note[note]: called from here
#  336|       x2 = _mm_clmulepi64_si128(x2, x0, 0x10);
#  337|       x2 = _mm_and_si128(x2, x3);
#  338|->     x2 = _mm_clmulepi64_si128(x2, x0, 0x00);
#  339|       x1 = _mm_xor_si128(x1, x2);
#  340|   

Error: COMPILER_WARNING: [#def622]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc32_simd.c:344:12: note[note]: called from here
#  342|        * Return the crc32.
#  343|        */
#  344|->     return _mm_extract_epi32(x1, 1);
#  345|   }
#  346|   

Error: COMPILER_WARNING: [#def623]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:176:17: note[note]: called from here
#  174|       x_tmp3 = *xmm_crc3;
#  175|   
#  176|->     *xmm_crc0 = _mm_clmulepi64_si128(*xmm_crc0, xmm_fold4, 0x01);
#  177|       x_tmp0 = _mm_clmulepi64_si128(x_tmp0, xmm_fold4, 0x10);
#  178|       ps_crc0 = _mm_castsi128_ps(*xmm_crc0);

Error: COMPILER_WARNING: [#def624]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:177:14: note[note]: called from here
#  175|   
#  176|       *xmm_crc0 = _mm_clmulepi64_si128(*xmm_crc0, xmm_fold4, 0x01);
#  177|->     x_tmp0 = _mm_clmulepi64_si128(x_tmp0, xmm_fold4, 0x10);
#  178|       ps_crc0 = _mm_castsi128_ps(*xmm_crc0);
#  179|       ps_t0 = _mm_castsi128_ps(x_tmp0);

Error: COMPILER_WARNING: [#def625]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:182:17: note[note]: called from here
#  180|       ps_res0 = _mm_xor_ps(ps_crc0, ps_t0);
#  181|   
#  182|->     *xmm_crc1 = _mm_clmulepi64_si128(*xmm_crc1, xmm_fold4, 0x01);
#  183|       x_tmp1 = _mm_clmulepi64_si128(x_tmp1, xmm_fold4, 0x10);
#  184|       ps_crc1 = _mm_castsi128_ps(*xmm_crc1);

Error: COMPILER_WARNING: [#def626]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:183:14: note[note]: called from here
#  181|   
#  182|       *xmm_crc1 = _mm_clmulepi64_si128(*xmm_crc1, xmm_fold4, 0x01);
#  183|->     x_tmp1 = _mm_clmulepi64_si128(x_tmp1, xmm_fold4, 0x10);
#  184|       ps_crc1 = _mm_castsi128_ps(*xmm_crc1);
#  185|       ps_t1 = _mm_castsi128_ps(x_tmp1);

Error: COMPILER_WARNING: [#def627]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:188:17: note[note]: called from here
#  186|       ps_res1 = _mm_xor_ps(ps_crc1, ps_t1);
#  187|   
#  188|->     *xmm_crc2 = _mm_clmulepi64_si128(*xmm_crc2, xmm_fold4, 0x01);
#  189|       x_tmp2 = _mm_clmulepi64_si128(x_tmp2, xmm_fold4, 0x10);
#  190|       ps_crc2 = _mm_castsi128_ps(*xmm_crc2);

Error: COMPILER_WARNING: [#def628]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:189:14: note[note]: called from here
#  187|   
#  188|       *xmm_crc2 = _mm_clmulepi64_si128(*xmm_crc2, xmm_fold4, 0x01);
#  189|->     x_tmp2 = _mm_clmulepi64_si128(x_tmp2, xmm_fold4, 0x10);
#  190|       ps_crc2 = _mm_castsi128_ps(*xmm_crc2);
#  191|       ps_t2 = _mm_castsi128_ps(x_tmp2);

Error: COMPILER_WARNING: [#def629]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:194:17: note[note]: called from here
#  192|       ps_res2 = _mm_xor_ps(ps_crc2, ps_t2);
#  193|   
#  194|->     *xmm_crc3 = _mm_clmulepi64_si128(*xmm_crc3, xmm_fold4, 0x01);
#  195|       x_tmp3 = _mm_clmulepi64_si128(x_tmp3, xmm_fold4, 0x10);
#  196|       ps_crc3 = _mm_castsi128_ps(*xmm_crc3);

Error: COMPILER_WARNING: [#def630]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/crc_folding.c:195:14: note[note]: called from here
#  193|   
#  194|       *xmm_crc3 = _mm_clmulepi64_si128(*xmm_crc3, xmm_fold4, 0x01);
#  195|->     x_tmp3 = _mm_clmulepi64_si128(x_tmp3, xmm_fold4, 0x10);
#  196|       ps_crc3 = _mm_castsi128_ps(*xmm_crc3);
#  197|       ps_t3 = _mm_castsi128_ps(x_tmp3);

Error: GCC_ANALYZER_WARNING (CWE-835): [#def631]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/gzread.c:212:16: warning[-Wanalyzer-infinite-loop]: infinite loop
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/zlib/gzread.c:499:16: enter_function: entry to ‘Cr_z_gzgets’
#  210|   
#  211|       do {
#  212|->         switch(state->how) {
#  213|           case LOOK:      /* -> LOOK, COPY (only if never GZIP), or GZIP */
#  214|               if (gz_look(state) == -1)

Error: COMPILER_WARNING: [#def632]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:32295: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#   11 |     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.keys [...]
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:32295: note: trimmed 2 message(s) with length over 512

Error: COMPILER_WARNING: [#def633]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:33044: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:33044: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def634]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:46656: warning[-Wtrigraphs]: trigraph ‘??-’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:46656: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def635]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:50384: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:50384: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def636]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:55247: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:55247: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def637]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:82394: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:82394: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def638]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:82445: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:82445: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def639]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:85154: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:85154: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def640]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:85175: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:85175: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def641]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86688: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86688: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def642]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86709: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86709: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def643]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86730: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86730: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def644]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86744: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86744: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def645]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86755: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86755: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def646]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86768: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:86768: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def647]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95534: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95534: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def648]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95555: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95555: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def649]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95576: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95576: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def650]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95590: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95590: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def651]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95601: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95601: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def652]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95614: warning[-Wtrigraphs]: trigraph ‘??=’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:95614: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def653]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:110576: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:110576: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def654]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:110756: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:110756: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def655]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:113365: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:113365: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def656]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:113396: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:113396: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def657]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:123346: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:123346: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def658]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:128155: warning[-Wtrigraphs]: trigraph ‘??-’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:128155: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def659]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:129067: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:129067: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def660]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:129092: warning[-Wtrigraphs]: trigraph ‘??!’ ignored, use ‘-trigraphs’ to enable
#    9|   
#   10|   const char kMapperScript[] =
#   11|->     "var mapperTab=function(){\"use strict\";var e=\"undefined\"!=typeof globalThis?globalThis:\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{};function t(e){if(e.__esModule)return e;var t=e.default;if(\"function\"==typeof t){var a=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};a.prototype=t.prototype}else a={};return Object.defineProperty(a,\"__esModule\",{value:!0}),Object.key [...]
#   12|       "/**\n"
#   13|       "	 * Copyright 2021 Google LLC.\n"
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/chrome/test/chromedriver/bidimapper/bidimapper.cc:11:129092: note: trimmed 1 message(s) with length over 512

Error: COMPILER_WARNING: [#def661]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_css_font_feature_values_map.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_jumbo_42.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_css_font_feature_values_map.h:37:49: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   37 | explicit  SyncIterator<CSSFontFeatureValuesMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                                 ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_css_font_feature_values_map.h:37:49: note: remove the ‘< >’
#   35|   using ValueType = Vector<uint32_t>;
#   36|   
#   37|-> explicit  SyncIterator<CSSFontFeatureValuesMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   38|     
#   39|   }

Error: COMPILER_WARNING: [#def662]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_custom_state_set.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_jumbo_49.cc:16: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_custom_state_set.h:36:40: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<CustomStateSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                        ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_custom_state_set.h:36:40: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<CustomStateSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def663]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/event_counts.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/window_performance.h:43: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/web_performance_metrics_for_reporting.cc:35: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/exported/exported_jumbo_5.cc:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_event_counts.h:36:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<EventCounts>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                     ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_event_counts.h:36:37: note: remove the ‘< >’
#   34|   using ValueType = uint64_t;
#   35|   
#   36|-> explicit  SyncIterator<EventCounts>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def664]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_font_face_set.cc:23: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_jumbo_55.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_font_face_set.h:36:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<FontFaceSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                     ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_font_face_set.h:36:37: note: remove the ‘< >’
#   34|   using ValueType = FontFace*;
#   35|   
#   36|-> explicit  SyncIterator<FontFaceSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def665]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/form_data.h:35: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/web_searchable_form_data.cc:36: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/core/exported/exported_jumbo_7.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_form_data.h:39:34: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   39 | explicit  SyncIterator<FormData>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                  ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_form_data.h:39:34: note: remove the ‘< >’
#   37|   using ValueType = V8UnionFileOrUSVString*;
#   38|   
#   39|-> explicit  SyncIterator<FormData>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   40|     
#   41|   }

Error: COMPILER_WARNING: [#def666]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_headers.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_jumbo_56.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_headers.h:36:33: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<Headers>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                 ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_headers.h:36:33: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<Headers>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def667]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/highlight/highlight.h:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_highlight_registry.cc:22: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_highlight.h:36:35: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<Highlight>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                   ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_highlight.h:36:35: note: remove the ‘< >’
#   34|   using ValueType = AbstractRange*;
#   35|   
#   36|-> explicit  SyncIterator<Highlight>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def668]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_highlight_registry.cc:20: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_highlight_registry.h:38:43: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  SyncIterator<HighlightRegistry>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                           ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_highlight_registry.h:38:43: note: remove the ‘< >’
#   36|   using ValueType = Highlight*;
#   37|   
#   38|-> explicit  SyncIterator<HighlightRegistry>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def669]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/style_property_map_read_only.h:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_intrinsic_sizes_callback.cc:18: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_jumbo_3.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_style_property_map_read_only.h:39:50: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   39 | explicit  SyncIterator<StylePropertyMapReadOnly>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                                  ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_style_property_map_read_only.h:39:50: note: remove the ‘< >’
#   37|   using ValueType = HeapVector<Member<CSSStyleValue>>;
#   38|   
#   39|-> explicit  SyncIterator<StylePropertyMapReadOnly>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   40|     
#   41|   }

Error: COMPILER_WARNING: [#def670]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/core/url/url_search_params.h:14: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_pending_post_beacon.cc:34: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_url_search_params.h:36:41: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<URLSearchParams>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                         ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/core/v8/v8_sync_iterator_url_search_params.h:36:41: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<URLSearchParams>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def671]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/file_system_access/file_system_directory_handle.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/buckets/storage_bucket.h:17: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/cache_storage/inspector_cache_storage_agent.cc:30: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/cache_storage/cache_storage_jumbo_1.cc:12: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_async_iterator_file_system_directory_handle.h:38:52: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  AsyncIterator<FileSystemDirectoryHandle>(IterationSourceBase* source) : bindings::AsyncIteratorBase(source) {
#      |                                                    ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_async_iterator_file_system_directory_handle.h:38:52: note: remove the ‘< >’
#   36|   using ValueType = FileSystemHandle*;
#   37|   
#   38|-> explicit  AsyncIterator<FileSystemDirectoryHandle>(IterationSourceBase* source) : bindings::AsyncIteratorBase(source) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def672]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/shared_storage/shared_storage.h:13: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/shared_storage/shared_storage.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/shared_storage/shared_storage_jumbo_1.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_async_iterator_shared_storage.h:36:40: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  AsyncIterator<SharedStorage>(IterationSourceBase* source) : bindings::AsyncIteratorBase(source) {
#      |                                        ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_async_iterator_shared_storage.h:36:40: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  AsyncIterator<SharedStorage>(IterationSourceBase* source) : bindings::AsyncIteratorBase(source) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def673]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/audio_param_map.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/audio_param_map.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/webaudio/webaudio_jumbo_4.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_audio_param_map.h:38:39: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  SyncIterator<AudioParamMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                       ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_audio_param_map.h:38:39: note: remove the ‘< >’
#   36|   using ValueType = AudioParam*;
#   37|   
#   38|-> explicit  SyncIterator<AudioParamMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def674]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_manufacturer_data_map.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_bluetooth_manufacturer_data_map.h:38:54: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  SyncIterator<BluetoothManufacturerDataMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                                      ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_bluetooth_manufacturer_data_map.h:38:54: note: remove the ‘< >’
#   36|   using ValueType = NotShared<DOMDataView>;
#   37|   
#   38|-> explicit  SyncIterator<BluetoothManufacturerDataMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def675]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.h:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_service_data_map.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/bluetooth/bluetooth_jumbo_2.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_bluetooth_service_data_map.h:39:49: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   39 | explicit  SyncIterator<BluetoothServiceDataMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                                 ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_bluetooth_service_data_map.h:39:49: note: remove the ‘< >’
#   37|   using ValueType = NotShared<DOMDataView>;
#   38|   
#   39|-> explicit  SyncIterator<BluetoothServiceDataMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   40|     
#   41|   }

Error: COMPILER_WARNING: [#def676]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_gpu_supported_features.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_jumbo_140.cc:15: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_gpu_supported_features.h:36:46: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<GPUSupportedFeatures>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                              ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_gpu_supported_features.h:36:46: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<GPUSupportedFeatures>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def677]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_keyboard_layout_map.cc:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_jumbo_146.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_keyboard_layout_map.h:36:43: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<KeyboardLayoutMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                           ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_keyboard_layout_map.h:36:43: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<KeyboardLayoutMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def678]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/encryptedmedia/media_key_status_map.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/encryptedmedia/media_key_session.h:40: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_media_key_status_map.h:39:43: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   39 | explicit  SyncIterator<MediaKeyStatusMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                           ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_media_key_status_map.h:39:43: note: remove the ‘< >’
#   37|   using ValueType = V8MediaKeyStatus;
#   38|   
#   39|-> explicit  SyncIterator<MediaKeyStatusMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   40|     
#   41|   }

Error: COMPILER_WARNING: [#def679]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webmidi/midi_input_map.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_midi_access.cc:24: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_midi_input_map.h:38:38: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  SyncIterator<MIDIInputMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                      ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_midi_input_map.h:38:38: note: remove the ‘< >’
#   36|   using ValueType = MIDIInput*;
#   37|   
#   38|-> explicit  SyncIterator<MIDIInputMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def680]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webmidi/midi_output_map.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_midi_access.cc:25: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_midi_output_map.h:38:39: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   38 | explicit  SyncIterator<MIDIOutputMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                       ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_midi_output_map.h:38:39: note: remove the ‘< >’
#   36|   using ValueType = MIDIOutput*;
#   37|   
#   38|-> explicit  SyncIterator<MIDIOutputMap>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   39|     
#   40|   }

Error: COMPILER_WARNING: [#def681]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/rtc_stats_report.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/rtc_peer_connection.cc:109: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/peerconnection/peerconnection_jumbo_6.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_rtc_stats_report.h:37:40: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   37 | explicit  SyncIterator<RTCStatsReport>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                        ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_rtc_stats_report.h:37:40: note: remove the ‘< >’
#   35|   using ValueType = ScriptValue;
#   36|   
#   37|-> explicit  SyncIterator<RTCStatsReport>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   38|     
#   39|   }

Error: COMPILER_WARNING: [#def682]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgpu/wgsl_language_features.h:12: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_gpu.cc:23: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_jumbo_137.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_wgsl_language_features.h:36:46: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<WGSLLanguageFeatures>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                              ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_wgsl_language_features.h:36:46: note: remove the ‘< >’
#   34|   using ValueType = String;
#   35|   
#   36|-> explicit  SyncIterator<WGSLLanguageFeatures>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def683]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_anchor_set.h:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_session.cc:36: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/xr/xr_jumbo_6.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_anchor_set.h:36:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<XRAnchorSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                     ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_anchor_set.h:36:37: note: remove the ‘< >’
#   34|   using ValueType = XRAnchor*;
#   35|   
#   36|-> explicit  SyncIterator<XRAnchorSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING: [#def684]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_hand.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_joint_space.h:13: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_frame.cc:12: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/xr/xr_jumbo_2.cc:9: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_hand.h:37:32: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   37 | explicit  SyncIterator<XRHand>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_hand.h:37:32: note: remove the ‘< >’
#   35|   using ValueType = XRJointSpace*;
#   36|   
#   37|-> explicit  SyncIterator<XRHand>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   38|     
#   39|   }

Error: COMPILER_WARNING: [#def685]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_plane_set.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/xr_frame.cc:15: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_plane_set.h:36:36: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   36 | explicit  SyncIterator<XRPlaneSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#      |                                    ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/bindings/modules/v8/v8_sync_iterator_xr_plane_set.h:36:36: note: remove the ‘< >’
#   34|   using ValueType = XRPlane*;
#   35|   
#   36|-> explicit  SyncIterator<XRPlaneSet>(IterationSourceBase* source, Kind kind) : bindings::SyncIteratorBase(source, kind) {
#   37|     
#   38|   }

Error: COMPILER_WARNING (CWE-9001): [#def686]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:21:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   21 | void wgpuAdapterPropertiesFreeMembers(WGPUAdapterProperties value) {
#      | ^~~~
#   19|   
#   20|   DAWN_NO_SANITIZE("cfi-icall")
#   21|-> void wgpuAdapterPropertiesFreeMembers(WGPUAdapterProperties value) {
#   22|       procs.adapterPropertiesFreeMembers(value);
#   23|   }

Error: COMPILER_WARNING (CWE-9001): [#def687]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:21:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   19|   
#   20|   DAWN_NO_SANITIZE("cfi-icall")
#   21|-> void wgpuAdapterPropertiesFreeMembers(WGPUAdapterProperties value) {
#   22|       procs.adapterPropertiesFreeMembers(value);
#   23|   }

Error: COMPILER_WARNING (CWE-9001): [#def688]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:25:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   25 | void wgpuAdapterPropertiesMemoryHeapsFreeMembers(WGPUAdapterPropertiesMemoryHeaps value) {
#      | ^~~~
#   23|   }
#   24|   DAWN_NO_SANITIZE("cfi-icall")
#   25|-> void wgpuAdapterPropertiesMemoryHeapsFreeMembers(WGPUAdapterPropertiesMemoryHeaps value) {
#   26|       procs.adapterPropertiesMemoryHeapsFreeMembers(value);
#   27|   }

Error: COMPILER_WARNING (CWE-9001): [#def689]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:25:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   23|   }
#   24|   DAWN_NO_SANITIZE("cfi-icall")
#   25|-> void wgpuAdapterPropertiesMemoryHeapsFreeMembers(WGPUAdapterPropertiesMemoryHeaps value) {
#   26|       procs.adapterPropertiesMemoryHeapsFreeMembers(value);
#   27|   }

Error: COMPILER_WARNING (CWE-9001): [#def690]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:29:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   29 | WGPUInstance wgpuCreateInstance(WGPUInstanceDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~
#   27|   }
#   28|   DAWN_NO_SANITIZE("cfi-icall")
#   29|-> WGPUInstance wgpuCreateInstance(WGPUInstanceDescriptor const * descriptor) {
#   30|   return     procs.createInstance(descriptor);
#   31|   }

Error: COMPILER_WARNING (CWE-9001): [#def691]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:29:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   27|   }
#   28|   DAWN_NO_SANITIZE("cfi-icall")
#   29|-> WGPUInstance wgpuCreateInstance(WGPUInstanceDescriptor const * descriptor) {
#   30|   return     procs.createInstance(descriptor);
#   31|   }

Error: COMPILER_WARNING (CWE-9001): [#def692]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:33:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   33 | WGPUBool wgpuGetInstanceFeatures(WGPUInstanceFeatures * features) {
#      | ^~~~~~~~
#   31|   }
#   32|   DAWN_NO_SANITIZE("cfi-icall")
#   33|-> WGPUBool wgpuGetInstanceFeatures(WGPUInstanceFeatures * features) {
#   34|   return     procs.getInstanceFeatures(features);
#   35|   }

Error: COMPILER_WARNING (CWE-9001): [#def693]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:33:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   31|   }
#   32|   DAWN_NO_SANITIZE("cfi-icall")
#   33|-> WGPUBool wgpuGetInstanceFeatures(WGPUInstanceFeatures * features) {
#   34|   return     procs.getInstanceFeatures(features);
#   35|   }

Error: COMPILER_WARNING (CWE-9001): [#def694]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:37:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   37 | WGPUProc wgpuGetProcAddress(WGPUDevice device, char const * procName) {
#      | ^~~~~~~~
#   35|   }
#   36|   DAWN_NO_SANITIZE("cfi-icall")
#   37|-> WGPUProc wgpuGetProcAddress(WGPUDevice device, char const * procName) {
#   38|   return     procs.getProcAddress(device, procName);
#   39|   }

Error: COMPILER_WARNING (CWE-9001): [#def695]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:37:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   35|   }
#   36|   DAWN_NO_SANITIZE("cfi-icall")
#   37|-> WGPUProc wgpuGetProcAddress(WGPUDevice device, char const * procName) {
#   38|   return     procs.getProcAddress(device, procName);
#   39|   }

Error: COMPILER_WARNING (CWE-9001): [#def696]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:41:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   41 | void wgpuSharedTextureMemoryEndAccessStateFreeMembers(WGPUSharedTextureMemoryEndAccessState value) {
#      | ^~~~
#   39|   }
#   40|   DAWN_NO_SANITIZE("cfi-icall")
#   41|-> void wgpuSharedTextureMemoryEndAccessStateFreeMembers(WGPUSharedTextureMemoryEndAccessState value) {
#   42|       procs.sharedTextureMemoryEndAccessStateFreeMembers(value);
#   43|   }

Error: COMPILER_WARNING (CWE-9001): [#def697]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:41:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   39|   }
#   40|   DAWN_NO_SANITIZE("cfi-icall")
#   41|-> void wgpuSharedTextureMemoryEndAccessStateFreeMembers(WGPUSharedTextureMemoryEndAccessState value) {
#   42|       procs.sharedTextureMemoryEndAccessStateFreeMembers(value);
#   43|   }

Error: COMPILER_WARNING (CWE-9001): [#def698]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:46:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   46 | WGPUDevice wgpuAdapterCreateDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor) {
#      | ^~~~~~~~~~
#   44|   
#   45|   DAWN_NO_SANITIZE("cfi-icall")
#   46|-> WGPUDevice wgpuAdapterCreateDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor) {
#   47|   return     procs.adapterCreateDevice(adapter, descriptor);
#   48|   }

Error: COMPILER_WARNING (CWE-9001): [#def699]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:46:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   44|   
#   45|   DAWN_NO_SANITIZE("cfi-icall")
#   46|-> WGPUDevice wgpuAdapterCreateDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor) {
#   47|   return     procs.adapterCreateDevice(adapter, descriptor);
#   48|   }

Error: COMPILER_WARNING (CWE-9001): [#def700]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:50:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   50 | size_t wgpuAdapterEnumerateFeatures(WGPUAdapter adapter, WGPUFeatureName * features) {
#      | ^~~~~~
#   48|   }
#   49|   DAWN_NO_SANITIZE("cfi-icall")
#   50|-> size_t wgpuAdapterEnumerateFeatures(WGPUAdapter adapter, WGPUFeatureName * features) {
#   51|   return     procs.adapterEnumerateFeatures(adapter, features);
#   52|   }

Error: COMPILER_WARNING (CWE-9001): [#def701]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:50:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   48|   }
#   49|   DAWN_NO_SANITIZE("cfi-icall")
#   50|-> size_t wgpuAdapterEnumerateFeatures(WGPUAdapter adapter, WGPUFeatureName * features) {
#   51|   return     procs.adapterEnumerateFeatures(adapter, features);
#   52|   }

Error: COMPILER_WARNING (CWE-9001): [#def702]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:54:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   54 | WGPUInstance wgpuAdapterGetInstance(WGPUAdapter adapter) {
#      | ^~~~~~~~~~~~
#   52|   }
#   53|   DAWN_NO_SANITIZE("cfi-icall")
#   54|-> WGPUInstance wgpuAdapterGetInstance(WGPUAdapter adapter) {
#   55|   return     procs.adapterGetInstance(adapter);
#   56|   }

Error: COMPILER_WARNING (CWE-9001): [#def703]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:54:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   52|   }
#   53|   DAWN_NO_SANITIZE("cfi-icall")
#   54|-> WGPUInstance wgpuAdapterGetInstance(WGPUAdapter adapter) {
#   55|   return     procs.adapterGetInstance(adapter);
#   56|   }

Error: COMPILER_WARNING (CWE-9001): [#def704]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:58:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   58 | WGPUBool wgpuAdapterGetLimits(WGPUAdapter adapter, WGPUSupportedLimits * limits) {
#      | ^~~~~~~~
#   56|   }
#   57|   DAWN_NO_SANITIZE("cfi-icall")
#   58|-> WGPUBool wgpuAdapterGetLimits(WGPUAdapter adapter, WGPUSupportedLimits * limits) {
#   59|   return     procs.adapterGetLimits(adapter, limits);
#   60|   }

Error: COMPILER_WARNING (CWE-9001): [#def705]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:58:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   56|   }
#   57|   DAWN_NO_SANITIZE("cfi-icall")
#   58|-> WGPUBool wgpuAdapterGetLimits(WGPUAdapter adapter, WGPUSupportedLimits * limits) {
#   59|   return     procs.adapterGetLimits(adapter, limits);
#   60|   }

Error: COMPILER_WARNING (CWE-9001): [#def706]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:62:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   62 | void wgpuAdapterGetProperties(WGPUAdapter adapter, WGPUAdapterProperties * properties) {
#      | ^~~~
#   60|   }
#   61|   DAWN_NO_SANITIZE("cfi-icall")
#   62|-> void wgpuAdapterGetProperties(WGPUAdapter adapter, WGPUAdapterProperties * properties) {
#   63|       procs.adapterGetProperties(adapter, properties);
#   64|   }

Error: COMPILER_WARNING (CWE-9001): [#def707]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:62:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   60|   }
#   61|   DAWN_NO_SANITIZE("cfi-icall")
#   62|-> void wgpuAdapterGetProperties(WGPUAdapter adapter, WGPUAdapterProperties * properties) {
#   63|       procs.adapterGetProperties(adapter, properties);
#   64|   }

Error: COMPILER_WARNING (CWE-9001): [#def708]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:66:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   66 | WGPUBool wgpuAdapterHasFeature(WGPUAdapter adapter, WGPUFeatureName feature) {
#      | ^~~~~~~~
#   64|   }
#   65|   DAWN_NO_SANITIZE("cfi-icall")
#   66|-> WGPUBool wgpuAdapterHasFeature(WGPUAdapter adapter, WGPUFeatureName feature) {
#   67|   return     procs.adapterHasFeature(adapter, feature);
#   68|   }

Error: COMPILER_WARNING (CWE-9001): [#def709]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:66:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   64|   }
#   65|   DAWN_NO_SANITIZE("cfi-icall")
#   66|-> WGPUBool wgpuAdapterHasFeature(WGPUAdapter adapter, WGPUFeatureName feature) {
#   67|   return     procs.adapterHasFeature(adapter, feature);
#   68|   }

Error: COMPILER_WARNING (CWE-9001): [#def710]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:70:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   70 | void wgpuAdapterRequestDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor, WGPURequestDeviceCallback callback, void * userdata) {
#      | ^~~~
#   68|   }
#   69|   DAWN_NO_SANITIZE("cfi-icall")
#   70|-> void wgpuAdapterRequestDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor, WGPURequestDeviceCallback callback, void * userdata) {
#   71|       procs.adapterRequestDevice(adapter, descriptor, callback, userdata);
#   72|   }

Error: COMPILER_WARNING (CWE-9001): [#def711]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:70:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   68|   }
#   69|   DAWN_NO_SANITIZE("cfi-icall")
#   70|-> void wgpuAdapterRequestDevice(WGPUAdapter adapter, WGPUDeviceDescriptor const * descriptor, WGPURequestDeviceCallback callback, void * userdata) {
#   71|       procs.adapterRequestDevice(adapter, descriptor, callback, userdata);
#   72|   }

Error: COMPILER_WARNING (CWE-9001): [#def712]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:74:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   74 | WGPUFuture wgpuAdapterRequestDeviceF(WGPUAdapter adapter, WGPUDeviceDescriptor const * options, WGPURequestDeviceCallbackInfo callbackInfo) {
#      | ^~~~~~~~~~
#   72|   }
#   73|   DAWN_NO_SANITIZE("cfi-icall")
#   74|-> WGPUFuture wgpuAdapterRequestDeviceF(WGPUAdapter adapter, WGPUDeviceDescriptor const * options, WGPURequestDeviceCallbackInfo callbackInfo) {
#   75|   return     procs.adapterRequestDeviceF(adapter, options, callbackInfo);
#   76|   }

Error: COMPILER_WARNING (CWE-9001): [#def713]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:74:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   72|   }
#   73|   DAWN_NO_SANITIZE("cfi-icall")
#   74|-> WGPUFuture wgpuAdapterRequestDeviceF(WGPUAdapter adapter, WGPUDeviceDescriptor const * options, WGPURequestDeviceCallbackInfo callbackInfo) {
#   75|   return     procs.adapterRequestDeviceF(adapter, options, callbackInfo);
#   76|   }

Error: COMPILER_WARNING (CWE-9001): [#def714]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:78:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   78 | void wgpuAdapterReference(WGPUAdapter adapter) {
#      | ^~~~
#   76|   }
#   77|   DAWN_NO_SANITIZE("cfi-icall")
#   78|-> void wgpuAdapterReference(WGPUAdapter adapter) {
#   79|       procs.adapterReference(adapter);
#   80|   }

Error: COMPILER_WARNING (CWE-9001): [#def715]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:78:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   76|   }
#   77|   DAWN_NO_SANITIZE("cfi-icall")
#   78|-> void wgpuAdapterReference(WGPUAdapter adapter) {
#   79|       procs.adapterReference(adapter);
#   80|   }

Error: COMPILER_WARNING (CWE-9001): [#def716]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:82:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   82 | void wgpuAdapterRelease(WGPUAdapter adapter) {
#      | ^~~~
#   80|   }
#   81|   DAWN_NO_SANITIZE("cfi-icall")
#   82|-> void wgpuAdapterRelease(WGPUAdapter adapter) {
#   83|       procs.adapterRelease(adapter);
#   84|   }

Error: COMPILER_WARNING (CWE-9001): [#def717]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:82:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   80|   }
#   81|   DAWN_NO_SANITIZE("cfi-icall")
#   82|-> void wgpuAdapterRelease(WGPUAdapter adapter) {
#   83|       procs.adapterRelease(adapter);
#   84|   }

Error: COMPILER_WARNING (CWE-9001): [#def718]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:87:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   87 | void wgpuBindGroupSetLabel(WGPUBindGroup bindGroup, char const * label) {
#      | ^~~~
#   85|   
#   86|   DAWN_NO_SANITIZE("cfi-icall")
#   87|-> void wgpuBindGroupSetLabel(WGPUBindGroup bindGroup, char const * label) {
#   88|       procs.bindGroupSetLabel(bindGroup, label);
#   89|   }

Error: COMPILER_WARNING (CWE-9001): [#def719]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:87:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   85|   
#   86|   DAWN_NO_SANITIZE("cfi-icall")
#   87|-> void wgpuBindGroupSetLabel(WGPUBindGroup bindGroup, char const * label) {
#   88|       procs.bindGroupSetLabel(bindGroup, label);
#   89|   }

Error: COMPILER_WARNING (CWE-9001): [#def720]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:91:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   91 | void wgpuBindGroupReference(WGPUBindGroup bindGroup) {
#      | ^~~~
#   89|   }
#   90|   DAWN_NO_SANITIZE("cfi-icall")
#   91|-> void wgpuBindGroupReference(WGPUBindGroup bindGroup) {
#   92|       procs.bindGroupReference(bindGroup);
#   93|   }

Error: COMPILER_WARNING (CWE-9001): [#def721]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:91:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   89|   }
#   90|   DAWN_NO_SANITIZE("cfi-icall")
#   91|-> void wgpuBindGroupReference(WGPUBindGroup bindGroup) {
#   92|       procs.bindGroupReference(bindGroup);
#   93|   }

Error: COMPILER_WARNING (CWE-9001): [#def722]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:95:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   95 | void wgpuBindGroupRelease(WGPUBindGroup bindGroup) {
#      | ^~~~
#   93|   }
#   94|   DAWN_NO_SANITIZE("cfi-icall")
#   95|-> void wgpuBindGroupRelease(WGPUBindGroup bindGroup) {
#   96|       procs.bindGroupRelease(bindGroup);
#   97|   }

Error: COMPILER_WARNING (CWE-9001): [#def723]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:95:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   93|   }
#   94|   DAWN_NO_SANITIZE("cfi-icall")
#   95|-> void wgpuBindGroupRelease(WGPUBindGroup bindGroup) {
#   96|       procs.bindGroupRelease(bindGroup);
#   97|   }

Error: COMPILER_WARNING (CWE-9001): [#def724]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:100:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  100 | void wgpuBindGroupLayoutSetLabel(WGPUBindGroupLayout bindGroupLayout, char const * label) {
#      | ^~~~
#   98|   
#   99|   DAWN_NO_SANITIZE("cfi-icall")
#  100|-> void wgpuBindGroupLayoutSetLabel(WGPUBindGroupLayout bindGroupLayout, char const * label) {
#  101|       procs.bindGroupLayoutSetLabel(bindGroupLayout, label);
#  102|   }

Error: COMPILER_WARNING (CWE-9001): [#def725]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:100:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#   98|   
#   99|   DAWN_NO_SANITIZE("cfi-icall")
#  100|-> void wgpuBindGroupLayoutSetLabel(WGPUBindGroupLayout bindGroupLayout, char const * label) {
#  101|       procs.bindGroupLayoutSetLabel(bindGroupLayout, label);
#  102|   }

Error: COMPILER_WARNING (CWE-9001): [#def726]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:104:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  104 | void wgpuBindGroupLayoutReference(WGPUBindGroupLayout bindGroupLayout) {
#      | ^~~~
#  102|   }
#  103|   DAWN_NO_SANITIZE("cfi-icall")
#  104|-> void wgpuBindGroupLayoutReference(WGPUBindGroupLayout bindGroupLayout) {
#  105|       procs.bindGroupLayoutReference(bindGroupLayout);
#  106|   }

Error: COMPILER_WARNING (CWE-9001): [#def727]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:104:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  102|   }
#  103|   DAWN_NO_SANITIZE("cfi-icall")
#  104|-> void wgpuBindGroupLayoutReference(WGPUBindGroupLayout bindGroupLayout) {
#  105|       procs.bindGroupLayoutReference(bindGroupLayout);
#  106|   }

Error: COMPILER_WARNING (CWE-9001): [#def728]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:108:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  108 | void wgpuBindGroupLayoutRelease(WGPUBindGroupLayout bindGroupLayout) {
#      | ^~~~
#  106|   }
#  107|   DAWN_NO_SANITIZE("cfi-icall")
#  108|-> void wgpuBindGroupLayoutRelease(WGPUBindGroupLayout bindGroupLayout) {
#  109|       procs.bindGroupLayoutRelease(bindGroupLayout);
#  110|   }

Error: COMPILER_WARNING (CWE-9001): [#def729]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:108:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  106|   }
#  107|   DAWN_NO_SANITIZE("cfi-icall")
#  108|-> void wgpuBindGroupLayoutRelease(WGPUBindGroupLayout bindGroupLayout) {
#  109|       procs.bindGroupLayoutRelease(bindGroupLayout);
#  110|   }

Error: COMPILER_WARNING (CWE-9001): [#def730]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:113:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  113 | void wgpuBufferDestroy(WGPUBuffer buffer) {
#      | ^~~~
#  111|   
#  112|   DAWN_NO_SANITIZE("cfi-icall")
#  113|-> void wgpuBufferDestroy(WGPUBuffer buffer) {
#  114|       procs.bufferDestroy(buffer);
#  115|   }

Error: COMPILER_WARNING (CWE-9001): [#def731]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:113:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  111|   
#  112|   DAWN_NO_SANITIZE("cfi-icall")
#  113|-> void wgpuBufferDestroy(WGPUBuffer buffer) {
#  114|       procs.bufferDestroy(buffer);
#  115|   }

Error: COMPILER_WARNING (CWE-9001): [#def732]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:117:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  117 | void const * wgpuBufferGetConstMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#      | ^~~~
#  115|   }
#  116|   DAWN_NO_SANITIZE("cfi-icall")
#  117|-> void const * wgpuBufferGetConstMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#  118|   return     procs.bufferGetConstMappedRange(buffer, offset, size);
#  119|   }

Error: COMPILER_WARNING (CWE-9001): [#def733]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:117:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  115|   }
#  116|   DAWN_NO_SANITIZE("cfi-icall")
#  117|-> void const * wgpuBufferGetConstMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#  118|   return     procs.bufferGetConstMappedRange(buffer, offset, size);
#  119|   }

Error: COMPILER_WARNING (CWE-9001): [#def734]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:121:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  121 | WGPUBufferMapState wgpuBufferGetMapState(WGPUBuffer buffer) {
#      | ^~~~~~~~~~~~~~~~~~
#  119|   }
#  120|   DAWN_NO_SANITIZE("cfi-icall")
#  121|-> WGPUBufferMapState wgpuBufferGetMapState(WGPUBuffer buffer) {
#  122|   return     procs.bufferGetMapState(buffer);
#  123|   }

Error: COMPILER_WARNING (CWE-9001): [#def735]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:121:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  119|   }
#  120|   DAWN_NO_SANITIZE("cfi-icall")
#  121|-> WGPUBufferMapState wgpuBufferGetMapState(WGPUBuffer buffer) {
#  122|   return     procs.bufferGetMapState(buffer);
#  123|   }

Error: COMPILER_WARNING (CWE-9001): [#def736]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:125:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  125 | void * wgpuBufferGetMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#      | ^~~~
#  123|   }
#  124|   DAWN_NO_SANITIZE("cfi-icall")
#  125|-> void * wgpuBufferGetMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#  126|   return     procs.bufferGetMappedRange(buffer, offset, size);
#  127|   }

Error: COMPILER_WARNING (CWE-9001): [#def737]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:125:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  123|   }
#  124|   DAWN_NO_SANITIZE("cfi-icall")
#  125|-> void * wgpuBufferGetMappedRange(WGPUBuffer buffer, size_t offset, size_t size) {
#  126|   return     procs.bufferGetMappedRange(buffer, offset, size);
#  127|   }

Error: COMPILER_WARNING (CWE-9001): [#def738]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:129:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  129 | uint64_t wgpuBufferGetSize(WGPUBuffer buffer) {
#      | ^~~~~~~~
#  127|   }
#  128|   DAWN_NO_SANITIZE("cfi-icall")
#  129|-> uint64_t wgpuBufferGetSize(WGPUBuffer buffer) {
#  130|   return     procs.bufferGetSize(buffer);
#  131|   }

Error: COMPILER_WARNING (CWE-9001): [#def739]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:129:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  127|   }
#  128|   DAWN_NO_SANITIZE("cfi-icall")
#  129|-> uint64_t wgpuBufferGetSize(WGPUBuffer buffer) {
#  130|   return     procs.bufferGetSize(buffer);
#  131|   }

Error: COMPILER_WARNING (CWE-9001): [#def740]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:133:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  133 | WGPUBufferUsageFlags wgpuBufferGetUsage(WGPUBuffer buffer) {
#      | ^~~~~~~~~~~~~~~~~~~~
#  131|   }
#  132|   DAWN_NO_SANITIZE("cfi-icall")
#  133|-> WGPUBufferUsageFlags wgpuBufferGetUsage(WGPUBuffer buffer) {
#  134|   return     procs.bufferGetUsage(buffer);
#  135|   }

Error: COMPILER_WARNING (CWE-9001): [#def741]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:133:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  131|   }
#  132|   DAWN_NO_SANITIZE("cfi-icall")
#  133|-> WGPUBufferUsageFlags wgpuBufferGetUsage(WGPUBuffer buffer) {
#  134|   return     procs.bufferGetUsage(buffer);
#  135|   }

Error: COMPILER_WARNING (CWE-9001): [#def742]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:137:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  137 | void wgpuBufferMapAsync(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void * userdata) {
#      | ^~~~
#  135|   }
#  136|   DAWN_NO_SANITIZE("cfi-icall")
#  137|-> void wgpuBufferMapAsync(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void * userdata) {
#  138|       procs.bufferMapAsync(buffer, mode, offset, size, callback, userdata);
#  139|   }

Error: COMPILER_WARNING (CWE-9001): [#def743]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:137:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  135|   }
#  136|   DAWN_NO_SANITIZE("cfi-icall")
#  137|-> void wgpuBufferMapAsync(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void * userdata) {
#  138|       procs.bufferMapAsync(buffer, mode, offset, size, callback, userdata);
#  139|   }

Error: COMPILER_WARNING (CWE-9001): [#def744]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:141:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  141 | WGPUFuture wgpuBufferMapAsyncF(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallbackInfo callbackInfo) {
#      | ^~~~~~~~~~
#  139|   }
#  140|   DAWN_NO_SANITIZE("cfi-icall")
#  141|-> WGPUFuture wgpuBufferMapAsyncF(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallbackInfo callbackInfo) {
#  142|   return     procs.bufferMapAsyncF(buffer, mode, offset, size, callbackInfo);
#  143|   }

Error: COMPILER_WARNING (CWE-9001): [#def745]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:141:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  139|   }
#  140|   DAWN_NO_SANITIZE("cfi-icall")
#  141|-> WGPUFuture wgpuBufferMapAsyncF(WGPUBuffer buffer, WGPUMapModeFlags mode, size_t offset, size_t size, WGPUBufferMapCallbackInfo callbackInfo) {
#  142|   return     procs.bufferMapAsyncF(buffer, mode, offset, size, callbackInfo);
#  143|   }

Error: COMPILER_WARNING (CWE-9001): [#def746]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:145:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  145 | void wgpuBufferSetLabel(WGPUBuffer buffer, char const * label) {
#      | ^~~~
#  143|   }
#  144|   DAWN_NO_SANITIZE("cfi-icall")
#  145|-> void wgpuBufferSetLabel(WGPUBuffer buffer, char const * label) {
#  146|       procs.bufferSetLabel(buffer, label);
#  147|   }

Error: COMPILER_WARNING (CWE-9001): [#def747]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:145:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  143|   }
#  144|   DAWN_NO_SANITIZE("cfi-icall")
#  145|-> void wgpuBufferSetLabel(WGPUBuffer buffer, char const * label) {
#  146|       procs.bufferSetLabel(buffer, label);
#  147|   }

Error: COMPILER_WARNING (CWE-9001): [#def748]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:149:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  149 | void wgpuBufferUnmap(WGPUBuffer buffer) {
#      | ^~~~
#  147|   }
#  148|   DAWN_NO_SANITIZE("cfi-icall")
#  149|-> void wgpuBufferUnmap(WGPUBuffer buffer) {
#  150|       procs.bufferUnmap(buffer);
#  151|   }

Error: COMPILER_WARNING (CWE-9001): [#def749]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:149:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  147|   }
#  148|   DAWN_NO_SANITIZE("cfi-icall")
#  149|-> void wgpuBufferUnmap(WGPUBuffer buffer) {
#  150|       procs.bufferUnmap(buffer);
#  151|   }

Error: COMPILER_WARNING (CWE-9001): [#def750]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:153:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  153 | void wgpuBufferReference(WGPUBuffer buffer) {
#      | ^~~~
#  151|   }
#  152|   DAWN_NO_SANITIZE("cfi-icall")
#  153|-> void wgpuBufferReference(WGPUBuffer buffer) {
#  154|       procs.bufferReference(buffer);
#  155|   }

Error: COMPILER_WARNING (CWE-9001): [#def751]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:153:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  151|   }
#  152|   DAWN_NO_SANITIZE("cfi-icall")
#  153|-> void wgpuBufferReference(WGPUBuffer buffer) {
#  154|       procs.bufferReference(buffer);
#  155|   }

Error: COMPILER_WARNING (CWE-9001): [#def752]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:157:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  157 | void wgpuBufferRelease(WGPUBuffer buffer) {
#      | ^~~~
#  155|   }
#  156|   DAWN_NO_SANITIZE("cfi-icall")
#  157|-> void wgpuBufferRelease(WGPUBuffer buffer) {
#  158|       procs.bufferRelease(buffer);
#  159|   }

Error: COMPILER_WARNING (CWE-9001): [#def753]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:157:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  155|   }
#  156|   DAWN_NO_SANITIZE("cfi-icall")
#  157|-> void wgpuBufferRelease(WGPUBuffer buffer) {
#  158|       procs.bufferRelease(buffer);
#  159|   }

Error: COMPILER_WARNING (CWE-9001): [#def754]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:162:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  162 | void wgpuCommandBufferSetLabel(WGPUCommandBuffer commandBuffer, char const * label) {
#      | ^~~~
#  160|   
#  161|   DAWN_NO_SANITIZE("cfi-icall")
#  162|-> void wgpuCommandBufferSetLabel(WGPUCommandBuffer commandBuffer, char const * label) {
#  163|       procs.commandBufferSetLabel(commandBuffer, label);
#  164|   }

Error: COMPILER_WARNING (CWE-9001): [#def755]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:162:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  160|   
#  161|   DAWN_NO_SANITIZE("cfi-icall")
#  162|-> void wgpuCommandBufferSetLabel(WGPUCommandBuffer commandBuffer, char const * label) {
#  163|       procs.commandBufferSetLabel(commandBuffer, label);
#  164|   }

Error: COMPILER_WARNING (CWE-9001): [#def756]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:166:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  166 | void wgpuCommandBufferReference(WGPUCommandBuffer commandBuffer) {
#      | ^~~~
#  164|   }
#  165|   DAWN_NO_SANITIZE("cfi-icall")
#  166|-> void wgpuCommandBufferReference(WGPUCommandBuffer commandBuffer) {
#  167|       procs.commandBufferReference(commandBuffer);
#  168|   }

Error: COMPILER_WARNING (CWE-9001): [#def757]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:166:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  164|   }
#  165|   DAWN_NO_SANITIZE("cfi-icall")
#  166|-> void wgpuCommandBufferReference(WGPUCommandBuffer commandBuffer) {
#  167|       procs.commandBufferReference(commandBuffer);
#  168|   }

Error: COMPILER_WARNING (CWE-9001): [#def758]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:170:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  170 | void wgpuCommandBufferRelease(WGPUCommandBuffer commandBuffer) {
#      | ^~~~
#  168|   }
#  169|   DAWN_NO_SANITIZE("cfi-icall")
#  170|-> void wgpuCommandBufferRelease(WGPUCommandBuffer commandBuffer) {
#  171|       procs.commandBufferRelease(commandBuffer);
#  172|   }

Error: COMPILER_WARNING (CWE-9001): [#def759]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:170:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  168|   }
#  169|   DAWN_NO_SANITIZE("cfi-icall")
#  170|-> void wgpuCommandBufferRelease(WGPUCommandBuffer commandBuffer) {
#  171|       procs.commandBufferRelease(commandBuffer);
#  172|   }

Error: COMPILER_WARNING (CWE-9001): [#def760]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:175:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  175 | WGPUComputePassEncoder wgpuCommandEncoderBeginComputePass(WGPUCommandEncoder commandEncoder, WGPUComputePassDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~~~~
#  173|   
#  174|   DAWN_NO_SANITIZE("cfi-icall")
#  175|-> WGPUComputePassEncoder wgpuCommandEncoderBeginComputePass(WGPUCommandEncoder commandEncoder, WGPUComputePassDescriptor const * descriptor) {
#  176|   return     procs.commandEncoderBeginComputePass(commandEncoder, descriptor);
#  177|   }

Error: COMPILER_WARNING (CWE-9001): [#def761]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:175:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  173|   
#  174|   DAWN_NO_SANITIZE("cfi-icall")
#  175|-> WGPUComputePassEncoder wgpuCommandEncoderBeginComputePass(WGPUCommandEncoder commandEncoder, WGPUComputePassDescriptor const * descriptor) {
#  176|   return     procs.commandEncoderBeginComputePass(commandEncoder, descriptor);
#  177|   }

Error: COMPILER_WARNING (CWE-9001): [#def762]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:179:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  179 | WGPURenderPassEncoder wgpuCommandEncoderBeginRenderPass(WGPUCommandEncoder commandEncoder, WGPURenderPassDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~~~
#  177|   }
#  178|   DAWN_NO_SANITIZE("cfi-icall")
#  179|-> WGPURenderPassEncoder wgpuCommandEncoderBeginRenderPass(WGPUCommandEncoder commandEncoder, WGPURenderPassDescriptor const * descriptor) {
#  180|   return     procs.commandEncoderBeginRenderPass(commandEncoder, descriptor);
#  181|   }

Error: COMPILER_WARNING (CWE-9001): [#def763]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:179:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  177|   }
#  178|   DAWN_NO_SANITIZE("cfi-icall")
#  179|-> WGPURenderPassEncoder wgpuCommandEncoderBeginRenderPass(WGPUCommandEncoder commandEncoder, WGPURenderPassDescriptor const * descriptor) {
#  180|   return     procs.commandEncoderBeginRenderPass(commandEncoder, descriptor);
#  181|   }

Error: COMPILER_WARNING (CWE-9001): [#def764]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:183:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  183 | void wgpuCommandEncoderClearBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#      | ^~~~
#  181|   }
#  182|   DAWN_NO_SANITIZE("cfi-icall")
#  183|-> void wgpuCommandEncoderClearBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  184|       procs.commandEncoderClearBuffer(commandEncoder, buffer, offset, size);
#  185|   }

Error: COMPILER_WARNING (CWE-9001): [#def765]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:183:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  181|   }
#  182|   DAWN_NO_SANITIZE("cfi-icall")
#  183|-> void wgpuCommandEncoderClearBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  184|       procs.commandEncoderClearBuffer(commandEncoder, buffer, offset, size);
#  185|   }

Error: COMPILER_WARNING (CWE-9001): [#def766]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:187:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  187 | void wgpuCommandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, uint64_t sourceOffset, WGPUBuffer destination, uint64_t destinationOffset, uint64_t size) {
#      | ^~~~
#  185|   }
#  186|   DAWN_NO_SANITIZE("cfi-icall")
#  187|-> void wgpuCommandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, uint64_t sourceOffset, WGPUBuffer destination, uint64_t destinationOffset, uint64_t size) {
#  188|       procs.commandEncoderCopyBufferToBuffer(commandEncoder, source, sourceOffset, destination, destinationOffset, size);
#  189|   }

Error: COMPILER_WARNING (CWE-9001): [#def767]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:187:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  185|   }
#  186|   DAWN_NO_SANITIZE("cfi-icall")
#  187|-> void wgpuCommandEncoderCopyBufferToBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer source, uint64_t sourceOffset, WGPUBuffer destination, uint64_t destinationOffset, uint64_t size) {
#  188|       procs.commandEncoderCopyBufferToBuffer(commandEncoder, source, sourceOffset, destination, destinationOffset, size);
#  189|   }

Error: COMPILER_WARNING (CWE-9001): [#def768]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:191:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  191 | void wgpuCommandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyBuffer const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#      | ^~~~
#  189|   }
#  190|   DAWN_NO_SANITIZE("cfi-icall")
#  191|-> void wgpuCommandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyBuffer const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#  192|       procs.commandEncoderCopyBufferToTexture(commandEncoder, source, destination, copySize);
#  193|   }

Error: COMPILER_WARNING (CWE-9001): [#def769]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:191:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  189|   }
#  190|   DAWN_NO_SANITIZE("cfi-icall")
#  191|-> void wgpuCommandEncoderCopyBufferToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyBuffer const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#  192|       procs.commandEncoderCopyBufferToTexture(commandEncoder, source, destination, copySize);
#  193|   }

Error: COMPILER_WARNING (CWE-9001): [#def770]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:195:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  195 | void wgpuCommandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyBuffer const * destination, WGPUExtent3D const * copySize) {
#      | ^~~~
#  193|   }
#  194|   DAWN_NO_SANITIZE("cfi-icall")
#  195|-> void wgpuCommandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyBuffer const * destination, WGPUExtent3D const * copySize) {
#  196|       procs.commandEncoderCopyTextureToBuffer(commandEncoder, source, destination, copySize);
#  197|   }

Error: COMPILER_WARNING (CWE-9001): [#def771]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:195:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  193|   }
#  194|   DAWN_NO_SANITIZE("cfi-icall")
#  195|-> void wgpuCommandEncoderCopyTextureToBuffer(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyBuffer const * destination, WGPUExtent3D const * copySize) {
#  196|       procs.commandEncoderCopyTextureToBuffer(commandEncoder, source, destination, copySize);
#  197|   }

Error: COMPILER_WARNING (CWE-9001): [#def772]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:199:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  199 | void wgpuCommandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#      | ^~~~
#  197|   }
#  198|   DAWN_NO_SANITIZE("cfi-icall")
#  199|-> void wgpuCommandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#  200|       procs.commandEncoderCopyTextureToTexture(commandEncoder, source, destination, copySize);
#  201|   }

Error: COMPILER_WARNING (CWE-9001): [#def773]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:199:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  197|   }
#  198|   DAWN_NO_SANITIZE("cfi-icall")
#  199|-> void wgpuCommandEncoderCopyTextureToTexture(WGPUCommandEncoder commandEncoder, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize) {
#  200|       procs.commandEncoderCopyTextureToTexture(commandEncoder, source, destination, copySize);
#  201|   }

Error: COMPILER_WARNING (CWE-9001): [#def774]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:203:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  203 | WGPUCommandBuffer wgpuCommandEncoderFinish(WGPUCommandEncoder commandEncoder, WGPUCommandBufferDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~
#  201|   }
#  202|   DAWN_NO_SANITIZE("cfi-icall")
#  203|-> WGPUCommandBuffer wgpuCommandEncoderFinish(WGPUCommandEncoder commandEncoder, WGPUCommandBufferDescriptor const * descriptor) {
#  204|   return     procs.commandEncoderFinish(commandEncoder, descriptor);
#  205|   }

Error: COMPILER_WARNING (CWE-9001): [#def775]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:203:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  201|   }
#  202|   DAWN_NO_SANITIZE("cfi-icall")
#  203|-> WGPUCommandBuffer wgpuCommandEncoderFinish(WGPUCommandEncoder commandEncoder, WGPUCommandBufferDescriptor const * descriptor) {
#  204|   return     procs.commandEncoderFinish(commandEncoder, descriptor);
#  205|   }

Error: COMPILER_WARNING (CWE-9001): [#def776]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:207:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  207 | void wgpuCommandEncoderInjectValidationError(WGPUCommandEncoder commandEncoder, char const * message) {
#      | ^~~~
#  205|   }
#  206|   DAWN_NO_SANITIZE("cfi-icall")
#  207|-> void wgpuCommandEncoderInjectValidationError(WGPUCommandEncoder commandEncoder, char const * message) {
#  208|       procs.commandEncoderInjectValidationError(commandEncoder, message);
#  209|   }

Error: COMPILER_WARNING (CWE-9001): [#def777]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:207:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  205|   }
#  206|   DAWN_NO_SANITIZE("cfi-icall")
#  207|-> void wgpuCommandEncoderInjectValidationError(WGPUCommandEncoder commandEncoder, char const * message) {
#  208|       procs.commandEncoderInjectValidationError(commandEncoder, message);
#  209|   }

Error: COMPILER_WARNING (CWE-9001): [#def778]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:211:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  211 | void wgpuCommandEncoderInsertDebugMarker(WGPUCommandEncoder commandEncoder, char const * markerLabel) {
#      | ^~~~
#  209|   }
#  210|   DAWN_NO_SANITIZE("cfi-icall")
#  211|-> void wgpuCommandEncoderInsertDebugMarker(WGPUCommandEncoder commandEncoder, char const * markerLabel) {
#  212|       procs.commandEncoderInsertDebugMarker(commandEncoder, markerLabel);
#  213|   }

Error: COMPILER_WARNING (CWE-9001): [#def779]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:211:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  209|   }
#  210|   DAWN_NO_SANITIZE("cfi-icall")
#  211|-> void wgpuCommandEncoderInsertDebugMarker(WGPUCommandEncoder commandEncoder, char const * markerLabel) {
#  212|       procs.commandEncoderInsertDebugMarker(commandEncoder, markerLabel);
#  213|   }

Error: COMPILER_WARNING (CWE-9001): [#def780]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:215:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  215 | void wgpuCommandEncoderPopDebugGroup(WGPUCommandEncoder commandEncoder) {
#      | ^~~~
#  213|   }
#  214|   DAWN_NO_SANITIZE("cfi-icall")
#  215|-> void wgpuCommandEncoderPopDebugGroup(WGPUCommandEncoder commandEncoder) {
#  216|       procs.commandEncoderPopDebugGroup(commandEncoder);
#  217|   }

Error: COMPILER_WARNING (CWE-9001): [#def781]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:215:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  213|   }
#  214|   DAWN_NO_SANITIZE("cfi-icall")
#  215|-> void wgpuCommandEncoderPopDebugGroup(WGPUCommandEncoder commandEncoder) {
#  216|       procs.commandEncoderPopDebugGroup(commandEncoder);
#  217|   }

Error: COMPILER_WARNING (CWE-9001): [#def782]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:219:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  219 | void wgpuCommandEncoderPushDebugGroup(WGPUCommandEncoder commandEncoder, char const * groupLabel) {
#      | ^~~~
#  217|   }
#  218|   DAWN_NO_SANITIZE("cfi-icall")
#  219|-> void wgpuCommandEncoderPushDebugGroup(WGPUCommandEncoder commandEncoder, char const * groupLabel) {
#  220|       procs.commandEncoderPushDebugGroup(commandEncoder, groupLabel);
#  221|   }

Error: COMPILER_WARNING (CWE-9001): [#def783]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:219:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  217|   }
#  218|   DAWN_NO_SANITIZE("cfi-icall")
#  219|-> void wgpuCommandEncoderPushDebugGroup(WGPUCommandEncoder commandEncoder, char const * groupLabel) {
#  220|       procs.commandEncoderPushDebugGroup(commandEncoder, groupLabel);
#  221|   }

Error: COMPILER_WARNING (CWE-9001): [#def784]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:223:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  223 | void wgpuCommandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t firstQuery, uint32_t queryCount, WGPUBuffer destination, uint64_t destinationOffset) {
#      | ^~~~
#  221|   }
#  222|   DAWN_NO_SANITIZE("cfi-icall")
#  223|-> void wgpuCommandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t firstQuery, uint32_t queryCount, WGPUBuffer destination, uint64_t destinationOffset) {
#  224|       procs.commandEncoderResolveQuerySet(commandEncoder, querySet, firstQuery, queryCount, destination, destinationOffset);
#  225|   }

Error: COMPILER_WARNING (CWE-9001): [#def785]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:223:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  221|   }
#  222|   DAWN_NO_SANITIZE("cfi-icall")
#  223|-> void wgpuCommandEncoderResolveQuerySet(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t firstQuery, uint32_t queryCount, WGPUBuffer destination, uint64_t destinationOffset) {
#  224|       procs.commandEncoderResolveQuerySet(commandEncoder, querySet, firstQuery, queryCount, destination, destinationOffset);
#  225|   }

Error: COMPILER_WARNING (CWE-9001): [#def786]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:227:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  227 | void wgpuCommandEncoderSetLabel(WGPUCommandEncoder commandEncoder, char const * label) {
#      | ^~~~
#  225|   }
#  226|   DAWN_NO_SANITIZE("cfi-icall")
#  227|-> void wgpuCommandEncoderSetLabel(WGPUCommandEncoder commandEncoder, char const * label) {
#  228|       procs.commandEncoderSetLabel(commandEncoder, label);
#  229|   }

Error: COMPILER_WARNING (CWE-9001): [#def787]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:227:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  225|   }
#  226|   DAWN_NO_SANITIZE("cfi-icall")
#  227|-> void wgpuCommandEncoderSetLabel(WGPUCommandEncoder commandEncoder, char const * label) {
#  228|       procs.commandEncoderSetLabel(commandEncoder, label);
#  229|   }

Error: COMPILER_WARNING (CWE-9001): [#def788]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:231:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  231 | void wgpuCommandEncoderWriteBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t bufferOffset, uint8_t const * data, uint64_t size) {
#      | ^~~~
#  229|   }
#  230|   DAWN_NO_SANITIZE("cfi-icall")
#  231|-> void wgpuCommandEncoderWriteBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t bufferOffset, uint8_t const * data, uint64_t size) {
#  232|       procs.commandEncoderWriteBuffer(commandEncoder, buffer, bufferOffset, data, size);
#  233|   }

Error: COMPILER_WARNING (CWE-9001): [#def789]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:231:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  229|   }
#  230|   DAWN_NO_SANITIZE("cfi-icall")
#  231|-> void wgpuCommandEncoderWriteBuffer(WGPUCommandEncoder commandEncoder, WGPUBuffer buffer, uint64_t bufferOffset, uint8_t const * data, uint64_t size) {
#  232|       procs.commandEncoderWriteBuffer(commandEncoder, buffer, bufferOffset, data, size);
#  233|   }

Error: COMPILER_WARNING (CWE-9001): [#def790]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:235:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  235 | void wgpuCommandEncoderWriteTimestamp(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#      | ^~~~
#  233|   }
#  234|   DAWN_NO_SANITIZE("cfi-icall")
#  235|-> void wgpuCommandEncoderWriteTimestamp(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  236|       procs.commandEncoderWriteTimestamp(commandEncoder, querySet, queryIndex);
#  237|   }

Error: COMPILER_WARNING (CWE-9001): [#def791]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:235:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  233|   }
#  234|   DAWN_NO_SANITIZE("cfi-icall")
#  235|-> void wgpuCommandEncoderWriteTimestamp(WGPUCommandEncoder commandEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  236|       procs.commandEncoderWriteTimestamp(commandEncoder, querySet, queryIndex);
#  237|   }

Error: COMPILER_WARNING (CWE-9001): [#def792]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:239:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  239 | void wgpuCommandEncoderReference(WGPUCommandEncoder commandEncoder) {
#      | ^~~~
#  237|   }
#  238|   DAWN_NO_SANITIZE("cfi-icall")
#  239|-> void wgpuCommandEncoderReference(WGPUCommandEncoder commandEncoder) {
#  240|       procs.commandEncoderReference(commandEncoder);
#  241|   }

Error: COMPILER_WARNING (CWE-9001): [#def793]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:239:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  237|   }
#  238|   DAWN_NO_SANITIZE("cfi-icall")
#  239|-> void wgpuCommandEncoderReference(WGPUCommandEncoder commandEncoder) {
#  240|       procs.commandEncoderReference(commandEncoder);
#  241|   }

Error: COMPILER_WARNING (CWE-9001): [#def794]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:243:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  243 | void wgpuCommandEncoderRelease(WGPUCommandEncoder commandEncoder) {
#      | ^~~~
#  241|   }
#  242|   DAWN_NO_SANITIZE("cfi-icall")
#  243|-> void wgpuCommandEncoderRelease(WGPUCommandEncoder commandEncoder) {
#  244|       procs.commandEncoderRelease(commandEncoder);
#  245|   }

Error: COMPILER_WARNING (CWE-9001): [#def795]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:243:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  241|   }
#  242|   DAWN_NO_SANITIZE("cfi-icall")
#  243|-> void wgpuCommandEncoderRelease(WGPUCommandEncoder commandEncoder) {
#  244|       procs.commandEncoderRelease(commandEncoder);
#  245|   }

Error: COMPILER_WARNING (CWE-9001): [#def796]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:248:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  248 | void wgpuComputePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, uint32_t workgroupCountX, uint32_t workgroupCountY, uint32_t workgroupCountZ) {
#      | ^~~~
#  246|   
#  247|   DAWN_NO_SANITIZE("cfi-icall")
#  248|-> void wgpuComputePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, uint32_t workgroupCountX, uint32_t workgroupCountY, uint32_t workgroupCountZ) {
#  249|       procs.computePassEncoderDispatchWorkgroups(computePassEncoder, workgroupCountX, workgroupCountY, workgroupCountZ);
#  250|   }

Error: COMPILER_WARNING (CWE-9001): [#def797]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:248:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  246|   
#  247|   DAWN_NO_SANITIZE("cfi-icall")
#  248|-> void wgpuComputePassEncoderDispatchWorkgroups(WGPUComputePassEncoder computePassEncoder, uint32_t workgroupCountX, uint32_t workgroupCountY, uint32_t workgroupCountZ) {
#  249|       procs.computePassEncoderDispatchWorkgroups(computePassEncoder, workgroupCountX, workgroupCountY, workgroupCountZ);
#  250|   }

Error: COMPILER_WARNING (CWE-9001): [#def798]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:252:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  252 | void wgpuComputePassEncoderDispatchWorkgroupsIndirect(WGPUComputePassEncoder computePassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#      | ^~~~
#  250|   }
#  251|   DAWN_NO_SANITIZE("cfi-icall")
#  252|-> void wgpuComputePassEncoderDispatchWorkgroupsIndirect(WGPUComputePassEncoder computePassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  253|       procs.computePassEncoderDispatchWorkgroupsIndirect(computePassEncoder, indirectBuffer, indirectOffset);
#  254|   }

Error: COMPILER_WARNING (CWE-9001): [#def799]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:252:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  250|   }
#  251|   DAWN_NO_SANITIZE("cfi-icall")
#  252|-> void wgpuComputePassEncoderDispatchWorkgroupsIndirect(WGPUComputePassEncoder computePassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  253|       procs.computePassEncoderDispatchWorkgroupsIndirect(computePassEncoder, indirectBuffer, indirectOffset);
#  254|   }

Error: COMPILER_WARNING (CWE-9001): [#def800]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:256:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  256 | void wgpuComputePassEncoderEnd(WGPUComputePassEncoder computePassEncoder) {
#      | ^~~~
#  254|   }
#  255|   DAWN_NO_SANITIZE("cfi-icall")
#  256|-> void wgpuComputePassEncoderEnd(WGPUComputePassEncoder computePassEncoder) {
#  257|       procs.computePassEncoderEnd(computePassEncoder);
#  258|   }

Error: COMPILER_WARNING (CWE-9001): [#def801]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:256:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  254|   }
#  255|   DAWN_NO_SANITIZE("cfi-icall")
#  256|-> void wgpuComputePassEncoderEnd(WGPUComputePassEncoder computePassEncoder) {
#  257|       procs.computePassEncoderEnd(computePassEncoder);
#  258|   }

Error: COMPILER_WARNING (CWE-9001): [#def802]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:260:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  260 | void wgpuComputePassEncoderInsertDebugMarker(WGPUComputePassEncoder computePassEncoder, char const * markerLabel) {
#      | ^~~~
#  258|   }
#  259|   DAWN_NO_SANITIZE("cfi-icall")
#  260|-> void wgpuComputePassEncoderInsertDebugMarker(WGPUComputePassEncoder computePassEncoder, char const * markerLabel) {
#  261|       procs.computePassEncoderInsertDebugMarker(computePassEncoder, markerLabel);
#  262|   }

Error: COMPILER_WARNING (CWE-9001): [#def803]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:260:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  258|   }
#  259|   DAWN_NO_SANITIZE("cfi-icall")
#  260|-> void wgpuComputePassEncoderInsertDebugMarker(WGPUComputePassEncoder computePassEncoder, char const * markerLabel) {
#  261|       procs.computePassEncoderInsertDebugMarker(computePassEncoder, markerLabel);
#  262|   }

Error: COMPILER_WARNING (CWE-9001): [#def804]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:264:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  264 | void wgpuComputePassEncoderPopDebugGroup(WGPUComputePassEncoder computePassEncoder) {
#      | ^~~~
#  262|   }
#  263|   DAWN_NO_SANITIZE("cfi-icall")
#  264|-> void wgpuComputePassEncoderPopDebugGroup(WGPUComputePassEncoder computePassEncoder) {
#  265|       procs.computePassEncoderPopDebugGroup(computePassEncoder);
#  266|   }

Error: COMPILER_WARNING (CWE-9001): [#def805]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:264:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  262|   }
#  263|   DAWN_NO_SANITIZE("cfi-icall")
#  264|-> void wgpuComputePassEncoderPopDebugGroup(WGPUComputePassEncoder computePassEncoder) {
#  265|       procs.computePassEncoderPopDebugGroup(computePassEncoder);
#  266|   }

Error: COMPILER_WARNING (CWE-9001): [#def806]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:268:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  268 | void wgpuComputePassEncoderPushDebugGroup(WGPUComputePassEncoder computePassEncoder, char const * groupLabel) {
#      | ^~~~
#  266|   }
#  267|   DAWN_NO_SANITIZE("cfi-icall")
#  268|-> void wgpuComputePassEncoderPushDebugGroup(WGPUComputePassEncoder computePassEncoder, char const * groupLabel) {
#  269|       procs.computePassEncoderPushDebugGroup(computePassEncoder, groupLabel);
#  270|   }

Error: COMPILER_WARNING (CWE-9001): [#def807]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:268:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  266|   }
#  267|   DAWN_NO_SANITIZE("cfi-icall")
#  268|-> void wgpuComputePassEncoderPushDebugGroup(WGPUComputePassEncoder computePassEncoder, char const * groupLabel) {
#  269|       procs.computePassEncoderPushDebugGroup(computePassEncoder, groupLabel);
#  270|   }

Error: COMPILER_WARNING (CWE-9001): [#def808]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:272:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  272 | void wgpuComputePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#      | ^~~~
#  270|   }
#  271|   DAWN_NO_SANITIZE("cfi-icall")
#  272|-> void wgpuComputePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  273|       procs.computePassEncoderSetBindGroup(computePassEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  274|   }

Error: COMPILER_WARNING (CWE-9001): [#def809]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:272:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  270|   }
#  271|   DAWN_NO_SANITIZE("cfi-icall")
#  272|-> void wgpuComputePassEncoderSetBindGroup(WGPUComputePassEncoder computePassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  273|       procs.computePassEncoderSetBindGroup(computePassEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  274|   }

Error: COMPILER_WARNING (CWE-9001): [#def810]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:276:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  276 | void wgpuComputePassEncoderSetLabel(WGPUComputePassEncoder computePassEncoder, char const * label) {
#      | ^~~~
#  274|   }
#  275|   DAWN_NO_SANITIZE("cfi-icall")
#  276|-> void wgpuComputePassEncoderSetLabel(WGPUComputePassEncoder computePassEncoder, char const * label) {
#  277|       procs.computePassEncoderSetLabel(computePassEncoder, label);
#  278|   }

Error: COMPILER_WARNING (CWE-9001): [#def811]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:276:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  274|   }
#  275|   DAWN_NO_SANITIZE("cfi-icall")
#  276|-> void wgpuComputePassEncoderSetLabel(WGPUComputePassEncoder computePassEncoder, char const * label) {
#  277|       procs.computePassEncoderSetLabel(computePassEncoder, label);
#  278|   }

Error: COMPILER_WARNING (CWE-9001): [#def812]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:280:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  280 | void wgpuComputePassEncoderSetPipeline(WGPUComputePassEncoder computePassEncoder, WGPUComputePipeline pipeline) {
#      | ^~~~
#  278|   }
#  279|   DAWN_NO_SANITIZE("cfi-icall")
#  280|-> void wgpuComputePassEncoderSetPipeline(WGPUComputePassEncoder computePassEncoder, WGPUComputePipeline pipeline) {
#  281|       procs.computePassEncoderSetPipeline(computePassEncoder, pipeline);
#  282|   }

Error: COMPILER_WARNING (CWE-9001): [#def813]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:280:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  278|   }
#  279|   DAWN_NO_SANITIZE("cfi-icall")
#  280|-> void wgpuComputePassEncoderSetPipeline(WGPUComputePassEncoder computePassEncoder, WGPUComputePipeline pipeline) {
#  281|       procs.computePassEncoderSetPipeline(computePassEncoder, pipeline);
#  282|   }

Error: COMPILER_WARNING (CWE-9001): [#def814]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:284:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  284 | void wgpuComputePassEncoderWriteTimestamp(WGPUComputePassEncoder computePassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#      | ^~~~
#  282|   }
#  283|   DAWN_NO_SANITIZE("cfi-icall")
#  284|-> void wgpuComputePassEncoderWriteTimestamp(WGPUComputePassEncoder computePassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  285|       procs.computePassEncoderWriteTimestamp(computePassEncoder, querySet, queryIndex);
#  286|   }

Error: COMPILER_WARNING (CWE-9001): [#def815]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:284:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  282|   }
#  283|   DAWN_NO_SANITIZE("cfi-icall")
#  284|-> void wgpuComputePassEncoderWriteTimestamp(WGPUComputePassEncoder computePassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  285|       procs.computePassEncoderWriteTimestamp(computePassEncoder, querySet, queryIndex);
#  286|   }

Error: COMPILER_WARNING (CWE-9001): [#def816]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:288:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  288 | void wgpuComputePassEncoderReference(WGPUComputePassEncoder computePassEncoder) {
#      | ^~~~
#  286|   }
#  287|   DAWN_NO_SANITIZE("cfi-icall")
#  288|-> void wgpuComputePassEncoderReference(WGPUComputePassEncoder computePassEncoder) {
#  289|       procs.computePassEncoderReference(computePassEncoder);
#  290|   }

Error: COMPILER_WARNING (CWE-9001): [#def817]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:288:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  286|   }
#  287|   DAWN_NO_SANITIZE("cfi-icall")
#  288|-> void wgpuComputePassEncoderReference(WGPUComputePassEncoder computePassEncoder) {
#  289|       procs.computePassEncoderReference(computePassEncoder);
#  290|   }

Error: COMPILER_WARNING (CWE-9001): [#def818]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:292:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  292 | void wgpuComputePassEncoderRelease(WGPUComputePassEncoder computePassEncoder) {
#      | ^~~~
#  290|   }
#  291|   DAWN_NO_SANITIZE("cfi-icall")
#  292|-> void wgpuComputePassEncoderRelease(WGPUComputePassEncoder computePassEncoder) {
#  293|       procs.computePassEncoderRelease(computePassEncoder);
#  294|   }

Error: COMPILER_WARNING (CWE-9001): [#def819]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:292:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  290|   }
#  291|   DAWN_NO_SANITIZE("cfi-icall")
#  292|-> void wgpuComputePassEncoderRelease(WGPUComputePassEncoder computePassEncoder) {
#  293|       procs.computePassEncoderRelease(computePassEncoder);
#  294|   }

Error: COMPILER_WARNING (CWE-9001): [#def820]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:297:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  297 | WGPUBindGroupLayout wgpuComputePipelineGetBindGroupLayout(WGPUComputePipeline computePipeline, uint32_t groupIndex) {
#      | ^~~~~~~~~~~~~~~~~~~
#  295|   
#  296|   DAWN_NO_SANITIZE("cfi-icall")
#  297|-> WGPUBindGroupLayout wgpuComputePipelineGetBindGroupLayout(WGPUComputePipeline computePipeline, uint32_t groupIndex) {
#  298|   return     procs.computePipelineGetBindGroupLayout(computePipeline, groupIndex);
#  299|   }

Error: COMPILER_WARNING (CWE-9001): [#def821]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:297:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  295|   
#  296|   DAWN_NO_SANITIZE("cfi-icall")
#  297|-> WGPUBindGroupLayout wgpuComputePipelineGetBindGroupLayout(WGPUComputePipeline computePipeline, uint32_t groupIndex) {
#  298|   return     procs.computePipelineGetBindGroupLayout(computePipeline, groupIndex);
#  299|   }

Error: COMPILER_WARNING (CWE-9001): [#def822]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:301:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  301 | void wgpuComputePipelineSetLabel(WGPUComputePipeline computePipeline, char const * label) {
#      | ^~~~
#  299|   }
#  300|   DAWN_NO_SANITIZE("cfi-icall")
#  301|-> void wgpuComputePipelineSetLabel(WGPUComputePipeline computePipeline, char const * label) {
#  302|       procs.computePipelineSetLabel(computePipeline, label);
#  303|   }

Error: COMPILER_WARNING (CWE-9001): [#def823]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:301:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  299|   }
#  300|   DAWN_NO_SANITIZE("cfi-icall")
#  301|-> void wgpuComputePipelineSetLabel(WGPUComputePipeline computePipeline, char const * label) {
#  302|       procs.computePipelineSetLabel(computePipeline, label);
#  303|   }

Error: COMPILER_WARNING (CWE-9001): [#def824]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:305:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  305 | void wgpuComputePipelineReference(WGPUComputePipeline computePipeline) {
#      | ^~~~
#  303|   }
#  304|   DAWN_NO_SANITIZE("cfi-icall")
#  305|-> void wgpuComputePipelineReference(WGPUComputePipeline computePipeline) {
#  306|       procs.computePipelineReference(computePipeline);
#  307|   }

Error: COMPILER_WARNING (CWE-9001): [#def825]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:305:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  303|   }
#  304|   DAWN_NO_SANITIZE("cfi-icall")
#  305|-> void wgpuComputePipelineReference(WGPUComputePipeline computePipeline) {
#  306|       procs.computePipelineReference(computePipeline);
#  307|   }

Error: COMPILER_WARNING (CWE-9001): [#def826]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:309:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  309 | void wgpuComputePipelineRelease(WGPUComputePipeline computePipeline) {
#      | ^~~~
#  307|   }
#  308|   DAWN_NO_SANITIZE("cfi-icall")
#  309|-> void wgpuComputePipelineRelease(WGPUComputePipeline computePipeline) {
#  310|       procs.computePipelineRelease(computePipeline);
#  311|   }

Error: COMPILER_WARNING (CWE-9001): [#def827]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:309:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  307|   }
#  308|   DAWN_NO_SANITIZE("cfi-icall")
#  309|-> void wgpuComputePipelineRelease(WGPUComputePipeline computePipeline) {
#  310|       procs.computePipelineRelease(computePipeline);
#  311|   }

Error: COMPILER_WARNING (CWE-9001): [#def828]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:314:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  314 | WGPUBindGroup wgpuDeviceCreateBindGroup(WGPUDevice device, WGPUBindGroupDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~
#  312|   
#  313|   DAWN_NO_SANITIZE("cfi-icall")
#  314|-> WGPUBindGroup wgpuDeviceCreateBindGroup(WGPUDevice device, WGPUBindGroupDescriptor const * descriptor) {
#  315|   return     procs.deviceCreateBindGroup(device, descriptor);
#  316|   }

Error: COMPILER_WARNING (CWE-9001): [#def829]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:314:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  312|   
#  313|   DAWN_NO_SANITIZE("cfi-icall")
#  314|-> WGPUBindGroup wgpuDeviceCreateBindGroup(WGPUDevice device, WGPUBindGroupDescriptor const * descriptor) {
#  315|   return     procs.deviceCreateBindGroup(device, descriptor);
#  316|   }

Error: COMPILER_WARNING (CWE-9001): [#def830]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:318:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  318 | WGPUBindGroupLayout wgpuDeviceCreateBindGroupLayout(WGPUDevice device, WGPUBindGroupLayoutDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~
#  316|   }
#  317|   DAWN_NO_SANITIZE("cfi-icall")
#  318|-> WGPUBindGroupLayout wgpuDeviceCreateBindGroupLayout(WGPUDevice device, WGPUBindGroupLayoutDescriptor const * descriptor) {
#  319|   return     procs.deviceCreateBindGroupLayout(device, descriptor);
#  320|   }

Error: COMPILER_WARNING (CWE-9001): [#def831]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:318:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  316|   }
#  317|   DAWN_NO_SANITIZE("cfi-icall")
#  318|-> WGPUBindGroupLayout wgpuDeviceCreateBindGroupLayout(WGPUDevice device, WGPUBindGroupLayoutDescriptor const * descriptor) {
#  319|   return     procs.deviceCreateBindGroupLayout(device, descriptor);
#  320|   }

Error: COMPILER_WARNING (CWE-9001): [#def832]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:322:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  322 | WGPUBuffer wgpuDeviceCreateBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#      | ^~~~~~~~~~
#  320|   }
#  321|   DAWN_NO_SANITIZE("cfi-icall")
#  322|-> WGPUBuffer wgpuDeviceCreateBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#  323|   return     procs.deviceCreateBuffer(device, descriptor);
#  324|   }

Error: COMPILER_WARNING (CWE-9001): [#def833]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:322:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  320|   }
#  321|   DAWN_NO_SANITIZE("cfi-icall")
#  322|-> WGPUBuffer wgpuDeviceCreateBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#  323|   return     procs.deviceCreateBuffer(device, descriptor);
#  324|   }

Error: COMPILER_WARNING (CWE-9001): [#def834]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:326:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  326 | WGPUCommandEncoder wgpuDeviceCreateCommandEncoder(WGPUDevice device, WGPUCommandEncoderDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~
#  324|   }
#  325|   DAWN_NO_SANITIZE("cfi-icall")
#  326|-> WGPUCommandEncoder wgpuDeviceCreateCommandEncoder(WGPUDevice device, WGPUCommandEncoderDescriptor const * descriptor) {
#  327|   return     procs.deviceCreateCommandEncoder(device, descriptor);
#  328|   }

Error: COMPILER_WARNING (CWE-9001): [#def835]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:326:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  324|   }
#  325|   DAWN_NO_SANITIZE("cfi-icall")
#  326|-> WGPUCommandEncoder wgpuDeviceCreateCommandEncoder(WGPUDevice device, WGPUCommandEncoderDescriptor const * descriptor) {
#  327|   return     procs.deviceCreateCommandEncoder(device, descriptor);
#  328|   }

Error: COMPILER_WARNING (CWE-9001): [#def836]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:330:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  330 | WGPUComputePipeline wgpuDeviceCreateComputePipeline(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~
#  328|   }
#  329|   DAWN_NO_SANITIZE("cfi-icall")
#  330|-> WGPUComputePipeline wgpuDeviceCreateComputePipeline(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor) {
#  331|   return     procs.deviceCreateComputePipeline(device, descriptor);
#  332|   }

Error: COMPILER_WARNING (CWE-9001): [#def837]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:330:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  328|   }
#  329|   DAWN_NO_SANITIZE("cfi-icall")
#  330|-> WGPUComputePipeline wgpuDeviceCreateComputePipeline(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor) {
#  331|   return     procs.deviceCreateComputePipeline(device, descriptor);
#  332|   }

Error: COMPILER_WARNING (CWE-9001): [#def838]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:334:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  334 | void wgpuDeviceCreateComputePipelineAsync(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor, WGPUCreateComputePipelineAsyncCallback callback, void * userdata) {
#      | ^~~~
#  332|   }
#  333|   DAWN_NO_SANITIZE("cfi-icall")
#  334|-> void wgpuDeviceCreateComputePipelineAsync(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor, WGPUCreateComputePipelineAsyncCallback callback, void * userdata) {
#  335|       procs.deviceCreateComputePipelineAsync(device, descriptor, callback, userdata);
#  336|   }

Error: COMPILER_WARNING (CWE-9001): [#def839]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:334:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  332|   }
#  333|   DAWN_NO_SANITIZE("cfi-icall")
#  334|-> void wgpuDeviceCreateComputePipelineAsync(WGPUDevice device, WGPUComputePipelineDescriptor const * descriptor, WGPUCreateComputePipelineAsyncCallback callback, void * userdata) {
#  335|       procs.deviceCreateComputePipelineAsync(device, descriptor, callback, userdata);
#  336|   }

Error: COMPILER_WARNING (CWE-9001): [#def840]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:338:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  338 | WGPUBuffer wgpuDeviceCreateErrorBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#      | ^~~~~~~~~~
#  336|   }
#  337|   DAWN_NO_SANITIZE("cfi-icall")
#  338|-> WGPUBuffer wgpuDeviceCreateErrorBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#  339|   return     procs.deviceCreateErrorBuffer(device, descriptor);
#  340|   }

Error: COMPILER_WARNING (CWE-9001): [#def841]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:338:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  336|   }
#  337|   DAWN_NO_SANITIZE("cfi-icall")
#  338|-> WGPUBuffer wgpuDeviceCreateErrorBuffer(WGPUDevice device, WGPUBufferDescriptor const * descriptor) {
#  339|   return     procs.deviceCreateErrorBuffer(device, descriptor);
#  340|   }

Error: COMPILER_WARNING (CWE-9001): [#def842]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:342:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  342 | WGPUExternalTexture wgpuDeviceCreateErrorExternalTexture(WGPUDevice device) {
#      | ^~~~~~~~~~~~~~~~~~~
#  340|   }
#  341|   DAWN_NO_SANITIZE("cfi-icall")
#  342|-> WGPUExternalTexture wgpuDeviceCreateErrorExternalTexture(WGPUDevice device) {
#  343|   return     procs.deviceCreateErrorExternalTexture(device);
#  344|   }

Error: COMPILER_WARNING (CWE-9001): [#def843]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:342:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  340|   }
#  341|   DAWN_NO_SANITIZE("cfi-icall")
#  342|-> WGPUExternalTexture wgpuDeviceCreateErrorExternalTexture(WGPUDevice device) {
#  343|   return     procs.deviceCreateErrorExternalTexture(device);
#  344|   }

Error: COMPILER_WARNING (CWE-9001): [#def844]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:346:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  346 | WGPUShaderModule wgpuDeviceCreateErrorShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor, char const * errorMessage) {
#      | ^~~~~~~~~~~~~~~~
#  344|   }
#  345|   DAWN_NO_SANITIZE("cfi-icall")
#  346|-> WGPUShaderModule wgpuDeviceCreateErrorShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor, char const * errorMessage) {
#  347|   return     procs.deviceCreateErrorShaderModule(device, descriptor, errorMessage);
#  348|   }

Error: COMPILER_WARNING (CWE-9001): [#def845]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:346:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  344|   }
#  345|   DAWN_NO_SANITIZE("cfi-icall")
#  346|-> WGPUShaderModule wgpuDeviceCreateErrorShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor, char const * errorMessage) {
#  347|   return     procs.deviceCreateErrorShaderModule(device, descriptor, errorMessage);
#  348|   }

Error: COMPILER_WARNING (CWE-9001): [#def846]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:350:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  350 | WGPUTexture wgpuDeviceCreateErrorTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#      | ^~~~~~~~~~~
#  348|   }
#  349|   DAWN_NO_SANITIZE("cfi-icall")
#  350|-> WGPUTexture wgpuDeviceCreateErrorTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  351|   return     procs.deviceCreateErrorTexture(device, descriptor);
#  352|   }

Error: COMPILER_WARNING (CWE-9001): [#def847]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:350:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  348|   }
#  349|   DAWN_NO_SANITIZE("cfi-icall")
#  350|-> WGPUTexture wgpuDeviceCreateErrorTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  351|   return     procs.deviceCreateErrorTexture(device, descriptor);
#  352|   }

Error: COMPILER_WARNING (CWE-9001): [#def848]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:354:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  354 | WGPUExternalTexture wgpuDeviceCreateExternalTexture(WGPUDevice device, WGPUExternalTextureDescriptor const * externalTextureDescriptor) {
#      | ^~~~~~~~~~~~~~~~~~~
#  352|   }
#  353|   DAWN_NO_SANITIZE("cfi-icall")
#  354|-> WGPUExternalTexture wgpuDeviceCreateExternalTexture(WGPUDevice device, WGPUExternalTextureDescriptor const * externalTextureDescriptor) {
#  355|   return     procs.deviceCreateExternalTexture(device, externalTextureDescriptor);
#  356|   }

Error: COMPILER_WARNING (CWE-9001): [#def849]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:354:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  352|   }
#  353|   DAWN_NO_SANITIZE("cfi-icall")
#  354|-> WGPUExternalTexture wgpuDeviceCreateExternalTexture(WGPUDevice device, WGPUExternalTextureDescriptor const * externalTextureDescriptor) {
#  355|   return     procs.deviceCreateExternalTexture(device, externalTextureDescriptor);
#  356|   }

Error: COMPILER_WARNING (CWE-9001): [#def850]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:358:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  358 | WGPUPipelineLayout wgpuDeviceCreatePipelineLayout(WGPUDevice device, WGPUPipelineLayoutDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~
#  356|   }
#  357|   DAWN_NO_SANITIZE("cfi-icall")
#  358|-> WGPUPipelineLayout wgpuDeviceCreatePipelineLayout(WGPUDevice device, WGPUPipelineLayoutDescriptor const * descriptor) {
#  359|   return     procs.deviceCreatePipelineLayout(device, descriptor);
#  360|   }

Error: COMPILER_WARNING (CWE-9001): [#def851]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:358:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  356|   }
#  357|   DAWN_NO_SANITIZE("cfi-icall")
#  358|-> WGPUPipelineLayout wgpuDeviceCreatePipelineLayout(WGPUDevice device, WGPUPipelineLayoutDescriptor const * descriptor) {
#  359|   return     procs.deviceCreatePipelineLayout(device, descriptor);
#  360|   }

Error: COMPILER_WARNING (CWE-9001): [#def852]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:362:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  362 | WGPUQuerySet wgpuDeviceCreateQuerySet(WGPUDevice device, WGPUQuerySetDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~
#  360|   }
#  361|   DAWN_NO_SANITIZE("cfi-icall")
#  362|-> WGPUQuerySet wgpuDeviceCreateQuerySet(WGPUDevice device, WGPUQuerySetDescriptor const * descriptor) {
#  363|   return     procs.deviceCreateQuerySet(device, descriptor);
#  364|   }

Error: COMPILER_WARNING (CWE-9001): [#def853]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:362:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  360|   }
#  361|   DAWN_NO_SANITIZE("cfi-icall")
#  362|-> WGPUQuerySet wgpuDeviceCreateQuerySet(WGPUDevice device, WGPUQuerySetDescriptor const * descriptor) {
#  363|   return     procs.deviceCreateQuerySet(device, descriptor);
#  364|   }

Error: COMPILER_WARNING (CWE-9001): [#def854]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:366:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  366 | WGPURenderBundleEncoder wgpuDeviceCreateRenderBundleEncoder(WGPUDevice device, WGPURenderBundleEncoderDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~~~~~
#  364|   }
#  365|   DAWN_NO_SANITIZE("cfi-icall")
#  366|-> WGPURenderBundleEncoder wgpuDeviceCreateRenderBundleEncoder(WGPUDevice device, WGPURenderBundleEncoderDescriptor const * descriptor) {
#  367|   return     procs.deviceCreateRenderBundleEncoder(device, descriptor);
#  368|   }

Error: COMPILER_WARNING (CWE-9001): [#def855]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:366:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  364|   }
#  365|   DAWN_NO_SANITIZE("cfi-icall")
#  366|-> WGPURenderBundleEncoder wgpuDeviceCreateRenderBundleEncoder(WGPUDevice device, WGPURenderBundleEncoderDescriptor const * descriptor) {
#  367|   return     procs.deviceCreateRenderBundleEncoder(device, descriptor);
#  368|   }

Error: COMPILER_WARNING (CWE-9001): [#def856]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:370:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  370 | WGPURenderPipeline wgpuDeviceCreateRenderPipeline(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~
#  368|   }
#  369|   DAWN_NO_SANITIZE("cfi-icall")
#  370|-> WGPURenderPipeline wgpuDeviceCreateRenderPipeline(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor) {
#  371|   return     procs.deviceCreateRenderPipeline(device, descriptor);
#  372|   }

Error: COMPILER_WARNING (CWE-9001): [#def857]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:370:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  368|   }
#  369|   DAWN_NO_SANITIZE("cfi-icall")
#  370|-> WGPURenderPipeline wgpuDeviceCreateRenderPipeline(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor) {
#  371|   return     procs.deviceCreateRenderPipeline(device, descriptor);
#  372|   }

Error: COMPILER_WARNING (CWE-9001): [#def858]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:374:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  374 | void wgpuDeviceCreateRenderPipelineAsync(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor, WGPUCreateRenderPipelineAsyncCallback callback, void * userdata) {
#      | ^~~~
#  372|   }
#  373|   DAWN_NO_SANITIZE("cfi-icall")
#  374|-> void wgpuDeviceCreateRenderPipelineAsync(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor, WGPUCreateRenderPipelineAsyncCallback callback, void * userdata) {
#  375|       procs.deviceCreateRenderPipelineAsync(device, descriptor, callback, userdata);
#  376|   }

Error: COMPILER_WARNING (CWE-9001): [#def859]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:374:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  372|   }
#  373|   DAWN_NO_SANITIZE("cfi-icall")
#  374|-> void wgpuDeviceCreateRenderPipelineAsync(WGPUDevice device, WGPURenderPipelineDescriptor const * descriptor, WGPUCreateRenderPipelineAsyncCallback callback, void * userdata) {
#  375|       procs.deviceCreateRenderPipelineAsync(device, descriptor, callback, userdata);
#  376|   }

Error: COMPILER_WARNING (CWE-9001): [#def860]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:378:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  378 | WGPUSampler wgpuDeviceCreateSampler(WGPUDevice device, WGPUSamplerDescriptor const * descriptor) {
#      | ^~~~~~~~~~~
#  376|   }
#  377|   DAWN_NO_SANITIZE("cfi-icall")
#  378|-> WGPUSampler wgpuDeviceCreateSampler(WGPUDevice device, WGPUSamplerDescriptor const * descriptor) {
#  379|   return     procs.deviceCreateSampler(device, descriptor);
#  380|   }

Error: COMPILER_WARNING (CWE-9001): [#def861]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:378:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  376|   }
#  377|   DAWN_NO_SANITIZE("cfi-icall")
#  378|-> WGPUSampler wgpuDeviceCreateSampler(WGPUDevice device, WGPUSamplerDescriptor const * descriptor) {
#  379|   return     procs.deviceCreateSampler(device, descriptor);
#  380|   }

Error: COMPILER_WARNING (CWE-9001): [#def862]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:382:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  382 | WGPUShaderModule wgpuDeviceCreateShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~
#  380|   }
#  381|   DAWN_NO_SANITIZE("cfi-icall")
#  382|-> WGPUShaderModule wgpuDeviceCreateShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor) {
#  383|   return     procs.deviceCreateShaderModule(device, descriptor);
#  384|   }

Error: COMPILER_WARNING (CWE-9001): [#def863]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:382:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  380|   }
#  381|   DAWN_NO_SANITIZE("cfi-icall")
#  382|-> WGPUShaderModule wgpuDeviceCreateShaderModule(WGPUDevice device, WGPUShaderModuleDescriptor const * descriptor) {
#  383|   return     procs.deviceCreateShaderModule(device, descriptor);
#  384|   }

Error: COMPILER_WARNING (CWE-9001): [#def864]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:386:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  386 | WGPUSwapChain wgpuDeviceCreateSwapChain(WGPUDevice device, WGPUSurface surface, WGPUSwapChainDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~
#  384|   }
#  385|   DAWN_NO_SANITIZE("cfi-icall")
#  386|-> WGPUSwapChain wgpuDeviceCreateSwapChain(WGPUDevice device, WGPUSurface surface, WGPUSwapChainDescriptor const * descriptor) {
#  387|   return     procs.deviceCreateSwapChain(device, surface, descriptor);
#  388|   }

Error: COMPILER_WARNING (CWE-9001): [#def865]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:386:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  384|   }
#  385|   DAWN_NO_SANITIZE("cfi-icall")
#  386|-> WGPUSwapChain wgpuDeviceCreateSwapChain(WGPUDevice device, WGPUSurface surface, WGPUSwapChainDescriptor const * descriptor) {
#  387|   return     procs.deviceCreateSwapChain(device, surface, descriptor);
#  388|   }

Error: COMPILER_WARNING (CWE-9001): [#def866]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:390:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  390 | WGPUTexture wgpuDeviceCreateTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#      | ^~~~~~~~~~~
#  388|   }
#  389|   DAWN_NO_SANITIZE("cfi-icall")
#  390|-> WGPUTexture wgpuDeviceCreateTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  391|   return     procs.deviceCreateTexture(device, descriptor);
#  392|   }

Error: COMPILER_WARNING (CWE-9001): [#def867]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:390:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  388|   }
#  389|   DAWN_NO_SANITIZE("cfi-icall")
#  390|-> WGPUTexture wgpuDeviceCreateTexture(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  391|   return     procs.deviceCreateTexture(device, descriptor);
#  392|   }

Error: COMPILER_WARNING (CWE-9001): [#def868]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:394:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  394 | void wgpuDeviceDestroy(WGPUDevice device) {
#      | ^~~~
#  392|   }
#  393|   DAWN_NO_SANITIZE("cfi-icall")
#  394|-> void wgpuDeviceDestroy(WGPUDevice device) {
#  395|       procs.deviceDestroy(device);
#  396|   }

Error: COMPILER_WARNING (CWE-9001): [#def869]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:394:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  392|   }
#  393|   DAWN_NO_SANITIZE("cfi-icall")
#  394|-> void wgpuDeviceDestroy(WGPUDevice device) {
#  395|       procs.deviceDestroy(device);
#  396|   }

Error: COMPILER_WARNING (CWE-9001): [#def870]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:398:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  398 | size_t wgpuDeviceEnumerateFeatures(WGPUDevice device, WGPUFeatureName * features) {
#      | ^~~~~~
#  396|   }
#  397|   DAWN_NO_SANITIZE("cfi-icall")
#  398|-> size_t wgpuDeviceEnumerateFeatures(WGPUDevice device, WGPUFeatureName * features) {
#  399|   return     procs.deviceEnumerateFeatures(device, features);
#  400|   }

Error: COMPILER_WARNING (CWE-9001): [#def871]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:398:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  396|   }
#  397|   DAWN_NO_SANITIZE("cfi-icall")
#  398|-> size_t wgpuDeviceEnumerateFeatures(WGPUDevice device, WGPUFeatureName * features) {
#  399|   return     procs.deviceEnumerateFeatures(device, features);
#  400|   }

Error: COMPILER_WARNING (CWE-9001): [#def872]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:402:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  402 | void wgpuDeviceForceLoss(WGPUDevice device, WGPUDeviceLostReason type, char const * message) {
#      | ^~~~
#  400|   }
#  401|   DAWN_NO_SANITIZE("cfi-icall")
#  402|-> void wgpuDeviceForceLoss(WGPUDevice device, WGPUDeviceLostReason type, char const * message) {
#  403|       procs.deviceForceLoss(device, type, message);
#  404|   }

Error: COMPILER_WARNING (CWE-9001): [#def873]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:402:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  400|   }
#  401|   DAWN_NO_SANITIZE("cfi-icall")
#  402|-> void wgpuDeviceForceLoss(WGPUDevice device, WGPUDeviceLostReason type, char const * message) {
#  403|       procs.deviceForceLoss(device, type, message);
#  404|   }

Error: COMPILER_WARNING (CWE-9001): [#def874]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:406:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  406 | WGPUAdapter wgpuDeviceGetAdapter(WGPUDevice device) {
#      | ^~~~~~~~~~~
#  404|   }
#  405|   DAWN_NO_SANITIZE("cfi-icall")
#  406|-> WGPUAdapter wgpuDeviceGetAdapter(WGPUDevice device) {
#  407|   return     procs.deviceGetAdapter(device);
#  408|   }

Error: COMPILER_WARNING (CWE-9001): [#def875]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:406:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  404|   }
#  405|   DAWN_NO_SANITIZE("cfi-icall")
#  406|-> WGPUAdapter wgpuDeviceGetAdapter(WGPUDevice device) {
#  407|   return     procs.deviceGetAdapter(device);
#  408|   }

Error: COMPILER_WARNING (CWE-9001): [#def876]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:410:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  410 | WGPUBool wgpuDeviceGetLimits(WGPUDevice device, WGPUSupportedLimits * limits) {
#      | ^~~~~~~~
#  408|   }
#  409|   DAWN_NO_SANITIZE("cfi-icall")
#  410|-> WGPUBool wgpuDeviceGetLimits(WGPUDevice device, WGPUSupportedLimits * limits) {
#  411|   return     procs.deviceGetLimits(device, limits);
#  412|   }

Error: COMPILER_WARNING (CWE-9001): [#def877]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:410:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  408|   }
#  409|   DAWN_NO_SANITIZE("cfi-icall")
#  410|-> WGPUBool wgpuDeviceGetLimits(WGPUDevice device, WGPUSupportedLimits * limits) {
#  411|   return     procs.deviceGetLimits(device, limits);
#  412|   }

Error: COMPILER_WARNING (CWE-9001): [#def878]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:414:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  414 | WGPUQueue wgpuDeviceGetQueue(WGPUDevice device) {
#      | ^~~~~~~~~
#  412|   }
#  413|   DAWN_NO_SANITIZE("cfi-icall")
#  414|-> WGPUQueue wgpuDeviceGetQueue(WGPUDevice device) {
#  415|   return     procs.deviceGetQueue(device);
#  416|   }

Error: COMPILER_WARNING (CWE-9001): [#def879]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:414:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  412|   }
#  413|   DAWN_NO_SANITIZE("cfi-icall")
#  414|-> WGPUQueue wgpuDeviceGetQueue(WGPUDevice device) {
#  415|   return     procs.deviceGetQueue(device);
#  416|   }

Error: COMPILER_WARNING (CWE-9001): [#def880]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:418:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  418 | WGPUTextureUsageFlags wgpuDeviceGetSupportedSurfaceUsage(WGPUDevice device, WGPUSurface surface) {
#      | ^~~~~~~~~~~~~~~~~~~~~
#  416|   }
#  417|   DAWN_NO_SANITIZE("cfi-icall")
#  418|-> WGPUTextureUsageFlags wgpuDeviceGetSupportedSurfaceUsage(WGPUDevice device, WGPUSurface surface) {
#  419|   return     procs.deviceGetSupportedSurfaceUsage(device, surface);
#  420|   }

Error: COMPILER_WARNING (CWE-9001): [#def881]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:418:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  416|   }
#  417|   DAWN_NO_SANITIZE("cfi-icall")
#  418|-> WGPUTextureUsageFlags wgpuDeviceGetSupportedSurfaceUsage(WGPUDevice device, WGPUSurface surface) {
#  419|   return     procs.deviceGetSupportedSurfaceUsage(device, surface);
#  420|   }

Error: COMPILER_WARNING (CWE-9001): [#def882]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:422:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  422 | WGPUBool wgpuDeviceHasFeature(WGPUDevice device, WGPUFeatureName feature) {
#      | ^~~~~~~~
#  420|   }
#  421|   DAWN_NO_SANITIZE("cfi-icall")
#  422|-> WGPUBool wgpuDeviceHasFeature(WGPUDevice device, WGPUFeatureName feature) {
#  423|   return     procs.deviceHasFeature(device, feature);
#  424|   }

Error: COMPILER_WARNING (CWE-9001): [#def883]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:422:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  420|   }
#  421|   DAWN_NO_SANITIZE("cfi-icall")
#  422|-> WGPUBool wgpuDeviceHasFeature(WGPUDevice device, WGPUFeatureName feature) {
#  423|   return     procs.deviceHasFeature(device, feature);
#  424|   }

Error: COMPILER_WARNING (CWE-9001): [#def884]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:426:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  426 | WGPUSharedFence wgpuDeviceImportSharedFence(WGPUDevice device, WGPUSharedFenceDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~
#  424|   }
#  425|   DAWN_NO_SANITIZE("cfi-icall")
#  426|-> WGPUSharedFence wgpuDeviceImportSharedFence(WGPUDevice device, WGPUSharedFenceDescriptor const * descriptor) {
#  427|   return     procs.deviceImportSharedFence(device, descriptor);
#  428|   }

Error: COMPILER_WARNING (CWE-9001): [#def885]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:426:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  424|   }
#  425|   DAWN_NO_SANITIZE("cfi-icall")
#  426|-> WGPUSharedFence wgpuDeviceImportSharedFence(WGPUDevice device, WGPUSharedFenceDescriptor const * descriptor) {
#  427|   return     procs.deviceImportSharedFence(device, descriptor);
#  428|   }

Error: COMPILER_WARNING (CWE-9001): [#def886]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:430:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  430 | WGPUSharedTextureMemory wgpuDeviceImportSharedTextureMemory(WGPUDevice device, WGPUSharedTextureMemoryDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~~~~~~~~
#  428|   }
#  429|   DAWN_NO_SANITIZE("cfi-icall")
#  430|-> WGPUSharedTextureMemory wgpuDeviceImportSharedTextureMemory(WGPUDevice device, WGPUSharedTextureMemoryDescriptor const * descriptor) {
#  431|   return     procs.deviceImportSharedTextureMemory(device, descriptor);
#  432|   }

Error: COMPILER_WARNING (CWE-9001): [#def887]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:430:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  428|   }
#  429|   DAWN_NO_SANITIZE("cfi-icall")
#  430|-> WGPUSharedTextureMemory wgpuDeviceImportSharedTextureMemory(WGPUDevice device, WGPUSharedTextureMemoryDescriptor const * descriptor) {
#  431|   return     procs.deviceImportSharedTextureMemory(device, descriptor);
#  432|   }

Error: COMPILER_WARNING (CWE-9001): [#def888]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:434:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  434 | void wgpuDeviceInjectError(WGPUDevice device, WGPUErrorType type, char const * message) {
#      | ^~~~
#  432|   }
#  433|   DAWN_NO_SANITIZE("cfi-icall")
#  434|-> void wgpuDeviceInjectError(WGPUDevice device, WGPUErrorType type, char const * message) {
#  435|       procs.deviceInjectError(device, type, message);
#  436|   }

Error: COMPILER_WARNING (CWE-9001): [#def889]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:434:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  432|   }
#  433|   DAWN_NO_SANITIZE("cfi-icall")
#  434|-> void wgpuDeviceInjectError(WGPUDevice device, WGPUErrorType type, char const * message) {
#  435|       procs.deviceInjectError(device, type, message);
#  436|   }

Error: COMPILER_WARNING (CWE-9001): [#def890]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:438:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  438 | void wgpuDevicePopErrorScope(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#      | ^~~~
#  436|   }
#  437|   DAWN_NO_SANITIZE("cfi-icall")
#  438|-> void wgpuDevicePopErrorScope(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#  439|       procs.devicePopErrorScope(device, callback, userdata);
#  440|   }

Error: COMPILER_WARNING (CWE-9001): [#def891]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:438:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  436|   }
#  437|   DAWN_NO_SANITIZE("cfi-icall")
#  438|-> void wgpuDevicePopErrorScope(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#  439|       procs.devicePopErrorScope(device, callback, userdata);
#  440|   }

Error: COMPILER_WARNING (CWE-9001): [#def892]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:442:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  442 | void wgpuDevicePushErrorScope(WGPUDevice device, WGPUErrorFilter filter) {
#      | ^~~~
#  440|   }
#  441|   DAWN_NO_SANITIZE("cfi-icall")
#  442|-> void wgpuDevicePushErrorScope(WGPUDevice device, WGPUErrorFilter filter) {
#  443|       procs.devicePushErrorScope(device, filter);
#  444|   }

Error: COMPILER_WARNING (CWE-9001): [#def893]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:442:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  440|   }
#  441|   DAWN_NO_SANITIZE("cfi-icall")
#  442|-> void wgpuDevicePushErrorScope(WGPUDevice device, WGPUErrorFilter filter) {
#  443|       procs.devicePushErrorScope(device, filter);
#  444|   }

Error: COMPILER_WARNING (CWE-9001): [#def894]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:446:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  446 | void wgpuDeviceSetDeviceLostCallback(WGPUDevice device, WGPUDeviceLostCallback callback, void * userdata) {
#      | ^~~~
#  444|   }
#  445|   DAWN_NO_SANITIZE("cfi-icall")
#  446|-> void wgpuDeviceSetDeviceLostCallback(WGPUDevice device, WGPUDeviceLostCallback callback, void * userdata) {
#  447|       procs.deviceSetDeviceLostCallback(device, callback, userdata);
#  448|   }

Error: COMPILER_WARNING (CWE-9001): [#def895]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:446:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  444|   }
#  445|   DAWN_NO_SANITIZE("cfi-icall")
#  446|-> void wgpuDeviceSetDeviceLostCallback(WGPUDevice device, WGPUDeviceLostCallback callback, void * userdata) {
#  447|       procs.deviceSetDeviceLostCallback(device, callback, userdata);
#  448|   }

Error: COMPILER_WARNING (CWE-9001): [#def896]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:450:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  450 | void wgpuDeviceSetLabel(WGPUDevice device, char const * label) {
#      | ^~~~
#  448|   }
#  449|   DAWN_NO_SANITIZE("cfi-icall")
#  450|-> void wgpuDeviceSetLabel(WGPUDevice device, char const * label) {
#  451|       procs.deviceSetLabel(device, label);
#  452|   }

Error: COMPILER_WARNING (CWE-9001): [#def897]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:450:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  448|   }
#  449|   DAWN_NO_SANITIZE("cfi-icall")
#  450|-> void wgpuDeviceSetLabel(WGPUDevice device, char const * label) {
#  451|       procs.deviceSetLabel(device, label);
#  452|   }

Error: COMPILER_WARNING (CWE-9001): [#def898]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:454:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  454 | void wgpuDeviceSetLoggingCallback(WGPUDevice device, WGPULoggingCallback callback, void * userdata) {
#      | ^~~~
#  452|   }
#  453|   DAWN_NO_SANITIZE("cfi-icall")
#  454|-> void wgpuDeviceSetLoggingCallback(WGPUDevice device, WGPULoggingCallback callback, void * userdata) {
#  455|       procs.deviceSetLoggingCallback(device, callback, userdata);
#  456|   }

Error: COMPILER_WARNING (CWE-9001): [#def899]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:454:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  452|   }
#  453|   DAWN_NO_SANITIZE("cfi-icall")
#  454|-> void wgpuDeviceSetLoggingCallback(WGPUDevice device, WGPULoggingCallback callback, void * userdata) {
#  455|       procs.deviceSetLoggingCallback(device, callback, userdata);
#  456|   }

Error: COMPILER_WARNING (CWE-9001): [#def900]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:458:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  458 | void wgpuDeviceSetUncapturedErrorCallback(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#      | ^~~~
#  456|   }
#  457|   DAWN_NO_SANITIZE("cfi-icall")
#  458|-> void wgpuDeviceSetUncapturedErrorCallback(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#  459|       procs.deviceSetUncapturedErrorCallback(device, callback, userdata);
#  460|   }

Error: COMPILER_WARNING (CWE-9001): [#def901]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:458:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  456|   }
#  457|   DAWN_NO_SANITIZE("cfi-icall")
#  458|-> void wgpuDeviceSetUncapturedErrorCallback(WGPUDevice device, WGPUErrorCallback callback, void * userdata) {
#  459|       procs.deviceSetUncapturedErrorCallback(device, callback, userdata);
#  460|   }

Error: COMPILER_WARNING (CWE-9001): [#def902]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:462:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  462 | void wgpuDeviceTick(WGPUDevice device) {
#      | ^~~~
#  460|   }
#  461|   DAWN_NO_SANITIZE("cfi-icall")
#  462|-> void wgpuDeviceTick(WGPUDevice device) {
#  463|       procs.deviceTick(device);
#  464|   }

Error: COMPILER_WARNING (CWE-9001): [#def903]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:462:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  460|   }
#  461|   DAWN_NO_SANITIZE("cfi-icall")
#  462|-> void wgpuDeviceTick(WGPUDevice device) {
#  463|       procs.deviceTick(device);
#  464|   }

Error: COMPILER_WARNING (CWE-9001): [#def904]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:466:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  466 | void wgpuDeviceValidateTextureDescriptor(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#      | ^~~~
#  464|   }
#  465|   DAWN_NO_SANITIZE("cfi-icall")
#  466|-> void wgpuDeviceValidateTextureDescriptor(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  467|       procs.deviceValidateTextureDescriptor(device, descriptor);
#  468|   }

Error: COMPILER_WARNING (CWE-9001): [#def905]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:466:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  464|   }
#  465|   DAWN_NO_SANITIZE("cfi-icall")
#  466|-> void wgpuDeviceValidateTextureDescriptor(WGPUDevice device, WGPUTextureDescriptor const * descriptor) {
#  467|       procs.deviceValidateTextureDescriptor(device, descriptor);
#  468|   }

Error: COMPILER_WARNING (CWE-9001): [#def906]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:470:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  470 | void wgpuDeviceReference(WGPUDevice device) {
#      | ^~~~
#  468|   }
#  469|   DAWN_NO_SANITIZE("cfi-icall")
#  470|-> void wgpuDeviceReference(WGPUDevice device) {
#  471|       procs.deviceReference(device);
#  472|   }

Error: COMPILER_WARNING (CWE-9001): [#def907]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:470:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  468|   }
#  469|   DAWN_NO_SANITIZE("cfi-icall")
#  470|-> void wgpuDeviceReference(WGPUDevice device) {
#  471|       procs.deviceReference(device);
#  472|   }

Error: COMPILER_WARNING (CWE-9001): [#def908]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:474:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  474 | void wgpuDeviceRelease(WGPUDevice device) {
#      | ^~~~
#  472|   }
#  473|   DAWN_NO_SANITIZE("cfi-icall")
#  474|-> void wgpuDeviceRelease(WGPUDevice device) {
#  475|       procs.deviceRelease(device);
#  476|   }

Error: COMPILER_WARNING (CWE-9001): [#def909]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:474:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  472|   }
#  473|   DAWN_NO_SANITIZE("cfi-icall")
#  474|-> void wgpuDeviceRelease(WGPUDevice device) {
#  475|       procs.deviceRelease(device);
#  476|   }

Error: COMPILER_WARNING (CWE-9001): [#def910]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:479:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  479 | void wgpuExternalTextureDestroy(WGPUExternalTexture externalTexture) {
#      | ^~~~
#  477|   
#  478|   DAWN_NO_SANITIZE("cfi-icall")
#  479|-> void wgpuExternalTextureDestroy(WGPUExternalTexture externalTexture) {
#  480|       procs.externalTextureDestroy(externalTexture);
#  481|   }

Error: COMPILER_WARNING (CWE-9001): [#def911]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:479:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  477|   
#  478|   DAWN_NO_SANITIZE("cfi-icall")
#  479|-> void wgpuExternalTextureDestroy(WGPUExternalTexture externalTexture) {
#  480|       procs.externalTextureDestroy(externalTexture);
#  481|   }

Error: COMPILER_WARNING (CWE-9001): [#def912]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:483:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  483 | void wgpuExternalTextureExpire(WGPUExternalTexture externalTexture) {
#      | ^~~~
#  481|   }
#  482|   DAWN_NO_SANITIZE("cfi-icall")
#  483|-> void wgpuExternalTextureExpire(WGPUExternalTexture externalTexture) {
#  484|       procs.externalTextureExpire(externalTexture);
#  485|   }

Error: COMPILER_WARNING (CWE-9001): [#def913]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:483:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  481|   }
#  482|   DAWN_NO_SANITIZE("cfi-icall")
#  483|-> void wgpuExternalTextureExpire(WGPUExternalTexture externalTexture) {
#  484|       procs.externalTextureExpire(externalTexture);
#  485|   }

Error: COMPILER_WARNING (CWE-9001): [#def914]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:487:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  487 | void wgpuExternalTextureRefresh(WGPUExternalTexture externalTexture) {
#      | ^~~~
#  485|   }
#  486|   DAWN_NO_SANITIZE("cfi-icall")
#  487|-> void wgpuExternalTextureRefresh(WGPUExternalTexture externalTexture) {
#  488|       procs.externalTextureRefresh(externalTexture);
#  489|   }

Error: COMPILER_WARNING (CWE-9001): [#def915]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:487:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  485|   }
#  486|   DAWN_NO_SANITIZE("cfi-icall")
#  487|-> void wgpuExternalTextureRefresh(WGPUExternalTexture externalTexture) {
#  488|       procs.externalTextureRefresh(externalTexture);
#  489|   }

Error: COMPILER_WARNING (CWE-9001): [#def916]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:491:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  491 | void wgpuExternalTextureSetLabel(WGPUExternalTexture externalTexture, char const * label) {
#      | ^~~~
#  489|   }
#  490|   DAWN_NO_SANITIZE("cfi-icall")
#  491|-> void wgpuExternalTextureSetLabel(WGPUExternalTexture externalTexture, char const * label) {
#  492|       procs.externalTextureSetLabel(externalTexture, label);
#  493|   }

Error: COMPILER_WARNING (CWE-9001): [#def917]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:491:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  489|   }
#  490|   DAWN_NO_SANITIZE("cfi-icall")
#  491|-> void wgpuExternalTextureSetLabel(WGPUExternalTexture externalTexture, char const * label) {
#  492|       procs.externalTextureSetLabel(externalTexture, label);
#  493|   }

Error: COMPILER_WARNING (CWE-9001): [#def918]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:495:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  495 | void wgpuExternalTextureReference(WGPUExternalTexture externalTexture) {
#      | ^~~~
#  493|   }
#  494|   DAWN_NO_SANITIZE("cfi-icall")
#  495|-> void wgpuExternalTextureReference(WGPUExternalTexture externalTexture) {
#  496|       procs.externalTextureReference(externalTexture);
#  497|   }

Error: COMPILER_WARNING (CWE-9001): [#def919]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:495:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  493|   }
#  494|   DAWN_NO_SANITIZE("cfi-icall")
#  495|-> void wgpuExternalTextureReference(WGPUExternalTexture externalTexture) {
#  496|       procs.externalTextureReference(externalTexture);
#  497|   }

Error: COMPILER_WARNING (CWE-9001): [#def920]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:499:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  499 | void wgpuExternalTextureRelease(WGPUExternalTexture externalTexture) {
#      | ^~~~
#  497|   }
#  498|   DAWN_NO_SANITIZE("cfi-icall")
#  499|-> void wgpuExternalTextureRelease(WGPUExternalTexture externalTexture) {
#  500|       procs.externalTextureRelease(externalTexture);
#  501|   }

Error: COMPILER_WARNING (CWE-9001): [#def921]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:499:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  497|   }
#  498|   DAWN_NO_SANITIZE("cfi-icall")
#  499|-> void wgpuExternalTextureRelease(WGPUExternalTexture externalTexture) {
#  500|       procs.externalTextureRelease(externalTexture);
#  501|   }

Error: COMPILER_WARNING (CWE-9001): [#def922]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:504:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  504 | WGPUSurface wgpuInstanceCreateSurface(WGPUInstance instance, WGPUSurfaceDescriptor const * descriptor) {
#      | ^~~~~~~~~~~
#  502|   
#  503|   DAWN_NO_SANITIZE("cfi-icall")
#  504|-> WGPUSurface wgpuInstanceCreateSurface(WGPUInstance instance, WGPUSurfaceDescriptor const * descriptor) {
#  505|   return     procs.instanceCreateSurface(instance, descriptor);
#  506|   }

Error: COMPILER_WARNING (CWE-9001): [#def923]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:504:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  502|   
#  503|   DAWN_NO_SANITIZE("cfi-icall")
#  504|-> WGPUSurface wgpuInstanceCreateSurface(WGPUInstance instance, WGPUSurfaceDescriptor const * descriptor) {
#  505|   return     procs.instanceCreateSurface(instance, descriptor);
#  506|   }

Error: COMPILER_WARNING (CWE-9001): [#def924]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:508:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  508 | size_t wgpuInstanceEnumerateWGSLLanguageFeatures(WGPUInstance instance, WGPUWGSLFeatureName * features) {
#      | ^~~~~~
#  506|   }
#  507|   DAWN_NO_SANITIZE("cfi-icall")
#  508|-> size_t wgpuInstanceEnumerateWGSLLanguageFeatures(WGPUInstance instance, WGPUWGSLFeatureName * features) {
#  509|   return     procs.instanceEnumerateWGSLLanguageFeatures(instance, features);
#  510|   }

Error: COMPILER_WARNING (CWE-9001): [#def925]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:508:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  506|   }
#  507|   DAWN_NO_SANITIZE("cfi-icall")
#  508|-> size_t wgpuInstanceEnumerateWGSLLanguageFeatures(WGPUInstance instance, WGPUWGSLFeatureName * features) {
#  509|   return     procs.instanceEnumerateWGSLLanguageFeatures(instance, features);
#  510|   }

Error: COMPILER_WARNING (CWE-9001): [#def926]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:512:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  512 | WGPUBool wgpuInstanceHasWGSLLanguageFeature(WGPUInstance instance, WGPUWGSLFeatureName feature) {
#      | ^~~~~~~~
#  510|   }
#  511|   DAWN_NO_SANITIZE("cfi-icall")
#  512|-> WGPUBool wgpuInstanceHasWGSLLanguageFeature(WGPUInstance instance, WGPUWGSLFeatureName feature) {
#  513|   return     procs.instanceHasWGSLLanguageFeature(instance, feature);
#  514|   }

Error: COMPILER_WARNING (CWE-9001): [#def927]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:512:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  510|   }
#  511|   DAWN_NO_SANITIZE("cfi-icall")
#  512|-> WGPUBool wgpuInstanceHasWGSLLanguageFeature(WGPUInstance instance, WGPUWGSLFeatureName feature) {
#  513|   return     procs.instanceHasWGSLLanguageFeature(instance, feature);
#  514|   }

Error: COMPILER_WARNING (CWE-9001): [#def928]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:516:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  516 | void wgpuInstanceProcessEvents(WGPUInstance instance) {
#      | ^~~~
#  514|   }
#  515|   DAWN_NO_SANITIZE("cfi-icall")
#  516|-> void wgpuInstanceProcessEvents(WGPUInstance instance) {
#  517|       procs.instanceProcessEvents(instance);
#  518|   }

Error: COMPILER_WARNING (CWE-9001): [#def929]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:516:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  514|   }
#  515|   DAWN_NO_SANITIZE("cfi-icall")
#  516|-> void wgpuInstanceProcessEvents(WGPUInstance instance) {
#  517|       procs.instanceProcessEvents(instance);
#  518|   }

Error: COMPILER_WARNING (CWE-9001): [#def930]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:520:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  520 | void wgpuInstanceRequestAdapter(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallback callback, void * userdata) {
#      | ^~~~
#  518|   }
#  519|   DAWN_NO_SANITIZE("cfi-icall")
#  520|-> void wgpuInstanceRequestAdapter(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallback callback, void * userdata) {
#  521|       procs.instanceRequestAdapter(instance, options, callback, userdata);
#  522|   }

Error: COMPILER_WARNING (CWE-9001): [#def931]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:520:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  518|   }
#  519|   DAWN_NO_SANITIZE("cfi-icall")
#  520|-> void wgpuInstanceRequestAdapter(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallback callback, void * userdata) {
#  521|       procs.instanceRequestAdapter(instance, options, callback, userdata);
#  522|   }

Error: COMPILER_WARNING (CWE-9001): [#def932]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:524:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  524 | WGPUFuture wgpuInstanceRequestAdapterF(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallbackInfo callbackInfo) {
#      | ^~~~~~~~~~
#  522|   }
#  523|   DAWN_NO_SANITIZE("cfi-icall")
#  524|-> WGPUFuture wgpuInstanceRequestAdapterF(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallbackInfo callbackInfo) {
#  525|   return     procs.instanceRequestAdapterF(instance, options, callbackInfo);
#  526|   }

Error: COMPILER_WARNING (CWE-9001): [#def933]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:524:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  522|   }
#  523|   DAWN_NO_SANITIZE("cfi-icall")
#  524|-> WGPUFuture wgpuInstanceRequestAdapterF(WGPUInstance instance, WGPURequestAdapterOptions const * options, WGPURequestAdapterCallbackInfo callbackInfo) {
#  525|   return     procs.instanceRequestAdapterF(instance, options, callbackInfo);
#  526|   }

Error: COMPILER_WARNING (CWE-9001): [#def934]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:528:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  528 | WGPUWaitStatus wgpuInstanceWaitAny(WGPUInstance instance, size_t futureCount, WGPUFutureWaitInfo * futures, uint64_t timeoutNS) {
#      | ^~~~~~~~~~~~~~
#  526|   }
#  527|   DAWN_NO_SANITIZE("cfi-icall")
#  528|-> WGPUWaitStatus wgpuInstanceWaitAny(WGPUInstance instance, size_t futureCount, WGPUFutureWaitInfo * futures, uint64_t timeoutNS) {
#  529|   return     procs.instanceWaitAny(instance, futureCount, futures, timeoutNS);
#  530|   }

Error: COMPILER_WARNING (CWE-9001): [#def935]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:528:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  526|   }
#  527|   DAWN_NO_SANITIZE("cfi-icall")
#  528|-> WGPUWaitStatus wgpuInstanceWaitAny(WGPUInstance instance, size_t futureCount, WGPUFutureWaitInfo * futures, uint64_t timeoutNS) {
#  529|   return     procs.instanceWaitAny(instance, futureCount, futures, timeoutNS);
#  530|   }

Error: COMPILER_WARNING (CWE-9001): [#def936]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:532:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  532 | void wgpuInstanceReference(WGPUInstance instance) {
#      | ^~~~
#  530|   }
#  531|   DAWN_NO_SANITIZE("cfi-icall")
#  532|-> void wgpuInstanceReference(WGPUInstance instance) {
#  533|       procs.instanceReference(instance);
#  534|   }

Error: COMPILER_WARNING (CWE-9001): [#def937]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:532:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  530|   }
#  531|   DAWN_NO_SANITIZE("cfi-icall")
#  532|-> void wgpuInstanceReference(WGPUInstance instance) {
#  533|       procs.instanceReference(instance);
#  534|   }

Error: COMPILER_WARNING (CWE-9001): [#def938]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:536:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  536 | void wgpuInstanceRelease(WGPUInstance instance) {
#      | ^~~~
#  534|   }
#  535|   DAWN_NO_SANITIZE("cfi-icall")
#  536|-> void wgpuInstanceRelease(WGPUInstance instance) {
#  537|       procs.instanceRelease(instance);
#  538|   }

Error: COMPILER_WARNING (CWE-9001): [#def939]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:536:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  534|   }
#  535|   DAWN_NO_SANITIZE("cfi-icall")
#  536|-> void wgpuInstanceRelease(WGPUInstance instance) {
#  537|       procs.instanceRelease(instance);
#  538|   }

Error: COMPILER_WARNING (CWE-9001): [#def940]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:541:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  541 | void wgpuPipelineLayoutSetLabel(WGPUPipelineLayout pipelineLayout, char const * label) {
#      | ^~~~
#  539|   
#  540|   DAWN_NO_SANITIZE("cfi-icall")
#  541|-> void wgpuPipelineLayoutSetLabel(WGPUPipelineLayout pipelineLayout, char const * label) {
#  542|       procs.pipelineLayoutSetLabel(pipelineLayout, label);
#  543|   }

Error: COMPILER_WARNING (CWE-9001): [#def941]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:541:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  539|   
#  540|   DAWN_NO_SANITIZE("cfi-icall")
#  541|-> void wgpuPipelineLayoutSetLabel(WGPUPipelineLayout pipelineLayout, char const * label) {
#  542|       procs.pipelineLayoutSetLabel(pipelineLayout, label);
#  543|   }

Error: COMPILER_WARNING (CWE-9001): [#def942]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:545:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  545 | void wgpuPipelineLayoutReference(WGPUPipelineLayout pipelineLayout) {
#      | ^~~~
#  543|   }
#  544|   DAWN_NO_SANITIZE("cfi-icall")
#  545|-> void wgpuPipelineLayoutReference(WGPUPipelineLayout pipelineLayout) {
#  546|       procs.pipelineLayoutReference(pipelineLayout);
#  547|   }

Error: COMPILER_WARNING (CWE-9001): [#def943]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:545:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  543|   }
#  544|   DAWN_NO_SANITIZE("cfi-icall")
#  545|-> void wgpuPipelineLayoutReference(WGPUPipelineLayout pipelineLayout) {
#  546|       procs.pipelineLayoutReference(pipelineLayout);
#  547|   }

Error: COMPILER_WARNING (CWE-9001): [#def944]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:549:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  549 | void wgpuPipelineLayoutRelease(WGPUPipelineLayout pipelineLayout) {
#      | ^~~~
#  547|   }
#  548|   DAWN_NO_SANITIZE("cfi-icall")
#  549|-> void wgpuPipelineLayoutRelease(WGPUPipelineLayout pipelineLayout) {
#  550|       procs.pipelineLayoutRelease(pipelineLayout);
#  551|   }

Error: COMPILER_WARNING (CWE-9001): [#def945]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:549:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  547|   }
#  548|   DAWN_NO_SANITIZE("cfi-icall")
#  549|-> void wgpuPipelineLayoutRelease(WGPUPipelineLayout pipelineLayout) {
#  550|       procs.pipelineLayoutRelease(pipelineLayout);
#  551|   }

Error: COMPILER_WARNING (CWE-9001): [#def946]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:554:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  554 | void wgpuQuerySetDestroy(WGPUQuerySet querySet) {
#      | ^~~~
#  552|   
#  553|   DAWN_NO_SANITIZE("cfi-icall")
#  554|-> void wgpuQuerySetDestroy(WGPUQuerySet querySet) {
#  555|       procs.querySetDestroy(querySet);
#  556|   }

Error: COMPILER_WARNING (CWE-9001): [#def947]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:554:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  552|   
#  553|   DAWN_NO_SANITIZE("cfi-icall")
#  554|-> void wgpuQuerySetDestroy(WGPUQuerySet querySet) {
#  555|       procs.querySetDestroy(querySet);
#  556|   }

Error: COMPILER_WARNING (CWE-9001): [#def948]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:558:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  558 | uint32_t wgpuQuerySetGetCount(WGPUQuerySet querySet) {
#      | ^~~~~~~~
#  556|   }
#  557|   DAWN_NO_SANITIZE("cfi-icall")
#  558|-> uint32_t wgpuQuerySetGetCount(WGPUQuerySet querySet) {
#  559|   return     procs.querySetGetCount(querySet);
#  560|   }

Error: COMPILER_WARNING (CWE-9001): [#def949]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:558:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  556|   }
#  557|   DAWN_NO_SANITIZE("cfi-icall")
#  558|-> uint32_t wgpuQuerySetGetCount(WGPUQuerySet querySet) {
#  559|   return     procs.querySetGetCount(querySet);
#  560|   }

Error: COMPILER_WARNING (CWE-9001): [#def950]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:562:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  562 | WGPUQueryType wgpuQuerySetGetType(WGPUQuerySet querySet) {
#      | ^~~~~~~~~~~~~
#  560|   }
#  561|   DAWN_NO_SANITIZE("cfi-icall")
#  562|-> WGPUQueryType wgpuQuerySetGetType(WGPUQuerySet querySet) {
#  563|   return     procs.querySetGetType(querySet);
#  564|   }

Error: COMPILER_WARNING (CWE-9001): [#def951]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:562:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  560|   }
#  561|   DAWN_NO_SANITIZE("cfi-icall")
#  562|-> WGPUQueryType wgpuQuerySetGetType(WGPUQuerySet querySet) {
#  563|   return     procs.querySetGetType(querySet);
#  564|   }

Error: COMPILER_WARNING (CWE-9001): [#def952]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:566:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  566 | void wgpuQuerySetSetLabel(WGPUQuerySet querySet, char const * label) {
#      | ^~~~
#  564|   }
#  565|   DAWN_NO_SANITIZE("cfi-icall")
#  566|-> void wgpuQuerySetSetLabel(WGPUQuerySet querySet, char const * label) {
#  567|       procs.querySetSetLabel(querySet, label);
#  568|   }

Error: COMPILER_WARNING (CWE-9001): [#def953]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:566:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  564|   }
#  565|   DAWN_NO_SANITIZE("cfi-icall")
#  566|-> void wgpuQuerySetSetLabel(WGPUQuerySet querySet, char const * label) {
#  567|       procs.querySetSetLabel(querySet, label);
#  568|   }

Error: COMPILER_WARNING (CWE-9001): [#def954]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:570:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  570 | void wgpuQuerySetReference(WGPUQuerySet querySet) {
#      | ^~~~
#  568|   }
#  569|   DAWN_NO_SANITIZE("cfi-icall")
#  570|-> void wgpuQuerySetReference(WGPUQuerySet querySet) {
#  571|       procs.querySetReference(querySet);
#  572|   }

Error: COMPILER_WARNING (CWE-9001): [#def955]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:570:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  568|   }
#  569|   DAWN_NO_SANITIZE("cfi-icall")
#  570|-> void wgpuQuerySetReference(WGPUQuerySet querySet) {
#  571|       procs.querySetReference(querySet);
#  572|   }

Error: COMPILER_WARNING (CWE-9001): [#def956]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:574:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  574 | void wgpuQuerySetRelease(WGPUQuerySet querySet) {
#      | ^~~~
#  572|   }
#  573|   DAWN_NO_SANITIZE("cfi-icall")
#  574|-> void wgpuQuerySetRelease(WGPUQuerySet querySet) {
#  575|       procs.querySetRelease(querySet);
#  576|   }

Error: COMPILER_WARNING (CWE-9001): [#def957]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:574:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  572|   }
#  573|   DAWN_NO_SANITIZE("cfi-icall")
#  574|-> void wgpuQuerySetRelease(WGPUQuerySet querySet) {
#  575|       procs.querySetRelease(querySet);
#  576|   }

Error: COMPILER_WARNING (CWE-9001): [#def958]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:579:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  579 | void wgpuQueueCopyExternalTextureForBrowser(WGPUQueue queue, WGPUImageCopyExternalTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#      | ^~~~
#  577|   
#  578|   DAWN_NO_SANITIZE("cfi-icall")
#  579|-> void wgpuQueueCopyExternalTextureForBrowser(WGPUQueue queue, WGPUImageCopyExternalTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#  580|       procs.queueCopyExternalTextureForBrowser(queue, source, destination, copySize, options);
#  581|   }

Error: COMPILER_WARNING (CWE-9001): [#def959]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:579:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  577|   
#  578|   DAWN_NO_SANITIZE("cfi-icall")
#  579|-> void wgpuQueueCopyExternalTextureForBrowser(WGPUQueue queue, WGPUImageCopyExternalTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#  580|       procs.queueCopyExternalTextureForBrowser(queue, source, destination, copySize, options);
#  581|   }

Error: COMPILER_WARNING (CWE-9001): [#def960]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:583:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  583 | void wgpuQueueCopyTextureForBrowser(WGPUQueue queue, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#      | ^~~~
#  581|   }
#  582|   DAWN_NO_SANITIZE("cfi-icall")
#  583|-> void wgpuQueueCopyTextureForBrowser(WGPUQueue queue, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#  584|       procs.queueCopyTextureForBrowser(queue, source, destination, copySize, options);
#  585|   }

Error: COMPILER_WARNING (CWE-9001): [#def961]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:583:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  581|   }
#  582|   DAWN_NO_SANITIZE("cfi-icall")
#  583|-> void wgpuQueueCopyTextureForBrowser(WGPUQueue queue, WGPUImageCopyTexture const * source, WGPUImageCopyTexture const * destination, WGPUExtent3D const * copySize, WGPUCopyTextureForBrowserOptions const * options) {
#  584|       procs.queueCopyTextureForBrowser(queue, source, destination, copySize, options);
#  585|   }

Error: COMPILER_WARNING (CWE-9001): [#def962]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:587:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  587 | void wgpuQueueOnSubmittedWorkDone(WGPUQueue queue, WGPUQueueWorkDoneCallback callback, void * userdata) {
#      | ^~~~
#  585|   }
#  586|   DAWN_NO_SANITIZE("cfi-icall")
#  587|-> void wgpuQueueOnSubmittedWorkDone(WGPUQueue queue, WGPUQueueWorkDoneCallback callback, void * userdata) {
#  588|       procs.queueOnSubmittedWorkDone(queue, callback, userdata);
#  589|   }

Error: COMPILER_WARNING (CWE-9001): [#def963]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:587:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  585|   }
#  586|   DAWN_NO_SANITIZE("cfi-icall")
#  587|-> void wgpuQueueOnSubmittedWorkDone(WGPUQueue queue, WGPUQueueWorkDoneCallback callback, void * userdata) {
#  588|       procs.queueOnSubmittedWorkDone(queue, callback, userdata);
#  589|   }

Error: COMPILER_WARNING (CWE-9001): [#def964]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:591:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  591 | WGPUFuture wgpuQueueOnSubmittedWorkDoneF(WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) {
#      | ^~~~~~~~~~
#  589|   }
#  590|   DAWN_NO_SANITIZE("cfi-icall")
#  591|-> WGPUFuture wgpuQueueOnSubmittedWorkDoneF(WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) {
#  592|   return     procs.queueOnSubmittedWorkDoneF(queue, callbackInfo);
#  593|   }

Error: COMPILER_WARNING (CWE-9001): [#def965]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:591:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  589|   }
#  590|   DAWN_NO_SANITIZE("cfi-icall")
#  591|-> WGPUFuture wgpuQueueOnSubmittedWorkDoneF(WGPUQueue queue, WGPUQueueWorkDoneCallbackInfo callbackInfo) {
#  592|   return     procs.queueOnSubmittedWorkDoneF(queue, callbackInfo);
#  593|   }

Error: COMPILER_WARNING (CWE-9001): [#def966]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:595:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  595 | void wgpuQueueSetLabel(WGPUQueue queue, char const * label) {
#      | ^~~~
#  593|   }
#  594|   DAWN_NO_SANITIZE("cfi-icall")
#  595|-> void wgpuQueueSetLabel(WGPUQueue queue, char const * label) {
#  596|       procs.queueSetLabel(queue, label);
#  597|   }

Error: COMPILER_WARNING (CWE-9001): [#def967]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:595:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  593|   }
#  594|   DAWN_NO_SANITIZE("cfi-icall")
#  595|-> void wgpuQueueSetLabel(WGPUQueue queue, char const * label) {
#  596|       procs.queueSetLabel(queue, label);
#  597|   }

Error: COMPILER_WARNING (CWE-9001): [#def968]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:599:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  599 | void wgpuQueueSubmit(WGPUQueue queue, size_t commandCount, WGPUCommandBuffer const * commands) {
#      | ^~~~
#  597|   }
#  598|   DAWN_NO_SANITIZE("cfi-icall")
#  599|-> void wgpuQueueSubmit(WGPUQueue queue, size_t commandCount, WGPUCommandBuffer const * commands) {
#  600|       procs.queueSubmit(queue, commandCount, commands);
#  601|   }

Error: COMPILER_WARNING (CWE-9001): [#def969]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:599:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  597|   }
#  598|   DAWN_NO_SANITIZE("cfi-icall")
#  599|-> void wgpuQueueSubmit(WGPUQueue queue, size_t commandCount, WGPUCommandBuffer const * commands) {
#  600|       procs.queueSubmit(queue, commandCount, commands);
#  601|   }

Error: COMPILER_WARNING (CWE-9001): [#def970]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:603:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  603 | void wgpuQueueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, uint64_t bufferOffset, void const * data, size_t size) {
#      | ^~~~
#  601|   }
#  602|   DAWN_NO_SANITIZE("cfi-icall")
#  603|-> void wgpuQueueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, uint64_t bufferOffset, void const * data, size_t size) {
#  604|       procs.queueWriteBuffer(queue, buffer, bufferOffset, data, size);
#  605|   }

Error: COMPILER_WARNING (CWE-9001): [#def971]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:603:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  601|   }
#  602|   DAWN_NO_SANITIZE("cfi-icall")
#  603|-> void wgpuQueueWriteBuffer(WGPUQueue queue, WGPUBuffer buffer, uint64_t bufferOffset, void const * data, size_t size) {
#  604|       procs.queueWriteBuffer(queue, buffer, bufferOffset, data, size);
#  605|   }

Error: COMPILER_WARNING (CWE-9001): [#def972]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:607:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  607 | void wgpuQueueWriteTexture(WGPUQueue queue, WGPUImageCopyTexture const * destination, void const * data, size_t dataSize, WGPUTextureDataLayout const * dataLayout, WGPUExtent3D const * writeSize) {
#      | ^~~~
#  605|   }
#  606|   DAWN_NO_SANITIZE("cfi-icall")
#  607|-> void wgpuQueueWriteTexture(WGPUQueue queue, WGPUImageCopyTexture const * destination, void const * data, size_t dataSize, WGPUTextureDataLayout const * dataLayout, WGPUExtent3D const * writeSize) {
#  608|       procs.queueWriteTexture(queue, destination, data, dataSize, dataLayout, writeSize);
#  609|   }

Error: COMPILER_WARNING (CWE-9001): [#def973]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:607:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  605|   }
#  606|   DAWN_NO_SANITIZE("cfi-icall")
#  607|-> void wgpuQueueWriteTexture(WGPUQueue queue, WGPUImageCopyTexture const * destination, void const * data, size_t dataSize, WGPUTextureDataLayout const * dataLayout, WGPUExtent3D const * writeSize) {
#  608|       procs.queueWriteTexture(queue, destination, data, dataSize, dataLayout, writeSize);
#  609|   }

Error: COMPILER_WARNING (CWE-9001): [#def974]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:611:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  611 | void wgpuQueueReference(WGPUQueue queue) {
#      | ^~~~
#  609|   }
#  610|   DAWN_NO_SANITIZE("cfi-icall")
#  611|-> void wgpuQueueReference(WGPUQueue queue) {
#  612|       procs.queueReference(queue);
#  613|   }

Error: COMPILER_WARNING (CWE-9001): [#def975]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:611:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  609|   }
#  610|   DAWN_NO_SANITIZE("cfi-icall")
#  611|-> void wgpuQueueReference(WGPUQueue queue) {
#  612|       procs.queueReference(queue);
#  613|   }

Error: COMPILER_WARNING (CWE-9001): [#def976]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:615:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  615 | void wgpuQueueRelease(WGPUQueue queue) {
#      | ^~~~
#  613|   }
#  614|   DAWN_NO_SANITIZE("cfi-icall")
#  615|-> void wgpuQueueRelease(WGPUQueue queue) {
#  616|       procs.queueRelease(queue);
#  617|   }

Error: COMPILER_WARNING (CWE-9001): [#def977]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:615:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  613|   }
#  614|   DAWN_NO_SANITIZE("cfi-icall")
#  615|-> void wgpuQueueRelease(WGPUQueue queue) {
#  616|       procs.queueRelease(queue);
#  617|   }

Error: COMPILER_WARNING (CWE-9001): [#def978]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:620:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  620 | void wgpuRenderBundleSetLabel(WGPURenderBundle renderBundle, char const * label) {
#      | ^~~~
#  618|   
#  619|   DAWN_NO_SANITIZE("cfi-icall")
#  620|-> void wgpuRenderBundleSetLabel(WGPURenderBundle renderBundle, char const * label) {
#  621|       procs.renderBundleSetLabel(renderBundle, label);
#  622|   }

Error: COMPILER_WARNING (CWE-9001): [#def979]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:620:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  618|   
#  619|   DAWN_NO_SANITIZE("cfi-icall")
#  620|-> void wgpuRenderBundleSetLabel(WGPURenderBundle renderBundle, char const * label) {
#  621|       procs.renderBundleSetLabel(renderBundle, label);
#  622|   }

Error: COMPILER_WARNING (CWE-9001): [#def980]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:624:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  624 | void wgpuRenderBundleReference(WGPURenderBundle renderBundle) {
#      | ^~~~
#  622|   }
#  623|   DAWN_NO_SANITIZE("cfi-icall")
#  624|-> void wgpuRenderBundleReference(WGPURenderBundle renderBundle) {
#  625|       procs.renderBundleReference(renderBundle);
#  626|   }

Error: COMPILER_WARNING (CWE-9001): [#def981]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:624:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  622|   }
#  623|   DAWN_NO_SANITIZE("cfi-icall")
#  624|-> void wgpuRenderBundleReference(WGPURenderBundle renderBundle) {
#  625|       procs.renderBundleReference(renderBundle);
#  626|   }

Error: COMPILER_WARNING (CWE-9001): [#def982]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:628:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  628 | void wgpuRenderBundleRelease(WGPURenderBundle renderBundle) {
#      | ^~~~
#  626|   }
#  627|   DAWN_NO_SANITIZE("cfi-icall")
#  628|-> void wgpuRenderBundleRelease(WGPURenderBundle renderBundle) {
#  629|       procs.renderBundleRelease(renderBundle);
#  630|   }

Error: COMPILER_WARNING (CWE-9001): [#def983]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:628:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  626|   }
#  627|   DAWN_NO_SANITIZE("cfi-icall")
#  628|-> void wgpuRenderBundleRelease(WGPURenderBundle renderBundle) {
#  629|       procs.renderBundleRelease(renderBundle);
#  630|   }

Error: COMPILER_WARNING (CWE-9001): [#def984]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:633:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  633 | void wgpuRenderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#      | ^~~~
#  631|   
#  632|   DAWN_NO_SANITIZE("cfi-icall")
#  633|-> void wgpuRenderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#  634|       procs.renderBundleEncoderDraw(renderBundleEncoder, vertexCount, instanceCount, firstVertex, firstInstance);
#  635|   }

Error: COMPILER_WARNING (CWE-9001): [#def985]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:633:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  631|   
#  632|   DAWN_NO_SANITIZE("cfi-icall")
#  633|-> void wgpuRenderBundleEncoderDraw(WGPURenderBundleEncoder renderBundleEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#  634|       procs.renderBundleEncoderDraw(renderBundleEncoder, vertexCount, instanceCount, firstVertex, firstInstance);
#  635|   }

Error: COMPILER_WARNING (CWE-9001): [#def986]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:637:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  637 | void wgpuRenderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#      | ^~~~
#  635|   }
#  636|   DAWN_NO_SANITIZE("cfi-icall")
#  637|-> void wgpuRenderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#  638|       procs.renderBundleEncoderDrawIndexed(renderBundleEncoder, indexCount, instanceCount, firstIndex, baseVertex, firstInstance);
#  639|   }

Error: COMPILER_WARNING (CWE-9001): [#def987]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:637:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  635|   }
#  636|   DAWN_NO_SANITIZE("cfi-icall")
#  637|-> void wgpuRenderBundleEncoderDrawIndexed(WGPURenderBundleEncoder renderBundleEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#  638|       procs.renderBundleEncoderDrawIndexed(renderBundleEncoder, indexCount, instanceCount, firstIndex, baseVertex, firstInstance);
#  639|   }

Error: COMPILER_WARNING (CWE-9001): [#def988]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:641:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  641 | void wgpuRenderBundleEncoderDrawIndexedIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#      | ^~~~
#  639|   }
#  640|   DAWN_NO_SANITIZE("cfi-icall")
#  641|-> void wgpuRenderBundleEncoderDrawIndexedIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  642|       procs.renderBundleEncoderDrawIndexedIndirect(renderBundleEncoder, indirectBuffer, indirectOffset);
#  643|   }

Error: COMPILER_WARNING (CWE-9001): [#def989]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:641:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  639|   }
#  640|   DAWN_NO_SANITIZE("cfi-icall")
#  641|-> void wgpuRenderBundleEncoderDrawIndexedIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  642|       procs.renderBundleEncoderDrawIndexedIndirect(renderBundleEncoder, indirectBuffer, indirectOffset);
#  643|   }

Error: COMPILER_WARNING (CWE-9001): [#def990]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:645:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  645 | void wgpuRenderBundleEncoderDrawIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#      | ^~~~
#  643|   }
#  644|   DAWN_NO_SANITIZE("cfi-icall")
#  645|-> void wgpuRenderBundleEncoderDrawIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  646|       procs.renderBundleEncoderDrawIndirect(renderBundleEncoder, indirectBuffer, indirectOffset);
#  647|   }

Error: COMPILER_WARNING (CWE-9001): [#def991]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:645:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  643|   }
#  644|   DAWN_NO_SANITIZE("cfi-icall")
#  645|-> void wgpuRenderBundleEncoderDrawIndirect(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  646|       procs.renderBundleEncoderDrawIndirect(renderBundleEncoder, indirectBuffer, indirectOffset);
#  647|   }

Error: COMPILER_WARNING (CWE-9001): [#def992]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:649:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  649 | WGPURenderBundle wgpuRenderBundleEncoderFinish(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderBundleDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~~
#  647|   }
#  648|   DAWN_NO_SANITIZE("cfi-icall")
#  649|-> WGPURenderBundle wgpuRenderBundleEncoderFinish(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderBundleDescriptor const * descriptor) {
#  650|   return     procs.renderBundleEncoderFinish(renderBundleEncoder, descriptor);
#  651|   }

Error: COMPILER_WARNING (CWE-9001): [#def993]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:649:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  647|   }
#  648|   DAWN_NO_SANITIZE("cfi-icall")
#  649|-> WGPURenderBundle wgpuRenderBundleEncoderFinish(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderBundleDescriptor const * descriptor) {
#  650|   return     procs.renderBundleEncoderFinish(renderBundleEncoder, descriptor);
#  651|   }

Error: COMPILER_WARNING (CWE-9001): [#def994]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:653:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  653 | void wgpuRenderBundleEncoderInsertDebugMarker(WGPURenderBundleEncoder renderBundleEncoder, char const * markerLabel) {
#      | ^~~~
#  651|   }
#  652|   DAWN_NO_SANITIZE("cfi-icall")
#  653|-> void wgpuRenderBundleEncoderInsertDebugMarker(WGPURenderBundleEncoder renderBundleEncoder, char const * markerLabel) {
#  654|       procs.renderBundleEncoderInsertDebugMarker(renderBundleEncoder, markerLabel);
#  655|   }

Error: COMPILER_WARNING (CWE-9001): [#def995]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:653:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  651|   }
#  652|   DAWN_NO_SANITIZE("cfi-icall")
#  653|-> void wgpuRenderBundleEncoderInsertDebugMarker(WGPURenderBundleEncoder renderBundleEncoder, char const * markerLabel) {
#  654|       procs.renderBundleEncoderInsertDebugMarker(renderBundleEncoder, markerLabel);
#  655|   }

Error: COMPILER_WARNING (CWE-9001): [#def996]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:657:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  657 | void wgpuRenderBundleEncoderPopDebugGroup(WGPURenderBundleEncoder renderBundleEncoder) {
#      | ^~~~
#  655|   }
#  656|   DAWN_NO_SANITIZE("cfi-icall")
#  657|-> void wgpuRenderBundleEncoderPopDebugGroup(WGPURenderBundleEncoder renderBundleEncoder) {
#  658|       procs.renderBundleEncoderPopDebugGroup(renderBundleEncoder);
#  659|   }

Error: COMPILER_WARNING (CWE-9001): [#def997]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:657:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  655|   }
#  656|   DAWN_NO_SANITIZE("cfi-icall")
#  657|-> void wgpuRenderBundleEncoderPopDebugGroup(WGPURenderBundleEncoder renderBundleEncoder) {
#  658|       procs.renderBundleEncoderPopDebugGroup(renderBundleEncoder);
#  659|   }

Error: COMPILER_WARNING (CWE-9001): [#def998]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:661:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  661 | void wgpuRenderBundleEncoderPushDebugGroup(WGPURenderBundleEncoder renderBundleEncoder, char const * groupLabel) {
#      | ^~~~
#  659|   }
#  660|   DAWN_NO_SANITIZE("cfi-icall")
#  661|-> void wgpuRenderBundleEncoderPushDebugGroup(WGPURenderBundleEncoder renderBundleEncoder, char const * groupLabel) {
#  662|       procs.renderBundleEncoderPushDebugGroup(renderBundleEncoder, groupLabel);
#  663|   }

Error: COMPILER_WARNING (CWE-9001): [#def999]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:661:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  659|   }
#  660|   DAWN_NO_SANITIZE("cfi-icall")
#  661|-> void wgpuRenderBundleEncoderPushDebugGroup(WGPURenderBundleEncoder renderBundleEncoder, char const * groupLabel) {
#  662|       procs.renderBundleEncoderPushDebugGroup(renderBundleEncoder, groupLabel);
#  663|   }

Error: COMPILER_WARNING (CWE-9001): [#def1000]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:665:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  665 | void wgpuRenderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#      | ^~~~
#  663|   }
#  664|   DAWN_NO_SANITIZE("cfi-icall")
#  665|-> void wgpuRenderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  666|       procs.renderBundleEncoderSetBindGroup(renderBundleEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  667|   }

Error: COMPILER_WARNING (CWE-9001): [#def1001]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:665:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  663|   }
#  664|   DAWN_NO_SANITIZE("cfi-icall")
#  665|-> void wgpuRenderBundleEncoderSetBindGroup(WGPURenderBundleEncoder renderBundleEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  666|       procs.renderBundleEncoderSetBindGroup(renderBundleEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  667|   }

Error: COMPILER_WARNING (CWE-9001): [#def1002]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:669:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  669 | void wgpuRenderBundleEncoderSetIndexBuffer(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#      | ^~~~
#  667|   }
#  668|   DAWN_NO_SANITIZE("cfi-icall")
#  669|-> void wgpuRenderBundleEncoderSetIndexBuffer(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#  670|       procs.renderBundleEncoderSetIndexBuffer(renderBundleEncoder, buffer, format, offset, size);
#  671|   }

Error: COMPILER_WARNING (CWE-9001): [#def1003]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:669:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  667|   }
#  668|   DAWN_NO_SANITIZE("cfi-icall")
#  669|-> void wgpuRenderBundleEncoderSetIndexBuffer(WGPURenderBundleEncoder renderBundleEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#  670|       procs.renderBundleEncoderSetIndexBuffer(renderBundleEncoder, buffer, format, offset, size);
#  671|   }

Error: COMPILER_WARNING (CWE-9001): [#def1004]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:673:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  673 | void wgpuRenderBundleEncoderSetLabel(WGPURenderBundleEncoder renderBundleEncoder, char const * label) {
#      | ^~~~
#  671|   }
#  672|   DAWN_NO_SANITIZE("cfi-icall")
#  673|-> void wgpuRenderBundleEncoderSetLabel(WGPURenderBundleEncoder renderBundleEncoder, char const * label) {
#  674|       procs.renderBundleEncoderSetLabel(renderBundleEncoder, label);
#  675|   }

Error: COMPILER_WARNING (CWE-9001): [#def1005]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:673:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  671|   }
#  672|   DAWN_NO_SANITIZE("cfi-icall")
#  673|-> void wgpuRenderBundleEncoderSetLabel(WGPURenderBundleEncoder renderBundleEncoder, char const * label) {
#  674|       procs.renderBundleEncoderSetLabel(renderBundleEncoder, label);
#  675|   }

Error: COMPILER_WARNING (CWE-9001): [#def1006]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:677:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  677 | void wgpuRenderBundleEncoderSetPipeline(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderPipeline pipeline) {
#      | ^~~~
#  675|   }
#  676|   DAWN_NO_SANITIZE("cfi-icall")
#  677|-> void wgpuRenderBundleEncoderSetPipeline(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderPipeline pipeline) {
#  678|       procs.renderBundleEncoderSetPipeline(renderBundleEncoder, pipeline);
#  679|   }

Error: COMPILER_WARNING (CWE-9001): [#def1007]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:677:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  675|   }
#  676|   DAWN_NO_SANITIZE("cfi-icall")
#  677|-> void wgpuRenderBundleEncoderSetPipeline(WGPURenderBundleEncoder renderBundleEncoder, WGPURenderPipeline pipeline) {
#  678|       procs.renderBundleEncoderSetPipeline(renderBundleEncoder, pipeline);
#  679|   }

Error: COMPILER_WARNING (CWE-9001): [#def1008]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:681:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  681 | void wgpuRenderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#      | ^~~~
#  679|   }
#  680|   DAWN_NO_SANITIZE("cfi-icall")
#  681|-> void wgpuRenderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  682|       procs.renderBundleEncoderSetVertexBuffer(renderBundleEncoder, slot, buffer, offset, size);
#  683|   }

Error: COMPILER_WARNING (CWE-9001): [#def1009]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:681:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  679|   }
#  680|   DAWN_NO_SANITIZE("cfi-icall")
#  681|-> void wgpuRenderBundleEncoderSetVertexBuffer(WGPURenderBundleEncoder renderBundleEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  682|       procs.renderBundleEncoderSetVertexBuffer(renderBundleEncoder, slot, buffer, offset, size);
#  683|   }

Error: COMPILER_WARNING (CWE-9001): [#def1010]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:685:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  685 | void wgpuRenderBundleEncoderReference(WGPURenderBundleEncoder renderBundleEncoder) {
#      | ^~~~
#  683|   }
#  684|   DAWN_NO_SANITIZE("cfi-icall")
#  685|-> void wgpuRenderBundleEncoderReference(WGPURenderBundleEncoder renderBundleEncoder) {
#  686|       procs.renderBundleEncoderReference(renderBundleEncoder);
#  687|   }

Error: COMPILER_WARNING (CWE-9001): [#def1011]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:685:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  683|   }
#  684|   DAWN_NO_SANITIZE("cfi-icall")
#  685|-> void wgpuRenderBundleEncoderReference(WGPURenderBundleEncoder renderBundleEncoder) {
#  686|       procs.renderBundleEncoderReference(renderBundleEncoder);
#  687|   }

Error: COMPILER_WARNING (CWE-9001): [#def1012]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:689:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  689 | void wgpuRenderBundleEncoderRelease(WGPURenderBundleEncoder renderBundleEncoder) {
#      | ^~~~
#  687|   }
#  688|   DAWN_NO_SANITIZE("cfi-icall")
#  689|-> void wgpuRenderBundleEncoderRelease(WGPURenderBundleEncoder renderBundleEncoder) {
#  690|       procs.renderBundleEncoderRelease(renderBundleEncoder);
#  691|   }

Error: COMPILER_WARNING (CWE-9001): [#def1013]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:689:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  687|   }
#  688|   DAWN_NO_SANITIZE("cfi-icall")
#  689|-> void wgpuRenderBundleEncoderRelease(WGPURenderBundleEncoder renderBundleEncoder) {
#  690|       procs.renderBundleEncoderRelease(renderBundleEncoder);
#  691|   }

Error: COMPILER_WARNING (CWE-9001): [#def1014]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:694:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  694 | void wgpuRenderPassEncoderBeginOcclusionQuery(WGPURenderPassEncoder renderPassEncoder, uint32_t queryIndex) {
#      | ^~~~
#  692|   
#  693|   DAWN_NO_SANITIZE("cfi-icall")
#  694|-> void wgpuRenderPassEncoderBeginOcclusionQuery(WGPURenderPassEncoder renderPassEncoder, uint32_t queryIndex) {
#  695|       procs.renderPassEncoderBeginOcclusionQuery(renderPassEncoder, queryIndex);
#  696|   }

Error: COMPILER_WARNING (CWE-9001): [#def1015]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:694:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  692|   
#  693|   DAWN_NO_SANITIZE("cfi-icall")
#  694|-> void wgpuRenderPassEncoderBeginOcclusionQuery(WGPURenderPassEncoder renderPassEncoder, uint32_t queryIndex) {
#  695|       procs.renderPassEncoderBeginOcclusionQuery(renderPassEncoder, queryIndex);
#  696|   }

Error: COMPILER_WARNING (CWE-9001): [#def1016]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:698:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  698 | void wgpuRenderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#      | ^~~~
#  696|   }
#  697|   DAWN_NO_SANITIZE("cfi-icall")
#  698|-> void wgpuRenderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#  699|       procs.renderPassEncoderDraw(renderPassEncoder, vertexCount, instanceCount, firstVertex, firstInstance);
#  700|   }

Error: COMPILER_WARNING (CWE-9001): [#def1017]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:698:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  696|   }
#  697|   DAWN_NO_SANITIZE("cfi-icall")
#  698|-> void wgpuRenderPassEncoderDraw(WGPURenderPassEncoder renderPassEncoder, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance) {
#  699|       procs.renderPassEncoderDraw(renderPassEncoder, vertexCount, instanceCount, firstVertex, firstInstance);
#  700|   }

Error: COMPILER_WARNING (CWE-9001): [#def1018]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:702:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  702 | void wgpuRenderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#      | ^~~~
#  700|   }
#  701|   DAWN_NO_SANITIZE("cfi-icall")
#  702|-> void wgpuRenderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#  703|       procs.renderPassEncoderDrawIndexed(renderPassEncoder, indexCount, instanceCount, firstIndex, baseVertex, firstInstance);
#  704|   }

Error: COMPILER_WARNING (CWE-9001): [#def1019]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:702:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  700|   }
#  701|   DAWN_NO_SANITIZE("cfi-icall")
#  702|-> void wgpuRenderPassEncoderDrawIndexed(WGPURenderPassEncoder renderPassEncoder, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t baseVertex, uint32_t firstInstance) {
#  703|       procs.renderPassEncoderDrawIndexed(renderPassEncoder, indexCount, instanceCount, firstIndex, baseVertex, firstInstance);
#  704|   }

Error: COMPILER_WARNING (CWE-9001): [#def1020]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:706:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  706 | void wgpuRenderPassEncoderDrawIndexedIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#      | ^~~~
#  704|   }
#  705|   DAWN_NO_SANITIZE("cfi-icall")
#  706|-> void wgpuRenderPassEncoderDrawIndexedIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  707|       procs.renderPassEncoderDrawIndexedIndirect(renderPassEncoder, indirectBuffer, indirectOffset);
#  708|   }

Error: COMPILER_WARNING (CWE-9001): [#def1021]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:706:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  704|   }
#  705|   DAWN_NO_SANITIZE("cfi-icall")
#  706|-> void wgpuRenderPassEncoderDrawIndexedIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  707|       procs.renderPassEncoderDrawIndexedIndirect(renderPassEncoder, indirectBuffer, indirectOffset);
#  708|   }

Error: COMPILER_WARNING (CWE-9001): [#def1022]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:710:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  710 | void wgpuRenderPassEncoderDrawIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#      | ^~~~
#  708|   }
#  709|   DAWN_NO_SANITIZE("cfi-icall")
#  710|-> void wgpuRenderPassEncoderDrawIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  711|       procs.renderPassEncoderDrawIndirect(renderPassEncoder, indirectBuffer, indirectOffset);
#  712|   }

Error: COMPILER_WARNING (CWE-9001): [#def1023]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:710:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  708|   }
#  709|   DAWN_NO_SANITIZE("cfi-icall")
#  710|-> void wgpuRenderPassEncoderDrawIndirect(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer indirectBuffer, uint64_t indirectOffset) {
#  711|       procs.renderPassEncoderDrawIndirect(renderPassEncoder, indirectBuffer, indirectOffset);
#  712|   }

Error: COMPILER_WARNING (CWE-9001): [#def1024]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:714:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  714 | void wgpuRenderPassEncoderEnd(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  712|   }
#  713|   DAWN_NO_SANITIZE("cfi-icall")
#  714|-> void wgpuRenderPassEncoderEnd(WGPURenderPassEncoder renderPassEncoder) {
#  715|       procs.renderPassEncoderEnd(renderPassEncoder);
#  716|   }

Error: COMPILER_WARNING (CWE-9001): [#def1025]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:714:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  712|   }
#  713|   DAWN_NO_SANITIZE("cfi-icall")
#  714|-> void wgpuRenderPassEncoderEnd(WGPURenderPassEncoder renderPassEncoder) {
#  715|       procs.renderPassEncoderEnd(renderPassEncoder);
#  716|   }

Error: COMPILER_WARNING (CWE-9001): [#def1026]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:718:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  718 | void wgpuRenderPassEncoderEndOcclusionQuery(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  716|   }
#  717|   DAWN_NO_SANITIZE("cfi-icall")
#  718|-> void wgpuRenderPassEncoderEndOcclusionQuery(WGPURenderPassEncoder renderPassEncoder) {
#  719|       procs.renderPassEncoderEndOcclusionQuery(renderPassEncoder);
#  720|   }

Error: COMPILER_WARNING (CWE-9001): [#def1027]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:718:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  716|   }
#  717|   DAWN_NO_SANITIZE("cfi-icall")
#  718|-> void wgpuRenderPassEncoderEndOcclusionQuery(WGPURenderPassEncoder renderPassEncoder) {
#  719|       procs.renderPassEncoderEndOcclusionQuery(renderPassEncoder);
#  720|   }

Error: COMPILER_WARNING (CWE-9001): [#def1028]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:722:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  722 | void wgpuRenderPassEncoderExecuteBundles(WGPURenderPassEncoder renderPassEncoder, size_t bundleCount, WGPURenderBundle const * bundles) {
#      | ^~~~
#  720|   }
#  721|   DAWN_NO_SANITIZE("cfi-icall")
#  722|-> void wgpuRenderPassEncoderExecuteBundles(WGPURenderPassEncoder renderPassEncoder, size_t bundleCount, WGPURenderBundle const * bundles) {
#  723|       procs.renderPassEncoderExecuteBundles(renderPassEncoder, bundleCount, bundles);
#  724|   }

Error: COMPILER_WARNING (CWE-9001): [#def1029]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:722:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  720|   }
#  721|   DAWN_NO_SANITIZE("cfi-icall")
#  722|-> void wgpuRenderPassEncoderExecuteBundles(WGPURenderPassEncoder renderPassEncoder, size_t bundleCount, WGPURenderBundle const * bundles) {
#  723|       procs.renderPassEncoderExecuteBundles(renderPassEncoder, bundleCount, bundles);
#  724|   }

Error: COMPILER_WARNING (CWE-9001): [#def1030]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:726:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  726 | void wgpuRenderPassEncoderInsertDebugMarker(WGPURenderPassEncoder renderPassEncoder, char const * markerLabel) {
#      | ^~~~
#  724|   }
#  725|   DAWN_NO_SANITIZE("cfi-icall")
#  726|-> void wgpuRenderPassEncoderInsertDebugMarker(WGPURenderPassEncoder renderPassEncoder, char const * markerLabel) {
#  727|       procs.renderPassEncoderInsertDebugMarker(renderPassEncoder, markerLabel);
#  728|   }

Error: COMPILER_WARNING (CWE-9001): [#def1031]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:726:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  724|   }
#  725|   DAWN_NO_SANITIZE("cfi-icall")
#  726|-> void wgpuRenderPassEncoderInsertDebugMarker(WGPURenderPassEncoder renderPassEncoder, char const * markerLabel) {
#  727|       procs.renderPassEncoderInsertDebugMarker(renderPassEncoder, markerLabel);
#  728|   }

Error: COMPILER_WARNING (CWE-9001): [#def1032]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:730:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  730 | void wgpuRenderPassEncoderPixelLocalStorageBarrier(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  728|   }
#  729|   DAWN_NO_SANITIZE("cfi-icall")
#  730|-> void wgpuRenderPassEncoderPixelLocalStorageBarrier(WGPURenderPassEncoder renderPassEncoder) {
#  731|       procs.renderPassEncoderPixelLocalStorageBarrier(renderPassEncoder);
#  732|   }

Error: COMPILER_WARNING (CWE-9001): [#def1033]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:730:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  728|   }
#  729|   DAWN_NO_SANITIZE("cfi-icall")
#  730|-> void wgpuRenderPassEncoderPixelLocalStorageBarrier(WGPURenderPassEncoder renderPassEncoder) {
#  731|       procs.renderPassEncoderPixelLocalStorageBarrier(renderPassEncoder);
#  732|   }

Error: COMPILER_WARNING (CWE-9001): [#def1034]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:734:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  734 | void wgpuRenderPassEncoderPopDebugGroup(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  732|   }
#  733|   DAWN_NO_SANITIZE("cfi-icall")
#  734|-> void wgpuRenderPassEncoderPopDebugGroup(WGPURenderPassEncoder renderPassEncoder) {
#  735|       procs.renderPassEncoderPopDebugGroup(renderPassEncoder);
#  736|   }

Error: COMPILER_WARNING (CWE-9001): [#def1035]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:734:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  732|   }
#  733|   DAWN_NO_SANITIZE("cfi-icall")
#  734|-> void wgpuRenderPassEncoderPopDebugGroup(WGPURenderPassEncoder renderPassEncoder) {
#  735|       procs.renderPassEncoderPopDebugGroup(renderPassEncoder);
#  736|   }

Error: COMPILER_WARNING (CWE-9001): [#def1036]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:738:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  738 | void wgpuRenderPassEncoderPushDebugGroup(WGPURenderPassEncoder renderPassEncoder, char const * groupLabel) {
#      | ^~~~
#  736|   }
#  737|   DAWN_NO_SANITIZE("cfi-icall")
#  738|-> void wgpuRenderPassEncoderPushDebugGroup(WGPURenderPassEncoder renderPassEncoder, char const * groupLabel) {
#  739|       procs.renderPassEncoderPushDebugGroup(renderPassEncoder, groupLabel);
#  740|   }

Error: COMPILER_WARNING (CWE-9001): [#def1037]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:738:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  736|   }
#  737|   DAWN_NO_SANITIZE("cfi-icall")
#  738|-> void wgpuRenderPassEncoderPushDebugGroup(WGPURenderPassEncoder renderPassEncoder, char const * groupLabel) {
#  739|       procs.renderPassEncoderPushDebugGroup(renderPassEncoder, groupLabel);
#  740|   }

Error: COMPILER_WARNING (CWE-9001): [#def1038]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:742:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  742 | void wgpuRenderPassEncoderSetBindGroup(WGPURenderPassEncoder renderPassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#      | ^~~~
#  740|   }
#  741|   DAWN_NO_SANITIZE("cfi-icall")
#  742|-> void wgpuRenderPassEncoderSetBindGroup(WGPURenderPassEncoder renderPassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  743|       procs.renderPassEncoderSetBindGroup(renderPassEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  744|   }

Error: COMPILER_WARNING (CWE-9001): [#def1039]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:742:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  740|   }
#  741|   DAWN_NO_SANITIZE("cfi-icall")
#  742|-> void wgpuRenderPassEncoderSetBindGroup(WGPURenderPassEncoder renderPassEncoder, uint32_t groupIndex, WGPUBindGroup group, size_t dynamicOffsetCount, uint32_t const * dynamicOffsets) {
#  743|       procs.renderPassEncoderSetBindGroup(renderPassEncoder, groupIndex, group, dynamicOffsetCount, dynamicOffsets);
#  744|   }

Error: COMPILER_WARNING (CWE-9001): [#def1040]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:746:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  746 | void wgpuRenderPassEncoderSetBlendConstant(WGPURenderPassEncoder renderPassEncoder, WGPUColor const * color) {
#      | ^~~~
#  744|   }
#  745|   DAWN_NO_SANITIZE("cfi-icall")
#  746|-> void wgpuRenderPassEncoderSetBlendConstant(WGPURenderPassEncoder renderPassEncoder, WGPUColor const * color) {
#  747|       procs.renderPassEncoderSetBlendConstant(renderPassEncoder, color);
#  748|   }

Error: COMPILER_WARNING (CWE-9001): [#def1041]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:746:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  744|   }
#  745|   DAWN_NO_SANITIZE("cfi-icall")
#  746|-> void wgpuRenderPassEncoderSetBlendConstant(WGPURenderPassEncoder renderPassEncoder, WGPUColor const * color) {
#  747|       procs.renderPassEncoderSetBlendConstant(renderPassEncoder, color);
#  748|   }

Error: COMPILER_WARNING (CWE-9001): [#def1042]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:750:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  750 | void wgpuRenderPassEncoderSetIndexBuffer(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#      | ^~~~
#  748|   }
#  749|   DAWN_NO_SANITIZE("cfi-icall")
#  750|-> void wgpuRenderPassEncoderSetIndexBuffer(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#  751|       procs.renderPassEncoderSetIndexBuffer(renderPassEncoder, buffer, format, offset, size);
#  752|   }

Error: COMPILER_WARNING (CWE-9001): [#def1043]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:750:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  748|   }
#  749|   DAWN_NO_SANITIZE("cfi-icall")
#  750|-> void wgpuRenderPassEncoderSetIndexBuffer(WGPURenderPassEncoder renderPassEncoder, WGPUBuffer buffer, WGPUIndexFormat format, uint64_t offset, uint64_t size) {
#  751|       procs.renderPassEncoderSetIndexBuffer(renderPassEncoder, buffer, format, offset, size);
#  752|   }

Error: COMPILER_WARNING (CWE-9001): [#def1044]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:754:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  754 | void wgpuRenderPassEncoderSetLabel(WGPURenderPassEncoder renderPassEncoder, char const * label) {
#      | ^~~~
#  752|   }
#  753|   DAWN_NO_SANITIZE("cfi-icall")
#  754|-> void wgpuRenderPassEncoderSetLabel(WGPURenderPassEncoder renderPassEncoder, char const * label) {
#  755|       procs.renderPassEncoderSetLabel(renderPassEncoder, label);
#  756|   }

Error: COMPILER_WARNING (CWE-9001): [#def1045]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:754:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  752|   }
#  753|   DAWN_NO_SANITIZE("cfi-icall")
#  754|-> void wgpuRenderPassEncoderSetLabel(WGPURenderPassEncoder renderPassEncoder, char const * label) {
#  755|       procs.renderPassEncoderSetLabel(renderPassEncoder, label);
#  756|   }

Error: COMPILER_WARNING (CWE-9001): [#def1046]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:758:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  758 | void wgpuRenderPassEncoderSetPipeline(WGPURenderPassEncoder renderPassEncoder, WGPURenderPipeline pipeline) {
#      | ^~~~
#  756|   }
#  757|   DAWN_NO_SANITIZE("cfi-icall")
#  758|-> void wgpuRenderPassEncoderSetPipeline(WGPURenderPassEncoder renderPassEncoder, WGPURenderPipeline pipeline) {
#  759|       procs.renderPassEncoderSetPipeline(renderPassEncoder, pipeline);
#  760|   }

Error: COMPILER_WARNING (CWE-9001): [#def1047]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:758:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  756|   }
#  757|   DAWN_NO_SANITIZE("cfi-icall")
#  758|-> void wgpuRenderPassEncoderSetPipeline(WGPURenderPassEncoder renderPassEncoder, WGPURenderPipeline pipeline) {
#  759|       procs.renderPassEncoderSetPipeline(renderPassEncoder, pipeline);
#  760|   }

Error: COMPILER_WARNING (CWE-9001): [#def1048]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:762:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  762 | void wgpuRenderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, uint32_t x, uint32_t y, uint32_t width, uint32_t height) {
#      | ^~~~
#  760|   }
#  761|   DAWN_NO_SANITIZE("cfi-icall")
#  762|-> void wgpuRenderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, uint32_t x, uint32_t y, uint32_t width, uint32_t height) {
#  763|       procs.renderPassEncoderSetScissorRect(renderPassEncoder, x, y, width, height);
#  764|   }

Error: COMPILER_WARNING (CWE-9001): [#def1049]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:762:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  760|   }
#  761|   DAWN_NO_SANITIZE("cfi-icall")
#  762|-> void wgpuRenderPassEncoderSetScissorRect(WGPURenderPassEncoder renderPassEncoder, uint32_t x, uint32_t y, uint32_t width, uint32_t height) {
#  763|       procs.renderPassEncoderSetScissorRect(renderPassEncoder, x, y, width, height);
#  764|   }

Error: COMPILER_WARNING (CWE-9001): [#def1050]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:766:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  766 | void wgpuRenderPassEncoderSetStencilReference(WGPURenderPassEncoder renderPassEncoder, uint32_t reference) {
#      | ^~~~
#  764|   }
#  765|   DAWN_NO_SANITIZE("cfi-icall")
#  766|-> void wgpuRenderPassEncoderSetStencilReference(WGPURenderPassEncoder renderPassEncoder, uint32_t reference) {
#  767|       procs.renderPassEncoderSetStencilReference(renderPassEncoder, reference);
#  768|   }

Error: COMPILER_WARNING (CWE-9001): [#def1051]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:766:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  764|   }
#  765|   DAWN_NO_SANITIZE("cfi-icall")
#  766|-> void wgpuRenderPassEncoderSetStencilReference(WGPURenderPassEncoder renderPassEncoder, uint32_t reference) {
#  767|       procs.renderPassEncoderSetStencilReference(renderPassEncoder, reference);
#  768|   }

Error: COMPILER_WARNING (CWE-9001): [#def1052]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:770:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  770 | void wgpuRenderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#      | ^~~~
#  768|   }
#  769|   DAWN_NO_SANITIZE("cfi-icall")
#  770|-> void wgpuRenderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  771|       procs.renderPassEncoderSetVertexBuffer(renderPassEncoder, slot, buffer, offset, size);
#  772|   }

Error: COMPILER_WARNING (CWE-9001): [#def1053]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:770:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  768|   }
#  769|   DAWN_NO_SANITIZE("cfi-icall")
#  770|-> void wgpuRenderPassEncoderSetVertexBuffer(WGPURenderPassEncoder renderPassEncoder, uint32_t slot, WGPUBuffer buffer, uint64_t offset, uint64_t size) {
#  771|       procs.renderPassEncoderSetVertexBuffer(renderPassEncoder, slot, buffer, offset, size);
#  772|   }

Error: COMPILER_WARNING (CWE-9001): [#def1054]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:774:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  774 | void wgpuRenderPassEncoderSetViewport(WGPURenderPassEncoder renderPassEncoder, float x, float y, float width, float height, float minDepth, float maxDepth) {
#      | ^~~~
#  772|   }
#  773|   DAWN_NO_SANITIZE("cfi-icall")
#  774|-> void wgpuRenderPassEncoderSetViewport(WGPURenderPassEncoder renderPassEncoder, float x, float y, float width, float height, float minDepth, float maxDepth) {
#  775|       procs.renderPassEncoderSetViewport(renderPassEncoder, x, y, width, height, minDepth, maxDepth);
#  776|   }

Error: COMPILER_WARNING (CWE-9001): [#def1055]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:774:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  772|   }
#  773|   DAWN_NO_SANITIZE("cfi-icall")
#  774|-> void wgpuRenderPassEncoderSetViewport(WGPURenderPassEncoder renderPassEncoder, float x, float y, float width, float height, float minDepth, float maxDepth) {
#  775|       procs.renderPassEncoderSetViewport(renderPassEncoder, x, y, width, height, minDepth, maxDepth);
#  776|   }

Error: COMPILER_WARNING (CWE-9001): [#def1056]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:778:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  778 | void wgpuRenderPassEncoderWriteTimestamp(WGPURenderPassEncoder renderPassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#      | ^~~~
#  776|   }
#  777|   DAWN_NO_SANITIZE("cfi-icall")
#  778|-> void wgpuRenderPassEncoderWriteTimestamp(WGPURenderPassEncoder renderPassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  779|       procs.renderPassEncoderWriteTimestamp(renderPassEncoder, querySet, queryIndex);
#  780|   }

Error: COMPILER_WARNING (CWE-9001): [#def1057]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:778:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  776|   }
#  777|   DAWN_NO_SANITIZE("cfi-icall")
#  778|-> void wgpuRenderPassEncoderWriteTimestamp(WGPURenderPassEncoder renderPassEncoder, WGPUQuerySet querySet, uint32_t queryIndex) {
#  779|       procs.renderPassEncoderWriteTimestamp(renderPassEncoder, querySet, queryIndex);
#  780|   }

Error: COMPILER_WARNING (CWE-9001): [#def1058]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:782:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  782 | void wgpuRenderPassEncoderReference(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  780|   }
#  781|   DAWN_NO_SANITIZE("cfi-icall")
#  782|-> void wgpuRenderPassEncoderReference(WGPURenderPassEncoder renderPassEncoder) {
#  783|       procs.renderPassEncoderReference(renderPassEncoder);
#  784|   }

Error: COMPILER_WARNING (CWE-9001): [#def1059]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:782:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  780|   }
#  781|   DAWN_NO_SANITIZE("cfi-icall")
#  782|-> void wgpuRenderPassEncoderReference(WGPURenderPassEncoder renderPassEncoder) {
#  783|       procs.renderPassEncoderReference(renderPassEncoder);
#  784|   }

Error: COMPILER_WARNING (CWE-9001): [#def1060]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:786:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  786 | void wgpuRenderPassEncoderRelease(WGPURenderPassEncoder renderPassEncoder) {
#      | ^~~~
#  784|   }
#  785|   DAWN_NO_SANITIZE("cfi-icall")
#  786|-> void wgpuRenderPassEncoderRelease(WGPURenderPassEncoder renderPassEncoder) {
#  787|       procs.renderPassEncoderRelease(renderPassEncoder);
#  788|   }

Error: COMPILER_WARNING (CWE-9001): [#def1061]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:786:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  784|   }
#  785|   DAWN_NO_SANITIZE("cfi-icall")
#  786|-> void wgpuRenderPassEncoderRelease(WGPURenderPassEncoder renderPassEncoder) {
#  787|       procs.renderPassEncoderRelease(renderPassEncoder);
#  788|   }

Error: COMPILER_WARNING (CWE-9001): [#def1062]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:791:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  791 | WGPUBindGroupLayout wgpuRenderPipelineGetBindGroupLayout(WGPURenderPipeline renderPipeline, uint32_t groupIndex) {
#      | ^~~~~~~~~~~~~~~~~~~
#  789|   
#  790|   DAWN_NO_SANITIZE("cfi-icall")
#  791|-> WGPUBindGroupLayout wgpuRenderPipelineGetBindGroupLayout(WGPURenderPipeline renderPipeline, uint32_t groupIndex) {
#  792|   return     procs.renderPipelineGetBindGroupLayout(renderPipeline, groupIndex);
#  793|   }

Error: COMPILER_WARNING (CWE-9001): [#def1063]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:791:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  789|   
#  790|   DAWN_NO_SANITIZE("cfi-icall")
#  791|-> WGPUBindGroupLayout wgpuRenderPipelineGetBindGroupLayout(WGPURenderPipeline renderPipeline, uint32_t groupIndex) {
#  792|   return     procs.renderPipelineGetBindGroupLayout(renderPipeline, groupIndex);
#  793|   }

Error: COMPILER_WARNING (CWE-9001): [#def1064]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:795:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  795 | void wgpuRenderPipelineSetLabel(WGPURenderPipeline renderPipeline, char const * label) {
#      | ^~~~
#  793|   }
#  794|   DAWN_NO_SANITIZE("cfi-icall")
#  795|-> void wgpuRenderPipelineSetLabel(WGPURenderPipeline renderPipeline, char const * label) {
#  796|       procs.renderPipelineSetLabel(renderPipeline, label);
#  797|   }

Error: COMPILER_WARNING (CWE-9001): [#def1065]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:795:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  793|   }
#  794|   DAWN_NO_SANITIZE("cfi-icall")
#  795|-> void wgpuRenderPipelineSetLabel(WGPURenderPipeline renderPipeline, char const * label) {
#  796|       procs.renderPipelineSetLabel(renderPipeline, label);
#  797|   }

Error: COMPILER_WARNING (CWE-9001): [#def1066]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:799:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  799 | void wgpuRenderPipelineReference(WGPURenderPipeline renderPipeline) {
#      | ^~~~
#  797|   }
#  798|   DAWN_NO_SANITIZE("cfi-icall")
#  799|-> void wgpuRenderPipelineReference(WGPURenderPipeline renderPipeline) {
#  800|       procs.renderPipelineReference(renderPipeline);
#  801|   }

Error: COMPILER_WARNING (CWE-9001): [#def1067]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:799:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  797|   }
#  798|   DAWN_NO_SANITIZE("cfi-icall")
#  799|-> void wgpuRenderPipelineReference(WGPURenderPipeline renderPipeline) {
#  800|       procs.renderPipelineReference(renderPipeline);
#  801|   }

Error: COMPILER_WARNING (CWE-9001): [#def1068]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:803:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  803 | void wgpuRenderPipelineRelease(WGPURenderPipeline renderPipeline) {
#      | ^~~~
#  801|   }
#  802|   DAWN_NO_SANITIZE("cfi-icall")
#  803|-> void wgpuRenderPipelineRelease(WGPURenderPipeline renderPipeline) {
#  804|       procs.renderPipelineRelease(renderPipeline);
#  805|   }

Error: COMPILER_WARNING (CWE-9001): [#def1069]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:803:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  801|   }
#  802|   DAWN_NO_SANITIZE("cfi-icall")
#  803|-> void wgpuRenderPipelineRelease(WGPURenderPipeline renderPipeline) {
#  804|       procs.renderPipelineRelease(renderPipeline);
#  805|   }

Error: COMPILER_WARNING (CWE-9001): [#def1070]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:808:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  808 | void wgpuSamplerSetLabel(WGPUSampler sampler, char const * label) {
#      | ^~~~
#  806|   
#  807|   DAWN_NO_SANITIZE("cfi-icall")
#  808|-> void wgpuSamplerSetLabel(WGPUSampler sampler, char const * label) {
#  809|       procs.samplerSetLabel(sampler, label);
#  810|   }

Error: COMPILER_WARNING (CWE-9001): [#def1071]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:808:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  806|   
#  807|   DAWN_NO_SANITIZE("cfi-icall")
#  808|-> void wgpuSamplerSetLabel(WGPUSampler sampler, char const * label) {
#  809|       procs.samplerSetLabel(sampler, label);
#  810|   }

Error: COMPILER_WARNING (CWE-9001): [#def1072]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:812:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  812 | void wgpuSamplerReference(WGPUSampler sampler) {
#      | ^~~~
#  810|   }
#  811|   DAWN_NO_SANITIZE("cfi-icall")
#  812|-> void wgpuSamplerReference(WGPUSampler sampler) {
#  813|       procs.samplerReference(sampler);
#  814|   }

Error: COMPILER_WARNING (CWE-9001): [#def1073]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:812:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  810|   }
#  811|   DAWN_NO_SANITIZE("cfi-icall")
#  812|-> void wgpuSamplerReference(WGPUSampler sampler) {
#  813|       procs.samplerReference(sampler);
#  814|   }

Error: COMPILER_WARNING (CWE-9001): [#def1074]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:816:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  816 | void wgpuSamplerRelease(WGPUSampler sampler) {
#      | ^~~~
#  814|   }
#  815|   DAWN_NO_SANITIZE("cfi-icall")
#  816|-> void wgpuSamplerRelease(WGPUSampler sampler) {
#  817|       procs.samplerRelease(sampler);
#  818|   }

Error: COMPILER_WARNING (CWE-9001): [#def1075]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:816:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  814|   }
#  815|   DAWN_NO_SANITIZE("cfi-icall")
#  816|-> void wgpuSamplerRelease(WGPUSampler sampler) {
#  817|       procs.samplerRelease(sampler);
#  818|   }

Error: COMPILER_WARNING (CWE-9001): [#def1076]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:821:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  821 | void wgpuShaderModuleGetCompilationInfo(WGPUShaderModule shaderModule, WGPUCompilationInfoCallback callback, void * userdata) {
#      | ^~~~
#  819|   
#  820|   DAWN_NO_SANITIZE("cfi-icall")
#  821|-> void wgpuShaderModuleGetCompilationInfo(WGPUShaderModule shaderModule, WGPUCompilationInfoCallback callback, void * userdata) {
#  822|       procs.shaderModuleGetCompilationInfo(shaderModule, callback, userdata);
#  823|   }

Error: COMPILER_WARNING (CWE-9001): [#def1077]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:821:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  819|   
#  820|   DAWN_NO_SANITIZE("cfi-icall")
#  821|-> void wgpuShaderModuleGetCompilationInfo(WGPUShaderModule shaderModule, WGPUCompilationInfoCallback callback, void * userdata) {
#  822|       procs.shaderModuleGetCompilationInfo(shaderModule, callback, userdata);
#  823|   }

Error: COMPILER_WARNING (CWE-9001): [#def1078]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:825:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  825 | void wgpuShaderModuleSetLabel(WGPUShaderModule shaderModule, char const * label) {
#      | ^~~~
#  823|   }
#  824|   DAWN_NO_SANITIZE("cfi-icall")
#  825|-> void wgpuShaderModuleSetLabel(WGPUShaderModule shaderModule, char const * label) {
#  826|       procs.shaderModuleSetLabel(shaderModule, label);
#  827|   }

Error: COMPILER_WARNING (CWE-9001): [#def1079]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:825:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  823|   }
#  824|   DAWN_NO_SANITIZE("cfi-icall")
#  825|-> void wgpuShaderModuleSetLabel(WGPUShaderModule shaderModule, char const * label) {
#  826|       procs.shaderModuleSetLabel(shaderModule, label);
#  827|   }

Error: COMPILER_WARNING (CWE-9001): [#def1080]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:829:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  829 | void wgpuShaderModuleReference(WGPUShaderModule shaderModule) {
#      | ^~~~
#  827|   }
#  828|   DAWN_NO_SANITIZE("cfi-icall")
#  829|-> void wgpuShaderModuleReference(WGPUShaderModule shaderModule) {
#  830|       procs.shaderModuleReference(shaderModule);
#  831|   }

Error: COMPILER_WARNING (CWE-9001): [#def1081]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:829:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  827|   }
#  828|   DAWN_NO_SANITIZE("cfi-icall")
#  829|-> void wgpuShaderModuleReference(WGPUShaderModule shaderModule) {
#  830|       procs.shaderModuleReference(shaderModule);
#  831|   }

Error: COMPILER_WARNING (CWE-9001): [#def1082]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:833:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  833 | void wgpuShaderModuleRelease(WGPUShaderModule shaderModule) {
#      | ^~~~
#  831|   }
#  832|   DAWN_NO_SANITIZE("cfi-icall")
#  833|-> void wgpuShaderModuleRelease(WGPUShaderModule shaderModule) {
#  834|       procs.shaderModuleRelease(shaderModule);
#  835|   }

Error: COMPILER_WARNING (CWE-9001): [#def1083]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:833:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  831|   }
#  832|   DAWN_NO_SANITIZE("cfi-icall")
#  833|-> void wgpuShaderModuleRelease(WGPUShaderModule shaderModule) {
#  834|       procs.shaderModuleRelease(shaderModule);
#  835|   }

Error: COMPILER_WARNING (CWE-9001): [#def1084]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:838:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  838 | void wgpuSharedFenceExportInfo(WGPUSharedFence sharedFence, WGPUSharedFenceExportInfo * info) {
#      | ^~~~
#  836|   
#  837|   DAWN_NO_SANITIZE("cfi-icall")
#  838|-> void wgpuSharedFenceExportInfo(WGPUSharedFence sharedFence, WGPUSharedFenceExportInfo * info) {
#  839|       procs.sharedFenceExportInfo(sharedFence, info);
#  840|   }

Error: COMPILER_WARNING (CWE-9001): [#def1085]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:838:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  836|   
#  837|   DAWN_NO_SANITIZE("cfi-icall")
#  838|-> void wgpuSharedFenceExportInfo(WGPUSharedFence sharedFence, WGPUSharedFenceExportInfo * info) {
#  839|       procs.sharedFenceExportInfo(sharedFence, info);
#  840|   }

Error: COMPILER_WARNING (CWE-9001): [#def1086]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:842:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  842 | void wgpuSharedFenceReference(WGPUSharedFence sharedFence) {
#      | ^~~~
#  840|   }
#  841|   DAWN_NO_SANITIZE("cfi-icall")
#  842|-> void wgpuSharedFenceReference(WGPUSharedFence sharedFence) {
#  843|       procs.sharedFenceReference(sharedFence);
#  844|   }

Error: COMPILER_WARNING (CWE-9001): [#def1087]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:842:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  840|   }
#  841|   DAWN_NO_SANITIZE("cfi-icall")
#  842|-> void wgpuSharedFenceReference(WGPUSharedFence sharedFence) {
#  843|       procs.sharedFenceReference(sharedFence);
#  844|   }

Error: COMPILER_WARNING (CWE-9001): [#def1088]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:846:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  846 | void wgpuSharedFenceRelease(WGPUSharedFence sharedFence) {
#      | ^~~~
#  844|   }
#  845|   DAWN_NO_SANITIZE("cfi-icall")
#  846|-> void wgpuSharedFenceRelease(WGPUSharedFence sharedFence) {
#  847|       procs.sharedFenceRelease(sharedFence);
#  848|   }

Error: COMPILER_WARNING (CWE-9001): [#def1089]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:846:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  844|   }
#  845|   DAWN_NO_SANITIZE("cfi-icall")
#  846|-> void wgpuSharedFenceRelease(WGPUSharedFence sharedFence) {
#  847|       procs.sharedFenceRelease(sharedFence);
#  848|   }

Error: COMPILER_WARNING (CWE-9001): [#def1090]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:851:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  851 | WGPUBool wgpuSharedTextureMemoryBeginAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryBeginAccessDescriptor const * descriptor) {
#      | ^~~~~~~~
#  849|   
#  850|   DAWN_NO_SANITIZE("cfi-icall")
#  851|-> WGPUBool wgpuSharedTextureMemoryBeginAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryBeginAccessDescriptor const * descriptor) {
#  852|   return     procs.sharedTextureMemoryBeginAccess(sharedTextureMemory, texture, descriptor);
#  853|   }

Error: COMPILER_WARNING (CWE-9001): [#def1091]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:851:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  849|   
#  850|   DAWN_NO_SANITIZE("cfi-icall")
#  851|-> WGPUBool wgpuSharedTextureMemoryBeginAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryBeginAccessDescriptor const * descriptor) {
#  852|   return     procs.sharedTextureMemoryBeginAccess(sharedTextureMemory, texture, descriptor);
#  853|   }

Error: COMPILER_WARNING (CWE-9001): [#def1092]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:855:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  855 | WGPUTexture wgpuSharedTextureMemoryCreateTexture(WGPUSharedTextureMemory sharedTextureMemory, WGPUTextureDescriptor const * descriptor) {
#      | ^~~~~~~~~~~
#  853|   }
#  854|   DAWN_NO_SANITIZE("cfi-icall")
#  855|-> WGPUTexture wgpuSharedTextureMemoryCreateTexture(WGPUSharedTextureMemory sharedTextureMemory, WGPUTextureDescriptor const * descriptor) {
#  856|   return     procs.sharedTextureMemoryCreateTexture(sharedTextureMemory, descriptor);
#  857|   }

Error: COMPILER_WARNING (CWE-9001): [#def1093]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:855:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  853|   }
#  854|   DAWN_NO_SANITIZE("cfi-icall")
#  855|-> WGPUTexture wgpuSharedTextureMemoryCreateTexture(WGPUSharedTextureMemory sharedTextureMemory, WGPUTextureDescriptor const * descriptor) {
#  856|   return     procs.sharedTextureMemoryCreateTexture(sharedTextureMemory, descriptor);
#  857|   }

Error: COMPILER_WARNING (CWE-9001): [#def1094]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:859:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  859 | WGPUBool wgpuSharedTextureMemoryEndAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryEndAccessState * descriptor) {
#      | ^~~~~~~~
#  857|   }
#  858|   DAWN_NO_SANITIZE("cfi-icall")
#  859|-> WGPUBool wgpuSharedTextureMemoryEndAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryEndAccessState * descriptor) {
#  860|   return     procs.sharedTextureMemoryEndAccess(sharedTextureMemory, texture, descriptor);
#  861|   }

Error: COMPILER_WARNING (CWE-9001): [#def1095]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:859:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  857|   }
#  858|   DAWN_NO_SANITIZE("cfi-icall")
#  859|-> WGPUBool wgpuSharedTextureMemoryEndAccess(WGPUSharedTextureMemory sharedTextureMemory, WGPUTexture texture, WGPUSharedTextureMemoryEndAccessState * descriptor) {
#  860|   return     procs.sharedTextureMemoryEndAccess(sharedTextureMemory, texture, descriptor);
#  861|   }

Error: COMPILER_WARNING (CWE-9001): [#def1096]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:863:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  863 | void wgpuSharedTextureMemoryGetProperties(WGPUSharedTextureMemory sharedTextureMemory, WGPUSharedTextureMemoryProperties * properties) {
#      | ^~~~
#  861|   }
#  862|   DAWN_NO_SANITIZE("cfi-icall")
#  863|-> void wgpuSharedTextureMemoryGetProperties(WGPUSharedTextureMemory sharedTextureMemory, WGPUSharedTextureMemoryProperties * properties) {
#  864|       procs.sharedTextureMemoryGetProperties(sharedTextureMemory, properties);
#  865|   }

Error: COMPILER_WARNING (CWE-9001): [#def1097]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:863:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  861|   }
#  862|   DAWN_NO_SANITIZE("cfi-icall")
#  863|-> void wgpuSharedTextureMemoryGetProperties(WGPUSharedTextureMemory sharedTextureMemory, WGPUSharedTextureMemoryProperties * properties) {
#  864|       procs.sharedTextureMemoryGetProperties(sharedTextureMemory, properties);
#  865|   }

Error: COMPILER_WARNING (CWE-9001): [#def1098]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:867:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  867 | WGPUBool wgpuSharedTextureMemoryIsDeviceLost(WGPUSharedTextureMemory sharedTextureMemory) {
#      | ^~~~~~~~
#  865|   }
#  866|   DAWN_NO_SANITIZE("cfi-icall")
#  867|-> WGPUBool wgpuSharedTextureMemoryIsDeviceLost(WGPUSharedTextureMemory sharedTextureMemory) {
#  868|   return     procs.sharedTextureMemoryIsDeviceLost(sharedTextureMemory);
#  869|   }

Error: COMPILER_WARNING (CWE-9001): [#def1099]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:867:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  865|   }
#  866|   DAWN_NO_SANITIZE("cfi-icall")
#  867|-> WGPUBool wgpuSharedTextureMemoryIsDeviceLost(WGPUSharedTextureMemory sharedTextureMemory) {
#  868|   return     procs.sharedTextureMemoryIsDeviceLost(sharedTextureMemory);
#  869|   }

Error: COMPILER_WARNING (CWE-9001): [#def1100]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:871:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  871 | void wgpuSharedTextureMemorySetLabel(WGPUSharedTextureMemory sharedTextureMemory, char const * label) {
#      | ^~~~
#  869|   }
#  870|   DAWN_NO_SANITIZE("cfi-icall")
#  871|-> void wgpuSharedTextureMemorySetLabel(WGPUSharedTextureMemory sharedTextureMemory, char const * label) {
#  872|       procs.sharedTextureMemorySetLabel(sharedTextureMemory, label);
#  873|   }

Error: COMPILER_WARNING (CWE-9001): [#def1101]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:871:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  869|   }
#  870|   DAWN_NO_SANITIZE("cfi-icall")
#  871|-> void wgpuSharedTextureMemorySetLabel(WGPUSharedTextureMemory sharedTextureMemory, char const * label) {
#  872|       procs.sharedTextureMemorySetLabel(sharedTextureMemory, label);
#  873|   }

Error: COMPILER_WARNING (CWE-9001): [#def1102]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:875:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  875 | void wgpuSharedTextureMemoryReference(WGPUSharedTextureMemory sharedTextureMemory) {
#      | ^~~~
#  873|   }
#  874|   DAWN_NO_SANITIZE("cfi-icall")
#  875|-> void wgpuSharedTextureMemoryReference(WGPUSharedTextureMemory sharedTextureMemory) {
#  876|       procs.sharedTextureMemoryReference(sharedTextureMemory);
#  877|   }

Error: COMPILER_WARNING (CWE-9001): [#def1103]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:875:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  873|   }
#  874|   DAWN_NO_SANITIZE("cfi-icall")
#  875|-> void wgpuSharedTextureMemoryReference(WGPUSharedTextureMemory sharedTextureMemory) {
#  876|       procs.sharedTextureMemoryReference(sharedTextureMemory);
#  877|   }

Error: COMPILER_WARNING (CWE-9001): [#def1104]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:879:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  879 | void wgpuSharedTextureMemoryRelease(WGPUSharedTextureMemory sharedTextureMemory) {
#      | ^~~~
#  877|   }
#  878|   DAWN_NO_SANITIZE("cfi-icall")
#  879|-> void wgpuSharedTextureMemoryRelease(WGPUSharedTextureMemory sharedTextureMemory) {
#  880|       procs.sharedTextureMemoryRelease(sharedTextureMemory);
#  881|   }

Error: COMPILER_WARNING (CWE-9001): [#def1105]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:879:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  877|   }
#  878|   DAWN_NO_SANITIZE("cfi-icall")
#  879|-> void wgpuSharedTextureMemoryRelease(WGPUSharedTextureMemory sharedTextureMemory) {
#  880|       procs.sharedTextureMemoryRelease(sharedTextureMemory);
#  881|   }

Error: COMPILER_WARNING (CWE-9001): [#def1106]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:884:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  884 | void wgpuSurfaceReference(WGPUSurface surface) {
#      | ^~~~
#  882|   
#  883|   DAWN_NO_SANITIZE("cfi-icall")
#  884|-> void wgpuSurfaceReference(WGPUSurface surface) {
#  885|       procs.surfaceReference(surface);
#  886|   }

Error: COMPILER_WARNING (CWE-9001): [#def1107]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:884:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  882|   
#  883|   DAWN_NO_SANITIZE("cfi-icall")
#  884|-> void wgpuSurfaceReference(WGPUSurface surface) {
#  885|       procs.surfaceReference(surface);
#  886|   }

Error: COMPILER_WARNING (CWE-9001): [#def1108]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:888:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  888 | void wgpuSurfaceRelease(WGPUSurface surface) {
#      | ^~~~
#  886|   }
#  887|   DAWN_NO_SANITIZE("cfi-icall")
#  888|-> void wgpuSurfaceRelease(WGPUSurface surface) {
#  889|       procs.surfaceRelease(surface);
#  890|   }

Error: COMPILER_WARNING (CWE-9001): [#def1109]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:888:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  886|   }
#  887|   DAWN_NO_SANITIZE("cfi-icall")
#  888|-> void wgpuSurfaceRelease(WGPUSurface surface) {
#  889|       procs.surfaceRelease(surface);
#  890|   }

Error: COMPILER_WARNING (CWE-9001): [#def1110]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:893:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  893 | WGPUTexture wgpuSwapChainGetCurrentTexture(WGPUSwapChain swapChain) {
#      | ^~~~~~~~~~~
#  891|   
#  892|   DAWN_NO_SANITIZE("cfi-icall")
#  893|-> WGPUTexture wgpuSwapChainGetCurrentTexture(WGPUSwapChain swapChain) {
#  894|   return     procs.swapChainGetCurrentTexture(swapChain);
#  895|   }

Error: COMPILER_WARNING (CWE-9001): [#def1111]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:893:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  891|   
#  892|   DAWN_NO_SANITIZE("cfi-icall")
#  893|-> WGPUTexture wgpuSwapChainGetCurrentTexture(WGPUSwapChain swapChain) {
#  894|   return     procs.swapChainGetCurrentTexture(swapChain);
#  895|   }

Error: COMPILER_WARNING (CWE-9001): [#def1112]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:897:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  897 | WGPUTextureView wgpuSwapChainGetCurrentTextureView(WGPUSwapChain swapChain) {
#      | ^~~~~~~~~~~~~~~
#  895|   }
#  896|   DAWN_NO_SANITIZE("cfi-icall")
#  897|-> WGPUTextureView wgpuSwapChainGetCurrentTextureView(WGPUSwapChain swapChain) {
#  898|   return     procs.swapChainGetCurrentTextureView(swapChain);
#  899|   }

Error: COMPILER_WARNING (CWE-9001): [#def1113]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:897:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  895|   }
#  896|   DAWN_NO_SANITIZE("cfi-icall")
#  897|-> WGPUTextureView wgpuSwapChainGetCurrentTextureView(WGPUSwapChain swapChain) {
#  898|   return     procs.swapChainGetCurrentTextureView(swapChain);
#  899|   }

Error: COMPILER_WARNING (CWE-9001): [#def1114]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:901:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  901 | void wgpuSwapChainPresent(WGPUSwapChain swapChain) {
#      | ^~~~
#  899|   }
#  900|   DAWN_NO_SANITIZE("cfi-icall")
#  901|-> void wgpuSwapChainPresent(WGPUSwapChain swapChain) {
#  902|       procs.swapChainPresent(swapChain);
#  903|   }

Error: COMPILER_WARNING (CWE-9001): [#def1115]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:901:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  899|   }
#  900|   DAWN_NO_SANITIZE("cfi-icall")
#  901|-> void wgpuSwapChainPresent(WGPUSwapChain swapChain) {
#  902|       procs.swapChainPresent(swapChain);
#  903|   }

Error: COMPILER_WARNING (CWE-9001): [#def1116]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:905:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  905 | void wgpuSwapChainReference(WGPUSwapChain swapChain) {
#      | ^~~~
#  903|   }
#  904|   DAWN_NO_SANITIZE("cfi-icall")
#  905|-> void wgpuSwapChainReference(WGPUSwapChain swapChain) {
#  906|       procs.swapChainReference(swapChain);
#  907|   }

Error: COMPILER_WARNING (CWE-9001): [#def1117]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:905:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  903|   }
#  904|   DAWN_NO_SANITIZE("cfi-icall")
#  905|-> void wgpuSwapChainReference(WGPUSwapChain swapChain) {
#  906|       procs.swapChainReference(swapChain);
#  907|   }

Error: COMPILER_WARNING (CWE-9001): [#def1118]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:909:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  909 | void wgpuSwapChainRelease(WGPUSwapChain swapChain) {
#      | ^~~~
#  907|   }
#  908|   DAWN_NO_SANITIZE("cfi-icall")
#  909|-> void wgpuSwapChainRelease(WGPUSwapChain swapChain) {
#  910|       procs.swapChainRelease(swapChain);
#  911|   }

Error: COMPILER_WARNING (CWE-9001): [#def1119]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:909:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  907|   }
#  908|   DAWN_NO_SANITIZE("cfi-icall")
#  909|-> void wgpuSwapChainRelease(WGPUSwapChain swapChain) {
#  910|       procs.swapChainRelease(swapChain);
#  911|   }

Error: COMPILER_WARNING (CWE-9001): [#def1120]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:914:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  914 | WGPUTextureView wgpuTextureCreateErrorView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~
#  912|   
#  913|   DAWN_NO_SANITIZE("cfi-icall")
#  914|-> WGPUTextureView wgpuTextureCreateErrorView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#  915|   return     procs.textureCreateErrorView(texture, descriptor);
#  916|   }

Error: COMPILER_WARNING (CWE-9001): [#def1121]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:914:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  912|   
#  913|   DAWN_NO_SANITIZE("cfi-icall")
#  914|-> WGPUTextureView wgpuTextureCreateErrorView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#  915|   return     procs.textureCreateErrorView(texture, descriptor);
#  916|   }

Error: COMPILER_WARNING (CWE-9001): [#def1122]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:918:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  918 | WGPUTextureView wgpuTextureCreateView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#      | ^~~~~~~~~~~~~~~
#  916|   }
#  917|   DAWN_NO_SANITIZE("cfi-icall")
#  918|-> WGPUTextureView wgpuTextureCreateView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#  919|   return     procs.textureCreateView(texture, descriptor);
#  920|   }

Error: COMPILER_WARNING (CWE-9001): [#def1123]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:918:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  916|   }
#  917|   DAWN_NO_SANITIZE("cfi-icall")
#  918|-> WGPUTextureView wgpuTextureCreateView(WGPUTexture texture, WGPUTextureViewDescriptor const * descriptor) {
#  919|   return     procs.textureCreateView(texture, descriptor);
#  920|   }

Error: COMPILER_WARNING (CWE-9001): [#def1124]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:922:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  922 | void wgpuTextureDestroy(WGPUTexture texture) {
#      | ^~~~
#  920|   }
#  921|   DAWN_NO_SANITIZE("cfi-icall")
#  922|-> void wgpuTextureDestroy(WGPUTexture texture) {
#  923|       procs.textureDestroy(texture);
#  924|   }

Error: COMPILER_WARNING (CWE-9001): [#def1125]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:922:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  920|   }
#  921|   DAWN_NO_SANITIZE("cfi-icall")
#  922|-> void wgpuTextureDestroy(WGPUTexture texture) {
#  923|       procs.textureDestroy(texture);
#  924|   }

Error: COMPILER_WARNING (CWE-9001): [#def1126]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:926:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  926 | uint32_t wgpuTextureGetDepthOrArrayLayers(WGPUTexture texture) {
#      | ^~~~~~~~
#  924|   }
#  925|   DAWN_NO_SANITIZE("cfi-icall")
#  926|-> uint32_t wgpuTextureGetDepthOrArrayLayers(WGPUTexture texture) {
#  927|   return     procs.textureGetDepthOrArrayLayers(texture);
#  928|   }

Error: COMPILER_WARNING (CWE-9001): [#def1127]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:926:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  924|   }
#  925|   DAWN_NO_SANITIZE("cfi-icall")
#  926|-> uint32_t wgpuTextureGetDepthOrArrayLayers(WGPUTexture texture) {
#  927|   return     procs.textureGetDepthOrArrayLayers(texture);
#  928|   }

Error: COMPILER_WARNING (CWE-9001): [#def1128]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:930:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  930 | WGPUTextureDimension wgpuTextureGetDimension(WGPUTexture texture) {
#      | ^~~~~~~~~~~~~~~~~~~~
#  928|   }
#  929|   DAWN_NO_SANITIZE("cfi-icall")
#  930|-> WGPUTextureDimension wgpuTextureGetDimension(WGPUTexture texture) {
#  931|   return     procs.textureGetDimension(texture);
#  932|   }

Error: COMPILER_WARNING (CWE-9001): [#def1129]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:930:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  928|   }
#  929|   DAWN_NO_SANITIZE("cfi-icall")
#  930|-> WGPUTextureDimension wgpuTextureGetDimension(WGPUTexture texture) {
#  931|   return     procs.textureGetDimension(texture);
#  932|   }

Error: COMPILER_WARNING (CWE-9001): [#def1130]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:934:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  934 | WGPUTextureFormat wgpuTextureGetFormat(WGPUTexture texture) {
#      | ^~~~~~~~~~~~~~~~~
#  932|   }
#  933|   DAWN_NO_SANITIZE("cfi-icall")
#  934|-> WGPUTextureFormat wgpuTextureGetFormat(WGPUTexture texture) {
#  935|   return     procs.textureGetFormat(texture);
#  936|   }

Error: COMPILER_WARNING (CWE-9001): [#def1131]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:934:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  932|   }
#  933|   DAWN_NO_SANITIZE("cfi-icall")
#  934|-> WGPUTextureFormat wgpuTextureGetFormat(WGPUTexture texture) {
#  935|   return     procs.textureGetFormat(texture);
#  936|   }

Error: COMPILER_WARNING (CWE-9001): [#def1132]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:938:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  938 | uint32_t wgpuTextureGetHeight(WGPUTexture texture) {
#      | ^~~~~~~~
#  936|   }
#  937|   DAWN_NO_SANITIZE("cfi-icall")
#  938|-> uint32_t wgpuTextureGetHeight(WGPUTexture texture) {
#  939|   return     procs.textureGetHeight(texture);
#  940|   }

Error: COMPILER_WARNING (CWE-9001): [#def1133]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:938:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  936|   }
#  937|   DAWN_NO_SANITIZE("cfi-icall")
#  938|-> uint32_t wgpuTextureGetHeight(WGPUTexture texture) {
#  939|   return     procs.textureGetHeight(texture);
#  940|   }

Error: COMPILER_WARNING (CWE-9001): [#def1134]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:942:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  942 | uint32_t wgpuTextureGetMipLevelCount(WGPUTexture texture) {
#      | ^~~~~~~~
#  940|   }
#  941|   DAWN_NO_SANITIZE("cfi-icall")
#  942|-> uint32_t wgpuTextureGetMipLevelCount(WGPUTexture texture) {
#  943|   return     procs.textureGetMipLevelCount(texture);
#  944|   }

Error: COMPILER_WARNING (CWE-9001): [#def1135]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:942:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  940|   }
#  941|   DAWN_NO_SANITIZE("cfi-icall")
#  942|-> uint32_t wgpuTextureGetMipLevelCount(WGPUTexture texture) {
#  943|   return     procs.textureGetMipLevelCount(texture);
#  944|   }

Error: COMPILER_WARNING (CWE-9001): [#def1136]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:946:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  946 | uint32_t wgpuTextureGetSampleCount(WGPUTexture texture) {
#      | ^~~~~~~~
#  944|   }
#  945|   DAWN_NO_SANITIZE("cfi-icall")
#  946|-> uint32_t wgpuTextureGetSampleCount(WGPUTexture texture) {
#  947|   return     procs.textureGetSampleCount(texture);
#  948|   }

Error: COMPILER_WARNING (CWE-9001): [#def1137]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:946:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  944|   }
#  945|   DAWN_NO_SANITIZE("cfi-icall")
#  946|-> uint32_t wgpuTextureGetSampleCount(WGPUTexture texture) {
#  947|   return     procs.textureGetSampleCount(texture);
#  948|   }

Error: COMPILER_WARNING (CWE-9001): [#def1138]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:950:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  950 | WGPUTextureUsageFlags wgpuTextureGetUsage(WGPUTexture texture) {
#      | ^~~~~~~~~~~~~~~~~~~~~
#  948|   }
#  949|   DAWN_NO_SANITIZE("cfi-icall")
#  950|-> WGPUTextureUsageFlags wgpuTextureGetUsage(WGPUTexture texture) {
#  951|   return     procs.textureGetUsage(texture);
#  952|   }

Error: COMPILER_WARNING (CWE-9001): [#def1139]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:950:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  948|   }
#  949|   DAWN_NO_SANITIZE("cfi-icall")
#  950|-> WGPUTextureUsageFlags wgpuTextureGetUsage(WGPUTexture texture) {
#  951|   return     procs.textureGetUsage(texture);
#  952|   }

Error: COMPILER_WARNING (CWE-9001): [#def1140]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:954:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  954 | uint32_t wgpuTextureGetWidth(WGPUTexture texture) {
#      | ^~~~~~~~
#  952|   }
#  953|   DAWN_NO_SANITIZE("cfi-icall")
#  954|-> uint32_t wgpuTextureGetWidth(WGPUTexture texture) {
#  955|   return     procs.textureGetWidth(texture);
#  956|   }

Error: COMPILER_WARNING (CWE-9001): [#def1141]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:954:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  952|   }
#  953|   DAWN_NO_SANITIZE("cfi-icall")
#  954|-> uint32_t wgpuTextureGetWidth(WGPUTexture texture) {
#  955|   return     procs.textureGetWidth(texture);
#  956|   }

Error: COMPILER_WARNING (CWE-9001): [#def1142]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:958:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  958 | void wgpuTextureSetLabel(WGPUTexture texture, char const * label) {
#      | ^~~~
#  956|   }
#  957|   DAWN_NO_SANITIZE("cfi-icall")
#  958|-> void wgpuTextureSetLabel(WGPUTexture texture, char const * label) {
#  959|       procs.textureSetLabel(texture, label);
#  960|   }

Error: COMPILER_WARNING (CWE-9001): [#def1143]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:958:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  956|   }
#  957|   DAWN_NO_SANITIZE("cfi-icall")
#  958|-> void wgpuTextureSetLabel(WGPUTexture texture, char const * label) {
#  959|       procs.textureSetLabel(texture, label);
#  960|   }

Error: COMPILER_WARNING (CWE-9001): [#def1144]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:962:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  962 | void wgpuTextureReference(WGPUTexture texture) {
#      | ^~~~
#  960|   }
#  961|   DAWN_NO_SANITIZE("cfi-icall")
#  962|-> void wgpuTextureReference(WGPUTexture texture) {
#  963|       procs.textureReference(texture);
#  964|   }

Error: COMPILER_WARNING (CWE-9001): [#def1145]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:962:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  960|   }
#  961|   DAWN_NO_SANITIZE("cfi-icall")
#  962|-> void wgpuTextureReference(WGPUTexture texture) {
#  963|       procs.textureReference(texture);
#  964|   }

Error: COMPILER_WARNING (CWE-9001): [#def1146]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:966:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  966 | void wgpuTextureRelease(WGPUTexture texture) {
#      | ^~~~
#  964|   }
#  965|   DAWN_NO_SANITIZE("cfi-icall")
#  966|-> void wgpuTextureRelease(WGPUTexture texture) {
#  967|       procs.textureRelease(texture);
#  968|   }

Error: COMPILER_WARNING (CWE-9001): [#def1147]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:966:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  964|   }
#  965|   DAWN_NO_SANITIZE("cfi-icall")
#  966|-> void wgpuTextureRelease(WGPUTexture texture) {
#  967|       procs.textureRelease(texture);
#  968|   }

Error: COMPILER_WARNING (CWE-9001): [#def1148]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:971:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  971 | void wgpuTextureViewSetLabel(WGPUTextureView textureView, char const * label) {
#      | ^~~~
#  969|   
#  970|   DAWN_NO_SANITIZE("cfi-icall")
#  971|-> void wgpuTextureViewSetLabel(WGPUTextureView textureView, char const * label) {
#  972|       procs.textureViewSetLabel(textureView, label);
#  973|   }

Error: COMPILER_WARNING (CWE-9001): [#def1149]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:971:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  969|   
#  970|   DAWN_NO_SANITIZE("cfi-icall")
#  971|-> void wgpuTextureViewSetLabel(WGPUTextureView textureView, char const * label) {
#  972|       procs.textureViewSetLabel(textureView, label);
#  973|   }

Error: COMPILER_WARNING (CWE-9001): [#def1150]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:975:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  975 | void wgpuTextureViewReference(WGPUTextureView textureView) {
#      | ^~~~
#  973|   }
#  974|   DAWN_NO_SANITIZE("cfi-icall")
#  975|-> void wgpuTextureViewReference(WGPUTextureView textureView) {
#  976|       procs.textureViewReference(textureView);
#  977|   }

Error: COMPILER_WARNING (CWE-9001): [#def1151]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:975:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  973|   }
#  974|   DAWN_NO_SANITIZE("cfi-icall")
#  975|-> void wgpuTextureViewReference(WGPUTextureView textureView) {
#  976|       procs.textureViewReference(textureView);
#  977|   }

Error: COMPILER_WARNING (CWE-9001): [#def1152]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:979:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  979 | void wgpuTextureViewRelease(WGPUTextureView textureView) {
#      | ^~~~
#  977|   }
#  978|   DAWN_NO_SANITIZE("cfi-icall")
#  979|-> void wgpuTextureViewRelease(WGPUTextureView textureView) {
#  980|       procs.textureViewRelease(textureView);
#  981|   }

Error: COMPILER_WARNING (CWE-9001): [#def1153]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/dawn/src/dawn/dawn_proc.c:979:1: warning[-Wattributes]: ‘cfi-icall’ attribute directive ignored
#  977|   }
#  978|   DAWN_NO_SANITIZE("cfi-icall")
#  979|-> void wgpuTextureViewRelease(WGPUTextureView textureView) {
#  980|       procs.textureViewRelease(textureView);
#  981|   }

Error: UNICONTROL_WARNING (CWE-94): [#def1154]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/devtools-frontend/src/front_end/panels/elements/elements.js:8: warning: bidirectional control characters: ['\u202a', '\u202b', '\u202c', '\u202d', '\u202e']
#    6|             ${a}
#    7|             ${l}
#    8|->       </${p.ComputedStyleProperty.ComputedStyleProperty.litTagName}>`};class Kn extends ke{render(e,t){const n=new y.ColorSwatch.ColorSwatch;n.setReadonly(!0),n.renderColor(this.text,!0);const i=document.createElement("span");return i.textContent=n.getText(),n.append(i),n.addEventListener(y.ColorSwatch.ColorChangedEvent.eventName,(e=>{const{data:t}=e;i.textContent=t.text})),t.addControl("color",n),[n]}static matcher(){return new Re((e=>new Kn(e)))}}const Gn=(t,n)=>{n&&(e.Revealer.reveal(t),n.consum [...]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/devtools-frontend/src/front_end/panels/elements/elements.js:8: note: trimmed 1 message(s) with length over 512

Error: CPPCHECK_WARNING (CWE-457): [#def1155]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/src/inspector/protocol/Console.cpp:211: error[legacyUninitvar]: Uninitialized variable: redirects
#  209|   const std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>& SortedRedirects() {
#  210|     static auto* redirects = [](){
#  211|->     auto* redirects = new std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>{
#  212|       };
#  213|       return redirects;

Error: CPPCHECK_WARNING (CWE-457): [#def1156]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/src/inspector/protocol/Debugger.cpp:1870: error[legacyUninitvar]: Uninitialized variable: redirects
# 1868|   const std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>& SortedRedirects() {
# 1869|     static auto* redirects = [](){
# 1870|->     auto* redirects = new std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>{
# 1871|       };
# 1872|       return redirects;

Error: CPPCHECK_WARNING (CWE-457): [#def1157]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/src/inspector/protocol/HeapProfiler.cpp:668: error[legacyUninitvar]: Uninitialized variable: redirects
#  666|   const std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>& SortedRedirects() {
#  667|     static auto* redirects = [](){
#  668|->     auto* redirects = new std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>{
#  669|       };
#  670|       return redirects;

Error: CPPCHECK_WARNING (CWE-457): [#def1158]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/src/inspector/protocol/Profiler.cpp:513: error[legacyUninitvar]: Uninitialized variable: redirects
#  511|   const std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>& SortedRedirects() {
#  512|     static auto* redirects = [](){
#  513|->     auto* redirects = new std::vector<std::pair<v8_crdtp::span<uint8_t>, v8_crdtp::span<uint8_t>>>{
#  514|       };
#  515|       return redirects;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1159]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:397:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘module’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:112:3: enter_function: entry to ‘FT_Get_Advances’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:137:8: branch_false: following ‘false’ branch (when ‘count != 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:140:12: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:153:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:157:14: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:158:19: branch_true: following ‘true’ branch (when ‘count > nn’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:160:15: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:160:15: call_function: calling ‘FT_Load_Glyph’ from ‘FT_Get_Advances’
#  395|   
#  396|         module      = FT_Get_Module( slot->library, "ot-svg" );
#  397|->       svg_service = (SVG_Service)module->clazz->module_interface;
#  398|   
#  399|         return (FT_Bool)svg_service->preset_slot( module, slot, FALSE );

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1160]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:697:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘slot’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5000:3: enter_function: entry to ‘FT_Render_Glyph’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5006:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5011:12: call_function: calling ‘FT_Render_Glyph_Internal’ from ‘FT_Render_Glyph’
#  695|       if ( !FT_ALLOC( slot, clazz->slot_object_size ) )
#  696|       {
#  697|->       slot->face = face;
#  698|   
#  699|         error = ft_glyphslot_init( slot );

Error: GCC_ANALYZER_WARNING (CWE-688): [#def1161]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:991:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:112:3: enter_function: entry to ‘FT_Get_Advances’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:137:8: branch_false: following ‘false’ branch (when ‘count != 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:140:12: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:153:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:157:14: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:158:19: branch_true: following ‘true’ branch (when ‘count > nn’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:160:15: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftadvanc.c:160:15: call_function: calling ‘FT_Load_Glyph’ from ‘FT_Get_Advances’
#argument 1 of ‘__builtin_strstr’ must be non-null
#  989|           /* we use `strstr' to catch both `Type 1' and `CID Type 1'         */
#  990|           is_light_type1 =
#  991|->           ft_strstr( FT_Get_Font_Format( face ), "Type 1" ) != NULL &&
#  992|             ((PS_Driver)driver)->hinting_engine == FT_HINTING_ADOBE;
#  993|   

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1162]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3012:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘size’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:2979:3: enter_function: entry to ‘FT_New_Size’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3009:10: call_function: calling ‘ft_mem_alloc’ from ‘FT_New_Size’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3009:10: return_function: return of NULL to ‘FT_New_Size’ from ‘ft_mem_alloc’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3009:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3009:55: call_function: inlined call to ‘ft_mem_qalloc’ from ‘FT_New_Size’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3009:10: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3012:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:3012:5: danger: dereference of NULL ‘size’
# 3010|         goto Exit;
# 3011|   
# 3012|->     size->face = face;
# 3013|   
# 3014|       if ( FT_NEW( internal ) )

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1163]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5128:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘module’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5075:3: enter_function: entry to ‘FT_Add_Module’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5087:8: branch_false: following ‘false’ branch (when ‘library’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5090:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5090:8: branch_false: following ‘false’ branch (when ‘clazz’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5094:10: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5094:8: branch_false: following ‘false’ branch...
 branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5117:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5124:10: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5124:10: call_function: calling ‘ft_mem_alloc’ from ‘FT_Add_Module’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5124:10: return_function: return of NULL to ‘FT_Add_Module’ from ‘ft_mem_alloc’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5124:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5128:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftobjs.c:5128:5: danger: dereference of NULL ‘module’
# 5126|   
# 5127|       /* base initialization */
# 5128|->     module->library = library;
# 5129|       module->memory  = memory;
# 5130|       module->clazz   = (FT_Module_Class*)clazz;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1164]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:787:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:787:17: danger: dereference of NULL ‘cursor’
#  785|         case ft_frame_byte:
#  786|         case ft_frame_schar:  /* read a single byte */
#  787|->         value = FT_NEXT_BYTE( cursor );
#  788|           sign_shift = 24;
#  789|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1165]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:793:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:793:17: danger: dereference of NULL ‘cursor’
#  791|         case ft_frame_short_be:
#  792|         case ft_frame_ushort_be:  /* read a 2-byte big-endian short */
#  793|->         value = FT_NEXT_USHORT( cursor );
#  794|           sign_shift = 16;
#  795|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1166]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:799:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:799:17: danger: dereference of NULL ‘cursor’
#  797|         case ft_frame_short_le:
#  798|         case ft_frame_ushort_le:  /* read a 2-byte little-endian short */
#  799|->         value = FT_NEXT_USHORT_LE( cursor );
#  800|           sign_shift = 16;
#  801|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1167]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:805:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:805:17: danger: dereference of NULL ‘cursor’
#  803|         case ft_frame_long_be:
#  804|         case ft_frame_ulong_be:  /* read a 4-byte big-endian long */
#  805|->         value = FT_NEXT_ULONG( cursor );
#  806|           sign_shift = 0;
#  807|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1168]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:811:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:811:17: danger: dereference of NULL ‘cursor’
#  809|         case ft_frame_long_le:
#  810|         case ft_frame_ulong_le:  /* read a 4-byte little-endian long */
#  811|->         value = FT_NEXT_ULONG_LE( cursor );
#  812|           sign_shift = 0;
#  813|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1169]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:817:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:817:17: danger: dereference of NULL ‘cursor’
#  815|         case ft_frame_off3_be:
#  816|         case ft_frame_uoff3_be:  /* read a 3-byte big-endian long */
#  817|->         value = FT_NEXT_UOFF3( cursor );
#  818|           sign_shift = 8;
#  819|           break;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1170]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:823:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘cursor’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:726:3: enter_function: entry to ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:735:8: branch_false: following ‘false’ branch (when ‘fields’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:738:8: branch_false: following ‘false’ branch (when ‘stream’ is non-NULL)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:741:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: call_function: calling ‘FT_Stream_EnterFrame’ from ‘FT_Stream_ReadFields’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:754:17: return_function: returning to ‘FT_Stream_ReadFields’ from ‘FT_Stream_EnterFrame’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:755:12: branch_false: following ‘false’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:759:9: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/base/ftstream.c:823:17: danger: dereference of NULL ‘cursor’
#  821|         case ft_frame_off3_le:
#  822|         case ft_frame_uoff3_le:  /* read a 3-byte little-endian long */
#  823|->         value = FT_NEXT_UOFF3_LE( cursor );
#  824|           sign_shift = 8;
#  825|           break;

Error: GCC_ANALYZER_WARNING (CWE-127): [#def1171]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1908:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1864:3: enter_function: entry to ‘gray_convert_glyph’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1889:8: branch_false: following ‘false’ branch (when ‘height <= 85’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1896:5: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1896:21: branch_true: following ‘true’ branch (when ‘y < yMax’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1899:17: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1913:22: branch_false: following ‘false’ branch (when ‘w >= width’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1917:15: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1926:21: call_function: calling ‘gray_convert_glyph_inner’ from ‘gray_convert_glyph’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1926:21: return_function: returning to ‘gray_convert_glyph’ from ‘gray_convert_glyph_inner’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1929:12: branch_true: following ‘true’ branch (when ‘error == 0’)...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1931:16: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1931:14: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1932:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1954:17: branch_true: following ‘true’ branch...
 branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/freetype/src/src/smooth/ftgrays.c:1908:25: danger: out-of-bounds read from byte -4 till byte -1 but ‘bands’ starts at byte 0
# 1906|         do
# 1907|         {
# 1908|->         TCoord  width = band[0] - band[1];
# 1909|           TCoord  w;
# 1910|           int     error;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def1172]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:4717:21: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘marker_info’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12783:17: enter_function: entry to ‘opj_j2k_write_first_tile_part’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12810:8: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12816:24: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:12849:11: call_function: calling ‘opj_j2k_write_sod’ from ‘opj_j2k_write_first_tile_part’
# 4715|       Lplt = 3;
# 4716|   
# 4717|->     for (i = 0; i < marker_info->packet_count; i++) {
# 4718|           OPJ_BYTE var_bytes[5];
# 4719|           OPJ_UINT8 var_bytes_size = 0;

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1173]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘l_current_tile_no’
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:8: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11673:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11674:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11675:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11676:13: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11671:9: branch_true: following ‘true’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11678:15: branch_true: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11678:12: branch_false: following ‘false’ branch...
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: branch_false: ...to here
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/pdf/RelWithDebInfo/x86_64/../../../../../src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg/j2k.c:11690:15: danger: use of uninitialized value ‘l_current_tile_no’ here
#11688|           }
#11689|   
#11690|->         if (! opj_j2k_decode_tile(p_j2k, l_current_tile_no, NULL, 0,
#11691|                                     p_stream, p_manager)) {
#11692|               opj_event_msg(p_manager, EVT_ERROR, "Failed to decode tile 1/1\n");

Error: UNICONTROL_WARNING (CWE-94): [#def1174]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:2409: warning: bidirectional control characters: ['\u202b']
# 2407|   <translation id="2781800772148653810">الإضافات مفعّلة على هذا الموقع الإلكتروني.</translation>
# 2408|   <translation id="2782104745158847185">‏حدث خطأ أثناء تثبيت تطبيق Linux</translation>
# 2409|-> <translation id="2783024642731649028">سلعة واحدة في سلة التسوّق متوفّرة بخصم ‫<ph name="DISCOUNT_TEXT" /> من "<ph name="MERCHANT_NAME" />" على <ph name="MERCHANT_DOMAIN" />، وتم الاطّلاع عليها <ph name="RELATIVE_TIME" /></translation>
# 2410|   <translation id="2783298271312924866">تم التنزيل</translation>
# 2411|   <translation id="2783829359200813069">اختيار أنواع التشفير</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1175]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:4069: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 4067|   <translation id="4079140982534148664">استخدام التدقيق الإملائي المُحسَّن</translation>
# 4068|   <translation id="4082333918978320301">لا يُسمح لأي مواقع إلكترونية باستخدام الميكروفون.</translation>
# 4069|-> <translation id="4084582735848141214">{COUNT,plural, =1{موقع إلكتروني واحد مسموح به}zero{‫# موقع إلكتروني مسموح به}two{موقعان إلكترونيان مسموح بهما}few{‫# مواقع إلكترونية مسموح بها}many{‫# موقعًا إلكترونيًا مسموحًا به}other{‫# موقع إلكتروني مسموح به}}</translation>
# 4070|   <translation id="4084682180776658562">إشارة</translation>
# 4071|   <translation id="4084835346725913160">غلق <ph name="TAB_NAME" /></translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1176]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:4374: warning: bidirectional control characters: ['\u202b']
# 4372|   <translation id="4325433082696797523">التخزين والطاقة</translation>
# 4373|   <translation id="4326146840124313313">‏يوفِّر Chrome أعلى مستويات الأمان لحمايتك من المواقع الإلكترونية وعمليات التنزيل والإضافات الخطيرة.</translation>
# 4374|-> <translation id="4326484226728068206">السلع في سلة التسوّق متوفّرة بخصم ‫<ph name="DISCOUNT_TEXT" /> من "<ph name="MERCHANT_NAME" />" على <ph name="MERCHANT_DOMAIN" />، وتم الاطّلاع عليها <ph name="RELATIVE_TIME" /></translation>
# 4375|   <translation id="4330191372652740264">ماء مثلج</translation>
# 4376|   <translation id="4330387663455830245">عدم ترجمة <ph name="LANGUAGE" /> مطلقًا</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1177]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:5155: warning: bidirectional control characters: ['\u202b', '\u202b']
# 5153|   <translation id="4940448324259979830">تتم إدارة هذا الحساب من قِبل <ph name="PROFILE_NAME" />.</translation>
# 5154|   <translation id="4940845626435830013">حجز حجم القرص</translation>
# 5155|-> <translation id="4941243352516004658">‫<ph name="PRODUCT_ITEM_COUNT" /> سلعة في سلة التسوّق متوفّرة بخصم ‫<ph name="DISCOUNT_TEXT" /> من "<ph name="MERCHANT_NAME" />" على <ph name="MERCHANT_DOMAIN" />، تم الاطّلاع عليها <ph name="RELATIVE_TIME" /></translation>
# 5156|   <translation id="4941246025622441835">استخدام طلب الجهاز عند تسجيل الجهاز في إدارة المؤسسات:</translation>
# 5157|   <translation id="4941627891654116707">حجم الخط</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1178]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:9823: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 9821|   <translation id="8593121833493516339">‏يمكنك إرسال بيانات الاستخدام والتشخيص. يمكنك المساعدة في تحسين تجربة نظام التشغيل Android على حسابك الفرعي من خلال إرسال بيانات التطبيق والجهاز والتشخيص تلقائيًا إلى Google. لن يتم استخدام ذلك لتعريف حسابك الفرعي وسيساعد في استقرار عمل النظام والتطبيقات، بال [...]
# 9822|   <translation id="8593450223647418235">‏لن تتمكّن من فتح الملفات في Microsoft 365 إلى أن تكتمل عملية الإعداد.</translation>
# 9823|-> <translation id="8594585498253980290">{COUNT,plural, =1{موقع إلكتروني واحد محظور}zero{‫# موقع إلكتروني محظور}two{موقعان إلكترونيان محظوران}few{‫# مواقع إلكترونية محظورة}many{‫# موقعًا إلكترونيًا محظورًا}other{‫# موقع إلكتروني محظور}}</translation>
# 9824|   <translation id="8596540852772265699">ملفات مخصصة</translation>
# 9825|   <translation id="8597462463725156723">لن تظهر الإشعارات فجأةً على الشاشة. وسيظل بإمكانك الاطّلاع على الإشعارات من خلال النقر على رمز عدم الإزعاج في أسفل يمين الشاشة.</translation>
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_ar.xtb:9823: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1179]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:5748: warning: bidirectional control characters: ['\u202b']
# 5746|   <translation id="541737483547792035">درشت‌نمایی صفحه‌نمایش</translation>
# 5747|   <translation id="5419405654816502573">Voice match</translation>
# 5748|-> <translation id="5420061891386124792">ذخیره و فراخوانی گروه‌های برگه را فعال می‌کند. برای ذخیره گروه برگه، روی آن کلیک راست کنید. ‫گروه‌ها از نوار نشانک‌ها فراخوانی می‌شود.</translation>
# 5749|   <translation id="5420274697768050645">برای امنیت بیشتر، گذرواژه برای باز کردن قفل دستگاه الزامی باشد</translation>
# 5750|   <translation id="5420438158931847627">وضوح نوشتار یا تصاویر را تعیین می‌کند</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1180]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6726: warning: bidirectional control characters: ['\u202b']
# 6724|   <translation id="6181431612547969857">بارگیری مسدود شد</translation>
# 6725|   <translation id="6184099524311454384">جستجوی برگه‌ها</translation>
# 6726|-> <translation id="6184868291074982484">‏‫Chrome کوکی‌های شخص ثالث را به‌طور خودکار محدود می‌کند</translation>
# 6727|   <translation id="6185132558746749656">مکان دستگاه</translation>
# 6728|   <translation id="6190953336330058278">برنامه‌های «مرکز کنترل تلفن»</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1181]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/app/resources/generated_resources_fa.xtb:6902: warning: bidirectional control characters: ['\u202b']
# 6900|   <translation id="6318407754858604988">بارگیری شروع شد</translation>
# 6901|   <translation id="6318944945640833942">چاپگر شناسایی نشد لطفاً نشانی چاپگر را دوباره وارد کنید.</translation>
# 6902|-> <translation id="6319476488490641553">فضای این دستگاه برای تکمیل به‌روزرسانی کافی نیست. ‫<ph name="NECESSARY_SPACE" /> فضا در دستگاهتان آزاد کنید و دوباره امتحان کنید.</translation>
# 6903|   <translation id="6322370287306604163">باز کردن سریع‌تر قفل با اثر انگشت</translation>
# 6904|   <translation id="6322559670748154781">این فایل معمولاً بارگیری نمی‌شود و «محافظت پیشرفته» آن را مسدود کرده است</translation>

Error: COMPILER_WARNING (CWE-1164): [#def1182]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/chrome/browser/push_messaging/push_messaging_service_impl.cc:206:17: warning[-Wunused-function]: ‘{anonymous}::PendingMessage& {anonymous}::PendingMessage::operator=({anonymous}::PendingMessage&&)’ defined but not used
#  206 | PendingMessage& PendingMessage::operator=(PendingMessage&& other) = default;
#      |                 ^~~~~~~~~~~~~~
#  204|   PendingMessage::PendingMessage(const PendingMessage& other) = default;
#  205|   PendingMessage::PendingMessage(PendingMessage&& other) = default;
#  206|-> PendingMessage& PendingMessage::operator=(PendingMessage&& other) = default;
#  207|   PendingMessage::~PendingMessage() = default;
#  208|   

Error: UNICONTROL_WARNING (CWE-94): [#def1183]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ar.xtb:72: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#   70|   <translation id="2241634353105152135">مرة واحدة فقط</translation>
#   71|   <translation id="2253414712144136228">إزالة <ph name="NAME_OF_LIST_ITEM" /></translation>
#   72|-> <translation id="2253989982043948086">{NUM_SELECTED,plural, =1{موقع إلكتروني واحد محظور}zero{‫# موقع إلكتروني محظور}two{موقعان إلكترونيان محظوران}few{‫# مواقع إلكترونية محظورة}many{‫# موقعًا إلكترونيًا محظورًا}other{‫# موقع إلكتروني محظور}}</translation>
#   73|   <translation id="228293613124499805">إنّ معظم المواقع الإلكترونية التي تزورها تحفظ البيانات على جهازك على الأرجح، وغالبًا ما يتم ذلك لتحسين تجربة زيارتك لها من خلال حفظ إعداداتك المفضَّلة أو المعلومات التي تشاركها مع الموقع الإلكتروني. ننصحك بإبقاء هذا الإعداد مفعّلاً.</translation>
#   74|   <translation id="2289270750774289114">طلب الإذن عند محاولة موقع إلكتروني العثور على أجهزة البلوتوث المجاورة (إجراء موصَى به)</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1184]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ar.xtb:113: warning: bidirectional control characters: ['\u202b']
#  111|   <translation id="2790501146643349491">عندما يكون هذا الإعداد مفعَّلاً، يمكن للمواقع الإلكترونية التي تم إغلاقها مؤخرًا إتمام إرسال البيانات واستلامها. وعند إيقافه، لا يمكن لتلك المواقع الإلكترونية إرسال البيانات أو استلامها.</translation>
#  112|   <translation id="2822354292072154809">هل تريد فعلاً إعادة ضبط جميع أذونات الموقع الإلكتروني للكائن <ph name="CHOSEN_OBJECT_NAME" />؟</translation>
#  113|-> <translation id="2836978798613876756">‫<ph name="ACCESS_TIME" /> <ph name="SEPARATOR" /> <ph name="HOST_NAME" /></translation>
#  114|   <translation id="2850913818900871965">سيتم طلب عرضه بالإصدار المخصّص للأجهزة الجوّالة</translation>
#  115|   <translation id="2870560284913253234">الموقع</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1185]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ar.xtb:354: warning: bidirectional control characters: ['\u202b']
#  352|   <translation id="6749077623962119521">هل تريد إعادة ضبط الأذونات؟</translation>
#  353|   <translation id="6766622839693428701">يمكنك التمرير السريع للأسفل للإغلاق.</translation>
#  354|-> <translation id="6785959295338971061">‫<ph name="ACCESS_TIME" /> <ph name="SEPARATOR" /> من <ph name="FROM_DEVICE" /></translation>
#  355|   <translation id="6787751205395685251">تحديد خيار للموقع الإلكتروني <ph name="SITE_NAME" /></translation>
#  356|   <translation id="6790428901817661496">التشغيل</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1186]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_ar.xtb:481: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
#  479|   <translation id="8725066075913043281">إعادة المحاولة</translation>
#  480|   <translation id="8730621377337864115">تم</translation>
#  481|-> <translation id="8736193154595564524">{NUM_SELECTED,plural, =1{موقع إلكتروني واحد مسموح به}zero{‫# موقع إلكتروني مسموح به}two{موقعان إلكترونيان مسموح بهما}few{‫# مواقع إلكترونية مسموح بها}many{‫# موقعًا إلكترونيًا مسموح به}other{‫# موقع إلكتروني مسموح به}}</translation>
#  482|   <translation id="8751914237388039244">اختيار صورة</translation>
#  483|   <translation id="8800034312320686233">هل الموقع الإلكتروني لا يعمل؟</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1187]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:127: warning: bidirectional control characters: ['\u202b', '\u202b']
#  125|   <translation id="301521992641321250">به‌طور خودکار مسدود‌شده</translation>
#  126|   <translation id="3069226013421428034">ورود به سیستم شخص ثالث برای سایت خاصی مجاز می‌شود.</translation>
#  127|-> <translation id="3082992102194421695">{COUNT,plural, =1{فردا منقضی می‌شود}one{‫# روز دیگر منقضی می‌شود}other{‫# روز دیگر منقضی می‌شود}}</translation>
#  128|   <translation id="310297983047869047">اسلاید قبلی</translation>
#  129|   <translation id="3109724472072898302">جمع شده</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1188]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:394: warning: bidirectional control characters: ['\u202b']
#  392|   <translation id="7423538860840206698">خواندن محتوای بریده‌دان مسدود شد</translation>
#  393|   <translation id="7425915948813553151">زمینه تیره برای سایت‌ها</translation>
#  394|-> <translation id="7474522811371247902">‏‫Chrome استفاده از کوکی‌های شخص ثالث را برای اکثر سایت‌ها محدود می‌کند. اما کوکی‌های شخص ثالث در این سایت مجاز است چون این سایت برای ارائه خدمات اولیه بر کوکی‌ها متکی است.\n\nبرای <ph name="BEGIN_LINK" />مدیریت «محافظت دربرابر ردیابی»<ph name="END_LINK" /> به تنظیمات بروید.</tra [...]
#  395|   <translation id="7521387064766892559">جاوا اسکریپت</translation>
#  396|   <translation id="7547989957535180761">هرگاه روشن باشد، سایت‌ها می‌توانند درخواست‌های ورود به سیستم نمایش دهند. هرگاه روشن باشد، سایت‌ها نمی‌توانند درخواست‌های ورود به سیستم نمایش دهند.</translation>
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:394: note: trimmed 1 message(s) with length over 512

Error: UNICONTROL_WARNING (CWE-94): [#def1189]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_fa.xtb:470: warning: bidirectional control characters: ['\u202b']
#  468|   <translation id="8609465669617005112">انتقال به بالا</translation>
#  469|   <translation id="8617611086246832542">هرگاه روشن باشد، نمای رایانه وب‌سایت‌ها نمایش داده می‌شود. هرگاه خاموش باشد، نمای تلفن همراه وب‌سایت‌ها نمایش داده می‌شود.</translation>
#  470|-> <translation id="8649036394979866943">‏‫Chrome استفاده از کوکی‌های شخص ثالث را برای اکثر سایت‌ها محدود می‌کند تا این سایت‌ها نتوانند هنگامی که مرور می‌کنید شما را ردیابی کنند. برای <ph name="BEGIN_LINK" />مدیریت محافظت دربرابر ردیابی<ph name="END_LINK" />، به تنظیمات مراجعه کنید</translation>
#  471|   <translation id="8676374126336081632">پاک کردن ورودی</translation>
#  472|   <translation id="8681886425883659911">آگهی‌های نمایش‌داده‌شده در سایت‌هایی که طبق تشخیص ما آگهی‌های مزاحم یا گمراه‌کننده نمایش می‌دهند مسدود می‌شود.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1190]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/browser_ui/strings/android/translations/browser_ui_strings_iw.xtb:354: warning: bidirectional control characters: ['\u202b']
#  352|   <translation id="6749077623962119521">לאפס את ההרשאות?</translation>
#  353|   <translation id="6766622839693428701">החלקה מטה סוגרת.</translation>
#  354|-> <translation id="6785959295338971061">‫<ph name="ACCESS_TIME" /> <ph name="SEPARATOR" /> המקור: <ph name="FROM_DEVICE" /></translation>
#  355|   <translation id="6787751205395685251">יש לבחור אפשרות עבור <ph name="SITE_NAME" /></translation>
#  356|   <translation id="6790428901817661496">הפעלה</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1191]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:725: warning: bidirectional control characters: ['\u202b', '\u202c']
#  723|   <translation id="2353297238722298836">تم السماح باستخدام الكاميرا والميكروفون</translation>
#  724|   <translation id="2354001756790975382">الإشارات الأخرى</translation>
#  725|-> <translation id="2354430244986887761">‏عثر ‏‫التصفح الآمن من Google‬ مؤخرًا <ph name="BEGIN_LINK" />على تطبيقات ضارة<ph name="END_LINK" /> في <ph name="SITE" />.</translation>
#  726|   <translation id="2355395290879513365">قد يتمكن المهاجمون من رؤية الصور التي تتطلع عليها على هذا الموقع وخداعك من خلال تعديلها.</translation>
#  727|   <translation id="2356070529366658676">طلب</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1192]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:2655: warning: bidirectional control characters: ['\u202c']
# 2653|   <translation id="622039917539443112">الطي بشكلٍ متوازٍ</translation>
# 2654|   <translation id="6221311046884916259">‏هل تريد حفظ بيانات هذه البطاقة في حسابك على Google؟</translation>
# 2655|-> <translation id="6221345481584921695">‏اكتشف التصفح الآمن من Google‬ مؤخرًا <ph name="BEGIN_LINK" />برامج ضارة<ph name="END_LINK" /> على <ph name="SITE" />. أحيانًا تصاب المواقع الإلكترونية الآمنة في الوضع العادي ببرامج ضارة. مصدر محتوى البرامج الضارة <ph name="SUBRESOURCE_HOST" />، وهو ناشر معروف للبرامج الضارة.</translation>
# 2656|   <translation id="6221892641068781024">العرض المبسَّط</translation>
# 2657|   <translation id="6222527803348563979">أدوات مكتبية</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1193]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3171: warning: bidirectional control characters: ['\u202b', '\u202b', '\u202b', '\u202b']
# 3169|   <translation id="7202217080450895452">‏<ph name="LAUNCH_INCOGNITO_FOCUSED_FRIENDLY_MATCH_TEXT" />، اضغط على مفتاح التبويب (Tab)، ثم المفتاح Enter لفتح علامة تبويب جديدة في وضع التصفّح المتخفي للتصفُّح بخصوصية تامة.</translation>
# 3170|   <translation id="7203375778433816396">‏ضبط Chrome كمتصفِّح تلقائي للنظام</translation>
# 3171|-> <translation id="7207736436284129083">{COUNT,plural, =0{ما مِن مفاتيح مرور.}=1{مفتاح مرور واحد}two{‫مفتاحَا مرور}few{‫# مفاتيح مرور}many{‫# مفتاح مرور}other{‫# مفتاح مرور}}</translation>
# 3172|   <translation id="7210863904660874423">لا يلتزم <ph name="HOST_NAME" /> بمعايير الأمان.</translation>
# 3173|   <translation id="7210993021468939304">‏نشاط نظام التشغيل Linux في الحاوية ويمكن تثبيت تطبيقات نظام التشغيل Linux وتشغيلها في الحاوية.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1194]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:3983: warning: bidirectional control characters: ['\u202b', '\u202c']
# 3981|   <translation id="8759274551635299824">هذه البطاقة منتهية الصلاحية</translation>
# 3982|   <translation id="87601671197631245">يستخدم هذا الموقع الإلكتروني إعداد أمان غير محدَّث، وقد يكشف ذلك عن معلوماتك (مثل كلمات المرور أو الرسائل أو بطاقات الائتمان) عند إرسالها إلى هذا الموقع الإلكتروني.</translation>
# 3983|-> <translation id="8761567432415473239">‏عثر ‏‫التصفح الآمن من Google‬ مؤخرًا <ph name="BEGIN_LINK" />على برامج ضارة<ph name="END_LINK" /> في <ph name="SITE" />.</translation>
# 3984|   <translation id="8763927697961133303">‏جهاز USB</translation>
# 3985|   <translation id="8763986294015493060">إغلاق جميع النوافذ المفتوحة حاليًا في وضع التصفُّح المتخفي</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1195]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_ar.xtb:4081: warning: bidirectional control characters: ['\u202c']
# 4079|   <translation id="8975012916872825179">تتضمّن معلومات مثل أرقام الهواتف وعناوين البريد الإلكتروني وعناوين الشحن.</translation>
# 4080|   <translation id="8975263830901772334">أسماء الملفات التي طبعتها</translation>
# 4081|-> <translation id="8978053250194585037">‏رصد التصفح الآمن من Google عن وجود‬ <ph name="BEGIN_LINK" />تصيّد احتيالي<ph name="END_LINK" /> مؤخرًا على موقع <ph name="SITE" />، إذ تتظاهر مواقع التصيد الاحتيالي بكونها مواقع إلكترونية أخرى لخداعك.</translation>
# 4082|   <translation id="8982884016487650216">‏تمّ تحميل ملف PDF</translation>
# 4083|   <translation id="8983369100812962543">يمكنك الآن تغيير حجم التطبيق.</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1196]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:203: warning: bidirectional control characters: ['\u202b']
#  201|   <translation id="1348198688976932919">سایت پیش‌رو حاوی برنامه‌های خطرناک است</translation>
#  202|   <translation id="1348779747280417563">تأیید نام</translation>
#  203|-> <translation id="1352798470428594123">‏‫Chrome استفاده از کوکی‌های شخص ثالث را برای اکثر سایت‌ها محدود می‌کند تا این سایت‌ها نتوانند هنگامی که مرور می‌کنید شما را ردیابی کنند. برای <ph name="LINK" /> به تنظیمات بروید.</translation>
#  204|   <translation id="1354976809542763843">تأمین هزینه خرید خانه</translation>
#  205|   <translation id="1355158069018170842">نمایش کاهش قیمت در برگه‌ها</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1197]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:930: warning: bidirectional control characters: ['\u202b']
#  928|   <translation id="2770159525358613612">فایل‌ها را دوباره بارگذاری کنید</translation>
#  929|   <translation id="277133753123645258">روش ارسال</translation>
#  930|-> <translation id="2773388851563527404">‏‫Chrome استفاده از کوکی‌های شخص ثالث را برای اکثر سایت‌ها محدود می‌کند. اما کوکی‌های شخص ثالث در این سایت مجاز است چون این سایت برای ارائه خدمات اولیه بر کوکی‌ها متکی است. برای <ph name="LINK" />، به تنظیمات بروید.</translation>
#  931|   <translation id="277499241957683684">ثبت دستگاه موجود نیست</translation>
#  932|   <translation id="2775884851269838147">صفحه چاپ اول</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1198]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2065: warning: bidirectional control characters: ['\u202c']
# 2063|   <translation id="5030338702439866405">صدور توسط</translation>
# 2064|   <translation id="503069730517007720">برای «<ph name="SOFTWARE_NAME" />» گواهینامه ریشه‌ لازم است اما نصب نشده است. برای رفع این مشکل، سرپرست فناوری اطلاعات شما باید دستورالعمل‌های پیکربندی مربوط به «<ph name="SOFTWARE_NAME" />» را بررسی کند. <ph name="FURTHER_EXPLANATION" /></translation>
# 2065|-> <translation id="5031870354684148875">‏درباره «ترجمه Google»‬</translation>
# 2066|   <translation id="503498442187459473"><ph name="HOST" /> می‌خواهد از دوربین و میکروفن شما استفاده کند</translation>
# 2067|   <translation id="5035135400558156732">باغبانی</translation>

Error: UNICONTROL_WARNING (CWE-94): [#def1199]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/strings/components_strings_fa.xtb:2634: warning: bidirectional control characters: ['\u202b']
# 2632|   <translation id="6180316780098470077">فاصله زمانی امتحان مجدد</translation>
# 2633|   <translation id="6182972682129119950">A4x5</translation>
# 2634|-> <translation id="6184868291074982484">‏‫Chrome کوکی‌های شخص ثالث را به‌طور خودکار محدود می‌کند</translation>
# 2635|   <translation id="61877208875190028">لباس زنانه</translation>
# 2636|   <translation id="6194209731893739467">همه محصولات پیگیری‌شده‌تان را در اینجا ببینید</translation>

Error: COMPILER_WARNING (CWE-1164): [#def1200]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/components/viz/host/host_jumbo_2.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/components/viz/host/gpu_host_impl.cc:89:1: warning[-Wunused-function]: ‘viz::{anonymous}::FontRenderParams::~FontRenderParams()’ defined but not used
#   89 | FontRenderParams::~FontRenderParams() {
#      | ^~~~~~~~~~~~~~~~
#   87|   FontRenderParams::FontRenderParams() = default;
#   88|   
#   89|-> FontRenderParams::~FontRenderParams() {
#   90|     NOTREACHED();
#   91|   }

Error: COMPILER_WARNING (CWE-477): [#def1201]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/content/browser/usb/web_usb_service_impl.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/content/browser/usb/web_usb_service_impl.cc:403:34: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  403 |   base::EraseIf(device_clients_, [=](const auto& client) {
#      |                                  ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/content/browser/usb/web_usb_service_impl.cc:403:34: note: add explicit ‘this’ or ‘*this’ capture
#  401|     auto* delegate = GetContentClient()->browser()->GetUsbDelegate();
#  402|     auto* browser_context = GetBrowserContext();
#  403|->   base::EraseIf(device_clients_, [=](const auto& client) {
#  404|       auto* device_info =
#  405|           delegate->GetDeviceInfo(browser_context, client->device_guid());

Error: COMPILER_WARNING: [#def1202]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/services/network/public/cpp/cpp_jumbo_2.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/services/network/public/cpp/corb/corb_impl.cc: scope_hint: In static member function ‘static bool network::corb::CrossOriginReadBlocking::IsJavascriptMimeType(std::string_view)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/services/network/public/cpp/corb/corb_impl.cc:291:27: warning[-Wrange-loop-construct]: loop variable ‘suffix’ of type ‘const std::string&’ {aka ‘const std::__cxx11::basic_string<char>&’} binds to a temporary constructed from type ‘const char*’
#  291 |   for (const std::string& suffix : kJavaScriptSuffixes) {
#      |                           ^~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/services/network/public/cpp/corb/corb_impl.cc:291:27: note: use non-reference type ‘const std::string’ {aka ‘const std::__cxx11::basic_string<char>’} to make the copy explicit or ‘const char* const&’ to prevent copying
#  289|   bool CrossOriginReadBlocking::IsJavascriptMimeType(std::string_view mime_type) {
#  290|     constexpr auto kCaseInsensitive = base::CompareCase::INSENSITIVE_ASCII;
#  291|->   for (const std::string& suffix : kJavaScriptSuffixes) {
#  292|       if (base::EndsWith(mime_type, suffix, kCaseInsensitive))
#  293|         return true;

Error: COMPILER_WARNING (CWE-477): [#def1203]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/Compiler.cpp: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/Compiler.cpp:1265:27: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
# 1265 |     auto resizeVariable = [=](const ImmutableString &name, uint32_t size, uint32_t maxSize) {
#      |                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/Compiler.cpp:1265:27: note: add explicit ‘this’ or ‘*this’ capture
# 1263|   bool TCompiler::resizeClipAndCullDistanceBuiltins(TIntermBlock *root)
# 1264|   {
# 1265|->     auto resizeVariable = [=](const ImmutableString &name, uint32_t size, uint32_t maxSize) {
# 1266|           // Skip if the variable is not used or implicitly has the maximum size
# 1267|           if (size == 0 || size == maxSize)

Error: UNICONTROL_WARNING (CWE-94): [#def1204]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/public/strings/translations/blink_strings_ar.xtb:4: warning: bidirectional control characters: ['\u202c', '\u202c']
#    2|   <!DOCTYPE translationbundle>
#    3|   <translationbundle lang="ar">
#    4|-> <translation id="1088086359088493902">ثوانٍ‬‬</translation>
#    5|   <translation id="1142001580032786438">عرض منتقي الأسبوع</translation>
#    6|   <translation id="1171774979989969504">يُرجى إدخال عنوان البريد الإلكتروني.</translation>

Error: COMPILER_WARNING: [#def1205]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/credentials_container.cc: scope_hint: In function ‘const char* blink::{anonymous}::validateGetPublicKeyCredentialPRFExtension(const blink::AuthenticationExtensionsPRFInputs&, const blink::HeapVector<cppgc::internal::BasicMember<blink::PublicKeyCredentialDescriptor, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer> >&)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/credentials_container.cc:1193:19: warning[-Wrange-loop-construct]: loop variable ‘cred’ creates a copy from type ‘const cppgc::internal::BasicMember<blink::PublicKeyCredentialDescriptor, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer>’
# 1193 |   for (const auto cred : allow_credentials) {
#      |                   ^~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanagement/credentials_container.cc:1193:19: note: use reference type to prevent copying
# 1193 |   for (const auto cred : allow_credentials) {
#      |                   ^~~~
#      |                   &
# 1191|     std::vector<base::span<const uint8_t>> cred_ids;
# 1192|     cred_ids.reserve(allow_credentials.size());
# 1193|->   for (const auto cred : allow_credentials) {
# 1194|       DOMArrayPiece piece(cred->id());
# 1195|       cred_ids.emplace_back(piece.Bytes(), piece.ByteLength());

Error: COMPILER_WARNING: [#def1206]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/modules/ml/ml_jumbo_3.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/ml/webnn/ml_graph_xnnpack.cc: scope_hint: In member function ‘xnn_status blink::MLGraphXnnpack::CreateXnnSubgraph(const blink::MLNamedOperands&, blink::XnnSubgraphPtr&, WTF::Vector<std::unique_ptr<unsigned char []> >&, WTF::String&)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/ml/webnn/ml_graph_xnnpack.cc:2223:19: warning[-Wrange-loop-construct]: loop variable ‘current_operator’ creates a copy from type ‘const cppgc::internal::BasicMember<const blink::MLOperator, cppgc::internal::StrongMemberTag, cppgc::internal::DijkstraWriteBarrierPolicy, cppgc::internal::DisabledCheckingPolicy, cppgc::internal::CompressedPointer>’
# 2223 |   for (const auto current_operator : *toposorted_operators) {
#      |                   ^~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/modules/ml/webnn/ml_graph_xnnpack.cc:2223:19: note: use reference type to prevent copying
# 2223 |   for (const auto current_operator : *toposorted_operators) {
#      |                   ^~~~~~~~~~~~~~~~
#      |                   &
cc1plus: note: unrecognized command-line option ‘-Wno-deprecated-comma-subscript’ may have been intended to silence earlier diagnostics
# 2221|     // Visit the operators in topological order. For each operator, define XNNPACK
# 2222|     // Values for its input and output operands.
# 2223|->   for (const auto current_operator : *toposorted_operators) {
# 2224|       for (const auto& operand : current_operator->Inputs()) {
# 2225|         if (operand_value_id_map.Contains(operand.Get())) {

Error: COMPILER_WARNING (CWE-1164): [#def1207]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_57.cc:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/p2p/ipc_socket_factory.cc:354:6: warning[-Wunused-function]: ‘void blink::{anonymous}::IpcPacketSocket::InitAcceptedTcp(std::unique_ptr<blink::P2PSocketClient>, const rtc::SocketAddress&, const rtc::SocketAddress&)’ defined but not used
#  354 | void IpcPacketSocket::InitAcceptedTcp(
#      |      ^~~~~~~~~~~~~~~
#  352|   }
#  353|   
#  354|-> void IpcPacketSocket::InitAcceptedTcp(
#  355|       std::unique_ptr<blink::P2PSocketClient> client,
#  356|       const rtc::SocketAddress& local_address,

Error: COMPILER_WARNING: [#def1208]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/atomic_string.h:319: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/wtf_string.h:739: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/cross_thread_copier.cc:36: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/wtf/wtf_jumbo_2.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:48:35: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   48 |   explicit StringTypeAdapter<char>(char buffer) : buffer_(buffer) {}
#      |                                   ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:48:35: note: remove the ‘< >’
#   46|   
#   47|    public:
#   48|->   explicit StringTypeAdapter<char>(char buffer) : buffer_(buffer) {}
#   49|   
#   50|     unsigned length() const { return 1; }

Error: COMPILER_WARNING: [#def1209]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:65:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   65 |   explicit StringTypeAdapter<LChar>(LChar buffer) : buffer_(buffer) {}
#      |                                     ^~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:65:37: note: remove the ‘< >’
#   63|   
#   64|    public:
#   65|->   explicit StringTypeAdapter<LChar>(LChar buffer) : buffer_(buffer) {}
#   66|   
#   67|     unsigned length() const { return 1; }

Error: COMPILER_WARNING: [#def1210]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:82:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   82 |   explicit StringTypeAdapter<UChar>(UChar buffer) : buffer_(buffer) {}
#      |                                     ^~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:82:37: note: remove the ‘< >’
#   80|   
#   81|    public:
#   82|->   explicit StringTypeAdapter<UChar>(UChar buffer) : buffer_(buffer) {}
#   83|   
#   84|     unsigned length() const { return 1; }

Error: COMPILER_WARNING: [#def1211]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:103:36: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#  103 |   explicit StringTypeAdapter<char*>(char* buffer)
#      |                                    ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:103:36: note: remove the ‘< >’
#  101|   
#  102|    public:
#  103|->   explicit StringTypeAdapter<char*>(char* buffer)
#  104|         : StringTypeAdapter(buffer, strlen(buffer)) {}
#  105|   

Error: COMPILER_WARNING: [#def1212]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:124:38: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#  124 |   explicit StringTypeAdapter<LChar*>(LChar* buffer);
#      |                                      ^~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:124:38: note: remove the ‘< >’
#  122|   
#  123|    public:
#  124|->   explicit StringTypeAdapter<LChar*>(LChar* buffer);
#  125|   
#  126|     unsigned length() const { return length_; }

Error: COMPILER_WARNING: [#def1213]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:160:42: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#  160 |   explicit StringTypeAdapter<const char*>(const char* buffer);
#      |                                          ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:160:42: note: remove the ‘< >’
#  158|   
#  159|    public:
#  160|->   explicit StringTypeAdapter<const char*>(const char* buffer);
#  161|   
#  162|     unsigned length() const { return length_; }

Error: COMPILER_WARNING: [#def1214]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:178:43: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#  178 |   explicit StringTypeAdapter<const LChar*>(const LChar* buffer);
#      |                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/string_concatenate.h:178:43: note: remove the ‘< >’
#  176|   
#  177|    public:
#  178|->   explicit StringTypeAdapter<const LChar*>(const LChar* buffer);
#  179|   
#  180|     unsigned length() const { return length_; }

Error: COMPILER_WARNING (CWE-682): [#def1215]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/distributed_point_functions/shim/distributed_point_function_shim.cc:15: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/distributed_point_functions/code/dpf/distributed_point_function.h:422:61: warning[-Wsizeof-pointer-div]: division ‘sizeof (bool*) / sizeof (bool)’ does not compute the number of array elements
#  422 |                           std::max<size_t>(1, sizeof(bool*) / sizeof(bool))>;
#      |                                               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
#  420|     using BitVector =
#  421|         absl::InlinedVector<bool,
#  422|->                           std::max<size_t>(1, sizeof(bool*) / sizeof(bool))>;
#  423|   
#  424|     // Seeds and control bits resulting from a DPF expansion. This type is

Error: CPPCHECK_WARNING (CWE-758): [#def1216]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/fp16/src/include/fp16/fp16.h:85: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#   83|   	 *                0x00000000 otherwise
#   84|   	 */
#   85|-> 	const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31;
#   86|   	/*
#   87|   	 * 1. Shift nonsign left by renorm_shift to normalize it (if the input was denormal)

Error: CPPCHECK_WARNING (CWE-758): [#def1217]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/fp16/src/include/fp16/fp16.h:306: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
#  304|   	 *                0x00000000 otherwise
#  305|   	 */
#  306|-> 	const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31;
#  307|   	/*
#  308|   	 * 1. Shift nonsign left by renorm_shift to normalize it (if the input was denormal)

Error: CPPCHECK_WARNING (CWE-476): [#def1218]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:19: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: f
#   17|   
#   18|   static void log_frame_info(AV1_COMMON *cm, const char *str, FILE *f) {
#   19|->   fprintf(f, "%s", str);
#   20|     fprintf(f, "(Frame %u, Show:%d, Q:%d): \n", cm->current_frame.frame_number,
#   21|             cm->show_frame, cm->quant_params.base_qindex);

Error: CPPCHECK_WARNING (CWE-476): [#def1219]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:20: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: f
#   18|   static void log_frame_info(AV1_COMMON *cm, const char *str, FILE *f) {
#   19|     fprintf(f, "%s", str);
#   20|->   fprintf(f, "(Frame %u, Show:%d, Q:%d): \n", cm->current_frame.frame_number,
#   21|             cm->show_frame, cm->quant_params.base_qindex);
#   22|   }

Error: CPPCHECK_WARNING (CWE-476): [#def1220]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:37: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: file
#   35|     log_frame_info(cm, descriptor, file);
#   36|     for (int mi_row = 0; mi_row < rows; mi_row++) {
#   37|->     fprintf(file, "%c ", prefix);
#   38|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   39|         fprintf(file, "%2d ", *((char *)((char *)(mi[0]) + member_offset)));

Error: CPPCHECK_WARNING (CWE-476): [#def1221]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:39: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: file
#   37|       fprintf(file, "%c ", prefix);
#   38|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   39|->       fprintf(file, "%2d ", *((char *)((char *)(mi[0]) + member_offset)));
#   40|         mi++;
#   41|       }

Error: CPPCHECK_WARNING (CWE-476): [#def1222]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:42: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: file
#   40|         mi++;
#   41|       }
#   42|->     fprintf(file, "\n");
#   43|       mi += mi_params->mi_stride - cols;
#   44|     }

Error: CPPCHECK_WARNING (CWE-476): [#def1223]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:45: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: file
#   43|       mi += mi_params->mi_stride - cols;
#   44|     }
#   45|->   fprintf(file, "\n");
#   46|   }
#   47|   

Error: CPPCHECK_WARNING (CWE-476): [#def1224]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:64: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   62|     log_frame_info(cm, "Skips:", mvs);
#   63|     for (int mi_row = 0; mi_row < rows; mi_row++) {
#   64|->     fprintf(mvs, "S ");
#   65|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   66|         fprintf(mvs, "%2d ", mi[0]->skip_txfm);

Error: CPPCHECK_WARNING (CWE-476): [#def1225]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:66: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   64|       fprintf(mvs, "S ");
#   65|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   66|->       fprintf(mvs, "%2d ", mi[0]->skip_txfm);
#   67|         mi++;
#   68|       }

Error: CPPCHECK_WARNING (CWE-476): [#def1226]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:69: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   67|         mi++;
#   68|       }
#   69|->     fprintf(mvs, "\n");
#   70|       mi += mi_params->mi_stride - cols;
#   71|     }

Error: CPPCHECK_WARNING (CWE-476): [#def1227]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:72: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   70|       mi += mi_params->mi_stride - cols;
#   71|     }
#   72|->   fprintf(mvs, "\n");
#   73|   
#   74|     // output motion vectors.

Error: CPPCHECK_WARNING (CWE-476): [#def1228]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:78: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   76|     mi = mi_params->mi_grid_base;
#   77|     for (int mi_row = 0; mi_row < rows; mi_row++) {
#   78|->     fprintf(mvs, "V ");
#   79|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   80|         fprintf(mvs, "%4d:%4d ", mi[0]->mv[0].as_mv.row, mi[0]->mv[0].as_mv.col);

Error: CPPCHECK_WARNING (CWE-476): [#def1229]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:80: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   78|       fprintf(mvs, "V ");
#   79|       for (int mi_col = 0; mi_col < cols; mi_col++) {
#   80|->       fprintf(mvs, "%4d:%4d ", mi[0]->mv[0].as_mv.row, mi[0]->mv[0].as_mv.col);
#   81|         mi++;
#   82|       }

Error: CPPCHECK_WARNING (CWE-476): [#def1230]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:83: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   81|         mi++;
#   82|       }
#   83|->     fprintf(mvs, "\n");
#   84|       mi += mi_params->mi_stride - cols;
#   85|     }

Error: CPPCHECK_WARNING (CWE-476): [#def1231]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:86: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   84|       mi += mi_params->mi_stride - cols;
#   85|     }
#   86|->   fprintf(mvs, "\n");
#   87|   
#   88|     fclose(mvs);

Error: CPPCHECK_WARNING (CWE-476): [#def1232]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/common/debugmodes.c:88: warning[nullPointerOutOfResources]: If resource allocation fails, then there is a possible null pointer dereference: mvs
#   86|     fprintf(mvs, "\n");
#   87|   
#   88|->   fclose(mvs);
#   89|   }
#   90|   

Error: COMPILER_WARNING: [#def1233]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/vector.h:31: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libgav1/src/src/internal_frame_buffer_list.h:26: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libgav1/src/src/buffer_pool.h:32: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/resolution_monitor.cc:18: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_58.cc:7: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/compiler_attributes.h:77:9: warning: ‘ASAN_POISON_MEMORY_REGION’ redefined
#   77 | #define ASAN_POISON_MEMORY_REGION(addr, size) \
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/container_annotations.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/vector.h:45: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/linear_histogram.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/linear_histogram.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/third_party/blink/renderer/platform/platform_jumbo_58.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/sanitizers.h:34:9: note: this is the location of the previous definition
#   34 | #define ASAN_POISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size))
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
#   75|   #include <sanitizer/asan_interface.h>
#   76|   #else
#   77|-> #define ASAN_POISON_MEMORY_REGION(addr, size) \
#   78|     (static_cast<void>(addr), static_cast<void>(size))
#   79|   #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \

Error: COMPILER_WARNING: [#def1234]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/compiler_attributes.h:79:9: warning: ‘ASAN_UNPOISON_MEMORY_REGION’ redefined
#   79 | #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/sanitizers.h:35:9: note: this is the location of the previous definition
#   35 | #define ASAN_UNPOISON_MEMORY_REGION(addr, size) ((void)(addr), (void)(size))
#      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
#   77|   #define ASAN_POISON_MEMORY_REGION(addr, size) \
#   78|     (static_cast<void>(addr), static_cast<void>(size))
#   79|-> #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
#   80|     (static_cast<void>(addr), static_cast<void>(size))
#   81|   #endif

Error: CPPCHECK_WARNING (CWE-682): [#def1235]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libyuv/source/convert_from_argb.cc:3235: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 3233|       // Allocate a row of uv.
# 3234|       align_buffer_64(row_uj, ((halfwidth + 31) & ~31) * 2);
# 3235|->     uint8_t* row_vj = row_uj + ((halfwidth + 31) & ~31);
# 3236|   #if !defined(HAS_RAWTOYJROW)
# 3237|       // Allocate 2 rows of ARGB.

Error: CPPCHECK_WARNING (CWE-476): [#def1236]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4705: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: rowbuf
# 4703|       // 2 pixels on each side, but aligned out to 16 bytes.
# 4704|       align_buffer_64(rowbuf, (4 + width + 4) * 4);
# 4705|->     memset(rowbuf, 0, 16);
# 4706|       memset(rowbuf + (4 + width) * 4, 0, 16);
# 4707|       float* row = (float*)(rowbuf + 16);

Error: CPPCHECK_WARNING (CWE-682): [#def1237]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4706: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 4704|       align_buffer_64(rowbuf, (4 + width + 4) * 4);
# 4705|       memset(rowbuf, 0, 16);
# 4706|->     memset(rowbuf + (4 + width) * 4, 0, 16);
# 4707|       float* row = (float*)(rowbuf + 16);
# 4708|       const float* src0 = src;

Error: CPPCHECK_WARNING (CWE-682): [#def1238]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/libyuv/source/planar_functions.cc:4707: error[nullPointerArithmeticOutOfMemory]: If memory allocation fail: pointer addition with NULL pointer.
# 4705|       memset(rowbuf, 0, 16);
# 4706|       memset(rowbuf + (4 + width) * 4, 0, 16);
# 4707|->     float* row = (float*)(rowbuf + 16);
# 4708|       const float* src0 = src;
# 4709|       const float* src1 = src;

Error: COMPILER_WARNING: [#def1239]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/bytestring.h:76:68: warning[-Warray-bounds=]: array subscript ‘unsigned char [32][0]’ is partly outside array bounds of ‘const char [1]’
#   76 |   const char* c_str() const { return m_pData ? m_pData->m_String : ""; }
#      |                                                                    ^~
#   74|     // Explicit conversion to C-style string.
#   75|     // Note: Any subsequent modification of |this| will invalidate the result.
#   76|->   const char* c_str() const { return m_pData ? m_pData->m_String : ""; }
#   77|   
#   78|     // Explicit conversion to uint8_t*.

Error: CPPCHECK_WARNING (CWE-562): [#def1240]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/map.h:728: error[returnTempReference]: Reference to temporary returned.
#  726|       template <typename K>
#  727|       value_type& operator[](K&& k) {
#  728|->       return *insert(std::forward<K>(k)).first;
#  729|       }
#  730|   

Error: CPPCHECK_WARNING (CWE-457): [#def1241]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/wire_format_lite.cc:369: warning[uninitvar]: Uninitialized variable: buf
#  367|         ptr += sizeof(a[0]);
#  368|       }
#  369|->     output->WriteRaw(buf, to_do * sizeof(a[0]));
#  370|     }
#  371|   #endif

Error: COMPILER_WARNING (CWE-477): [#def1242]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkPath.cpp: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkPath.cpp:2267:33: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
# 2267 |     auto setComputedConvexity = [=](SkPathConvexity convexity){
#      |                                 ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkPath.cpp:2267:33: note: add explicit ‘this’ or ‘*this’ capture
# 2265|   
# 2266|   SkPathConvexity SkPath::computeConvexity() const {
# 2267|->     auto setComputedConvexity = [=](SkPathConvexity convexity){
# 2268|           SkASSERT(SkPathConvexity::kUnknown != convexity);
# 2269|           this->setConvexity(convexity);

Error: COMPILER_WARNING (CWE-477): [#def1243]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkTaskGroup.cpp: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkTaskGroup.cpp:27:23: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#   27 |         fExecutor.add([=] {
#      |                       ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/core/SkTaskGroup.cpp:27:23: note: add explicit ‘this’ or ‘*this’ capture
#   25|       fPending.fetch_add(+N, std::memory_order_relaxed);
#   26|       for (int i = 0; i < N; i++) {
#   27|->         fExecutor.add([=] {
#   28|               fn(i);
#   29|               fPending.fetch_add(-1, std::memory_order_release);

Error: COMPILER_WARNING (CWE-477): [#def1244]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp:153:23: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  153 |     auto emitTFFunc = [=](const char* name, GrGLSLProgramDataManager::UniformHandle uniform,
#      |                       ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp:153:23: note: add explicit ‘this’ or ‘*this’ capture
#  151|       // Any combination of these may be present, although some configurations are much more likely.
#  152|   
#  153|->     auto emitTFFunc = [=](const char* name, GrGLSLProgramDataManager::UniformHandle uniform,
#  154|                             skcms_TFType tfType) {
#  155|           const GrShaderVar gTFArgs[] = { GrShaderVar("x", SkSLType::kFloat) };

Error: CPPCHECK_WARNING (CWE-562): [#def1245]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/RasterPathAtlas.cpp:68: error[danglingTemporaryLifetime]: Using pointer that is a temporary.
#   66|       if (!fTexture) {
#   67|           AtlasProvider* atlasProvider = recorder->priv().atlasProvider();
#   68|->         fTexture = atlasProvider->getAtlasTexture(recorder,
#   69|                                                     fRectanizer.width(),
#   70|                                                     fRectanizer.height(),

Error: CPPCHECK_WARNING (CWE-758): [#def1246]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/UniformManager.h:383: error[objectIndex]: The address of variable 'f' is accessed at non-zero index.
#  381|                   // The 4th value will not be copied to dst.
#  382|                   const float* srcF = static_cast<const float*>(src);
#  383|->                 srcData = VecF{srcF[0], srcF[1], srcF[2], 0.f};
#  384|               } else {
#  385|                   srcData = VecF::Load(src);

Error: CPPCHECK_WARNING (CWE-457): [#def1247]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp:37: warning[uninitvar]: Uninitialized variable: textureChannelMasks
#   35|           textureChannelMasks[i] = recorder->priv().caps()->channelMask(proxies[i]->textureInfo());
#   36|       }
#   37|->     fYUVALocations = yuvaInfo.toYUVALocations(textureChannelMasks);
#   38|       if (fYUVALocations[0].fPlane < 0) {
#   39|           *this = {};

Error: CPPCHECK_WARNING (CWE-457): [#def1248]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp:78: warning[uninitvar]: Uninitialized variable: pixmapChannelMasks
#   76|       }
#   77|       // Initial locations refer to the CPU pixmap channels.
#   78|->     fYUVALocations = yuvaInfo.toYUVALocations(pixmapChannelMasks);
#   79|       if (fYUVALocations[0].fPlane < 0) {
#   80|           *this = {};

Error: CPPCHECK_WARNING (CWE-562): [#def1249]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/pdf/SkDeflate.cpp:47: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
#   45|       SkDEBUGCODE(int returnValue;)
#   46|       do {
#   47|->         zStream->next_out = outBuffer;
#   48|           zStream->avail_out = sizeof(outBuffer);
#   49|           SkDEBUGCODE(returnValue =) deflate(zStream, flush);

Error: CPPCHECK_WARNING (CWE-562): [#def1250]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:354: error[danglingTemporaryLifetime]: Using object that is a temporary.
#  352|   
#  353|       std::string mangledName = fCallbacks->getMangledName(std::string(decl.name()).c_str());
#  354|->     fFunctionNames.set(&decl, mangledName);
#  355|       return mangledName;
#  356|   }

Error: CPPCHECK_WARNING (CWE-562): [#def1251]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp:355: error[returnDanglingLifetime]: Returning object that will be invalid when returning.
#  353|       std::string mangledName = fCallbacks->getMangledName(std::string(decl.name()).c_str());
#  354|       fFunctionNames.set(&decl, mangledName);
#  355|->     return mangledName;
#  356|   }
#  357|   

Error: COMPILER_WARNING (CWE-477): [#def1252]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:86:9: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#   86 |         [=] { return SetLocalDescription(type, local_desc, remote_desc); });
#      |         ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:86:9: note: add explicit ‘this’ or ‘*this’ capture
#   84|     if (!network_thread_->IsCurrent()) {
#   85|       return network_thread_->BlockingCall(
#   86|->         [=] { return SetLocalDescription(type, local_desc, remote_desc); });
#   87|     }
#   88|   

Error: COMPILER_WARNING (CWE-477): [#def1253]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:110:9: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  110 |         [=] { return SetRemoteDescription(type, local_desc, remote_desc); });
#      |         ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:110:9: note: add explicit ‘this’ or ‘*this’ capture
#  108|     if (!network_thread_->IsCurrent()) {
#  109|       return network_thread_->BlockingCall(
#  110|->         [=] { return SetRemoteDescription(type, local_desc, remote_desc); });
#  111|     }
#  112|   

Error: COMPILER_WARNING (CWE-477): [#def1254]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:381:42: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  381 |     return network_thread_->BlockingCall([=] { return RollbackTransports(); });
#      |                                          ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/webrtc/pc/jsep_transport_controller.cc:381:42: note: add explicit ‘this’ or ‘*this’ capture
#  379|   RTCError JsepTransportController::RollbackTransports() {
#  380|     if (!network_thread_->IsCurrent()) {
#  381|->     return network_thread_->BlockingCall([=] { return RollbackTransports(); });
#  382|     }
#  383|     RTC_DCHECK_RUN_ON(network_thread_);

Error: CPPCHECK_WARNING (CWE-823): [#def1255]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:202: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 1, which is out of bounds.
#  200|   
#  201|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#  202|->   const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  203|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  204|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1256]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:203: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 2, which is out of bounds.
#  201|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#  202|     const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  203|->   const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  204|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  205|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1257]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:204: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 3, which is out of bounds.
#  202|     const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  203|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  204|->   const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  205|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  206|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1258]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:205: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 4, which is out of bounds.
#  203|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  204|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  205|->   const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  206|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  207|     const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1259]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:206: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 5, which is out of bounds.
#  204|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  205|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  206|->   const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  207|     const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);
#  208|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);

Error: CPPCHECK_WARNING (CWE-823): [#def1260]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:207: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 6, which is out of bounds.
#  205|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  206|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  207|->   const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);
#  208|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#  209|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);

Error: CPPCHECK_WARNING (CWE-823): [#def1261]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:389: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 1, which is out of bounds.
#  387|   
#  388|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  389|->     vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  390|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  391|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1262]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:390: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 2, which is out of bounds.
#  388|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  389|       vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  390|->     vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  391|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  392|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1263]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:391: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 3, which is out of bounds.
#  389|       vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  390|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  391|->     vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  392|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  393|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1264]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:392: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 4, which is out of bounds.
#  390|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  391|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  392|->     vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  393|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  394|       vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1265]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:393: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 5, which is out of bounds.
#  391|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  392|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  393|->     vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  394|       vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));
#  395|   

Error: CPPCHECK_WARNING (CWE-823): [#def1266]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:394: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 6, which is out of bounds.
#  392|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  393|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  394|->     vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));
#  395|   
#  396|       const __m512 vfilter_output_scale0123456789ABCDEF = _mm512_load_ps((const float*) w);

Error: CPPCHECK_WARNING (CWE-823): [#def1267]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:642: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 1, which is out of bounds.
#  640|   
#  641|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#  642|->   const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  643|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  644|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1268]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:643: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 2, which is out of bounds.
#  641|     const __m512i vinput_zero_point0 = _mm512_set1_epi32((int) quantization_params[0].zero_point + 128);
#  642|     const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  643|->   const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  644|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  645|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1269]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:644: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 3, which is out of bounds.
#  642|     const __m512i vinput_zero_point1 = _mm512_set1_epi32((int) quantization_params[1].zero_point + 128);
#  643|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  644|->   const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  645|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  646|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1270]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:645: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 4, which is out of bounds.
#  643|     const __m512i vinput_zero_point2 = _mm512_set1_epi32((int) quantization_params[2].zero_point + 128);
#  644|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  645|->   const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  646|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  647|     const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);

Error: CPPCHECK_WARNING (CWE-823): [#def1271]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:646: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 5, which is out of bounds.
#  644|     const __m512i vinput_zero_point3 = _mm512_set1_epi32((int) quantization_params[3].zero_point + 128);
#  645|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  646|->   const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  647|     const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);
#  648|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);

Error: CPPCHECK_WARNING (CWE-823): [#def1272]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:647: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 6, which is out of bounds.
#  645|     const __m512i vinput_zero_point4 = _mm512_set1_epi32((int) quantization_params[4].zero_point + 128);
#  646|     const __m512i vinput_zero_point5 = _mm512_set1_epi32((int) quantization_params[5].zero_point + 128);
#  647|->   const __m512i vinput_zero_point6 = _mm512_set1_epi32((int) quantization_params[6].zero_point + 128);
#  648|     const __m512 voutput_min = _mm512_set1_ps(params->avx512vnni.min);
#  649|     const __m512 voutput_max = _mm512_set1_ps(params->avx512vnni.max);

Error: CPPCHECK_WARNING (CWE-823): [#def1273]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:815: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 1, which is out of bounds.
#  813|   
#  814|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  815|->     vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  816|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  817|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1274]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:816: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 2, which is out of bounds.
#  814|       vscaled0x0123456789ABCDEF = _mm512_mul_ps(vscaled0x0123456789ABCDEF, _mm512_set1_ps(quantization_params[0].inv_scale));
#  815|       vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  816|->     vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  817|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  818|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1275]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:817: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 3, which is out of bounds.
#  815|       vscaled1x0123456789ABCDEF = _mm512_mul_ps(vscaled1x0123456789ABCDEF, _mm512_set1_ps(quantization_params[1].inv_scale));
#  816|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  817|->     vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  818|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  819|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1276]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:818: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 4, which is out of bounds.
#  816|       vscaled2x0123456789ABCDEF = _mm512_mul_ps(vscaled2x0123456789ABCDEF, _mm512_set1_ps(quantization_params[2].inv_scale));
#  817|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  818|->     vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  819|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  820|       vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));

Error: CPPCHECK_WARNING (CWE-823): [#def1277]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:819: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 5, which is out of bounds.
#  817|       vscaled3x0123456789ABCDEF = _mm512_mul_ps(vscaled3x0123456789ABCDEF, _mm512_set1_ps(quantization_params[3].inv_scale));
#  818|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  819|->     vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  820|       vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));
#  821|   

Error: CPPCHECK_WARNING (CWE-823): [#def1278]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/xnnpack/src/src/amalgam/gen/avx512vnni.c:820: error[arrayIndexOutOfBounds]: Array 'quantization_params[1]' accessed at index 6, which is out of bounds.
#  818|       vscaled4x0123456789ABCDEF = _mm512_mul_ps(vscaled4x0123456789ABCDEF, _mm512_set1_ps(quantization_params[4].inv_scale));
#  819|       vscaled5x0123456789ABCDEF = _mm512_mul_ps(vscaled5x0123456789ABCDEF, _mm512_set1_ps(quantization_params[5].inv_scale));
#  820|->     vscaled6x0123456789ABCDEF = _mm512_mul_ps(vscaled6x0123456789ABCDEF, _mm512_set1_ps(quantization_params[6].inv_scale));
#  821|   
#  822|       const __m512 vfilter_output_scale0123456789ABCDEF = _mm512_load_ps((const float*) w);

Error: CPPCHECK_WARNING (CWE-457): [#def1279]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/zlib/contrib/minizip/unzip.c:535: warning[uninitvar]: Uninitialized variable: *pzlib_filefunc64_32_def.zopen32_file
#  533|           fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
#  534|       else
#  535|->         us.z_filefunc = *pzlib_filefunc64_32_def;
#  536|       us.is64bitOpenFunction = is64bitOpenFunction;
#  537|   

Error: CPPCHECK_WARNING (CWE-457): [#def1280]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/zlib/contrib/minizip/zip.c:826: warning[uninitvar]: Uninitialized variable: *pzlib_filefunc64_32_def.zopen32_file
#  824|           fill_fopen64_filefunc(&ziinit.z_filefunc.zfile_func64);
#  825|       else
#  826|->         ziinit.z_filefunc = *pzlib_filefunc64_32_def;
#  827|   
#  828|       ziinit.filestream = ZOPEN64(ziinit.z_filefunc,

Error: CPPCHECK_WARNING (CWE-457): [#def1281]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/third_party/zlib/contrib/optimizations/inflate.c:1434: warning[uninitvar]: Uninitialized variable: buf
# 1432|           }
# 1433|           state->have = 0;
# 1434|->         syncsearch(&(state->have), buf, len);
# 1435|       }
# 1436|   

Error: COMPILER_WARNING (CWE-477): [#def1282]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/ui/aura/aura_jumbo_5.cc:14: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:494:36: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  494 |   base::EraseIf(animated_windows_, [=](Window* window) {
#      |                                    ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:494:36: note: add explicit ‘this’ or ‘*this’ capture
#  492|   
#  493|   void WindowOcclusionTracker::CleanupAnimatedWindows() {
#  494|->   base::EraseIf(animated_windows_, [=](Window* window) {
#  495|       ui::LayerAnimator* const animator = window->layer()->GetAnimator();
#  496|       if (animator->IsAnimatingOnePropertyOf(

Error: COMPILER_WARNING (CWE-477): [#def1283]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:858:15: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  858 |       window, [=]() { return WindowMoveMayAffectOcclusionStates(window); });
#      |               ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:858:15: note: add explicit ‘this’ or ‘*this’ capture
#  856|   void WindowOcclusionTracker::OnWindowAdded(Window* window) {
#  857|     MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(
#  858|->       window, [=]() { return WindowMoveMayAffectOcclusionStates(window); });
#  859|   }
#  860|   

Error: COMPILER_WARNING (CWE-477): [#def1284]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:862:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  862 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:862:59: note: add explicit ‘this’ or ‘*this’ capture
#  860|   
#  861|   void WindowOcclusionTracker::OnWillRemoveWindow(Window* window) {
#  862|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  863|       return !WindowOrParentIsAnimated(window) &&
#  864|              WindowOrDescendantCanOccludeOtherWindows(window);

Error: COMPILER_WARNING (CWE-477): [#def1285]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:871:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  871 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:871:59: note: add explicit ‘this’ or ‘*this’ capture
#  869|                                                          bool visible) {
#  870|     MaybeObserveAnimatedWindow(window);
#  871|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  872|       // A child isn't visible when its parent isn't IsVisible(). Therefore, there
#  873|       // is no need to compute occlusion when Show() or Hide() is called on a

Error: COMPILER_WARNING (CWE-477): [#def1286]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:890:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  890 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:890:59: note: add explicit ‘this’ or ‘*this’ capture
#  888|         (reason == ui::PropertyChangeReason::FROM_ANIMATION) &&
#  889|         MaybeObserveAnimatedWindow(window);
#  890|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  891|       return animation_started || WindowMoveMayAffectOcclusionStates(window);
#  892|     });

Error: COMPILER_WARNING (CWE-477): [#def1287]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:903:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  903 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:903:59: note: add explicit ‘this’ or ‘*this’ capture
#  901|         (reason == ui::PropertyChangeReason::FROM_ANIMATION) &&
#  902|         MaybeObserveAnimatedWindow(window);
#  903|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  904|       return animation_started ||
#  905|              WindowOpacityChangeMayAffectOcclusionStates(window);

Error: COMPILER_WARNING (CWE-477): [#def1288]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:910:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  910 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:910:59: note: add explicit ‘this’ or ‘*this’ capture
#  908|   
#  909|   void WindowOcclusionTracker::OnWindowAlphaShapeSet(Window* window) {
#  910|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  911|       return WindowOpacityChangeMayAffectOcclusionStates(window);
#  912|     });

Error: COMPILER_WARNING (CWE-477): [#def1289]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:923:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  923 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:923:59: note: add explicit ‘this’ or ‘*this’ capture
#  921|         (reason == ui::PropertyChangeReason::FROM_ANIMATION) &&
#  922|         MaybeObserveAnimatedWindow(window);
#  923|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  924|       return animation_started ||
#  925|              WindowOpacityChangeMayAffectOcclusionStates(window);

Error: COMPILER_WARNING (CWE-477): [#def1290]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:937:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  937 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:937:59: note: add explicit ‘this’ or ‘*this’ capture
#  935|         (reason == ui::PropertyChangeReason::FROM_ANIMATION) &&
#  936|         MaybeObserveAnimatedWindow(window);
#  937|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  938|       return animation_started || WindowMoveMayAffectOcclusionStates(window);
#  939|     });

Error: COMPILER_WARNING (CWE-477): [#def1291]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:944:15: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  944 |       window, [=]() { return WindowMoveMayAffectOcclusionStates(window); });
#      |               ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:944:15: note: add explicit ‘this’ or ‘*this’ capture
#  942|   void WindowOcclusionTracker::OnWindowStackingChanged(Window* window) {
#  943|     MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(
#  944|->       window, [=]() { return WindowMoveMayAffectOcclusionStates(window); });
#  945|   }
#  946|   

Error: COMPILER_WARNING (CWE-477): [#def1292]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc: scope_hint: In lambda function
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:997:59: warning[-Wdeprecated]: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20
#  997 |   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#      |                                                           ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/ui/aura/window_occlusion_tracker.cc:997:59: note: add explicit ‘this’ or ‘*this’ capture
#  995|     // affected if the effective opacity of the window changes (e.g. clearing the
#  996|     // regions for occlusion), or if their bounds change.
#  997|->   MarkRootWindowAsDirtyAndMaybeComputeOcclusionIf(window, [=]() {
#  998|       return WindowOpacityChangeMayAffectOcclusionStates(window) ||
#  999|              WindowMoveMayAffectOcclusionStates(window);

Error: COMPILER_WARNING: [#def1293]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/include/v8-object.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/property-details.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/field-index.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/objects.h:26: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/handles/handles.h:15: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/handles/maybe-handles.h:10: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/heap/factory-base.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/torque-generated/factory.cc:1: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/torque_generated_definitions_jumbo_1.cc:6: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/include/v8-local-handle.h:400:30: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#  400 |   V8_INLINE explicit Local<T>(const LocalBase<T>& other)
#      |                              ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/include/v8-local-handle.h:400:30: note: remove the ‘< >’
#  398|         : LocalBase<T>(other), StackAllocated(do_not_check) {}
#  399|   
#  400|->   V8_INLINE explicit Local<T>(const LocalBase<T>& other)
#  401|         : LocalBase<T>(other) {}
#  402|   

Error: CPPCHECK_WARNING (CWE-758): [#def1294]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/base/sys-info.cc:61: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#   59|     return SbSystemGetNumberOfProcessors();
#   60|   #endif
#   61|-> }
#   62|   
#   63|   

Error: CPPCHECK_WARNING (CWE-758): [#def1295]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/base/sys-info.cc:111: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#  109|     return SbSystemGetTotalCPUMemory();
#  110|   #endif
#  111|-> }
#  112|   
#  113|   

Error: CPPCHECK_WARNING (CWE-758): [#def1296]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/base/sys-info.cc:128: error[missingReturn]: Found an exit path from function with non-void return type that has missing return statement
#  126|     return 0;
#  127|   #endif
#  128|-> }
#  129|   
#  130|   // static

Error: COMPILER_WARNING: [#def1297]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/v8_compiler_jumbo_18.cc:13: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/turboshaft/wasm-revec-reducer.cc:9:9: warning: ‘TRACE’ redefined
#    9 | #define TRACE(...)                                  \
#      |         ^~~~~
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/v8_compiler_jumbo_18.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/revectorizer.cc:23:9: note: this is the location of the previous definition
#   23 | #define TRACE(...)                         \
#      |         ^~~~~
#    7|   #include "src/base/logging.h"
#    8|   
#    9|-> #define TRACE(...)                                  \
#   10|     do {                                              \
#   11|       if (v8_flags.trace_wasm_revectorize) {          \

Error: COMPILER_WARNING: [#def1298]
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/v8_compiler_jumbo_17.cc:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/wasm-compiler.cc:94:9: warning: ‘LOAD_INSTANCE_FIELD’ redefined
#   94 | #define LOAD_INSTANCE_FIELD(name, type)                                      \
#      |         ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/turboshaft/wasm-lowering-reducer.h:18: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/turboshaft/wasm-lowering-phase.cc:13: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/v8_compiler_jumbo_17.cc:5: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/turboshaft/wasm-assembler-helpers.h:22:9: note: this is the location of the previous definition
#   22 | #define LOAD_INSTANCE_FIELD(instance, name, representation)     \
#      |         ^~~~~~~~~~~~~~~~~~~
#   92|         wasm::ObjectAccess::ToTagged(WasmTrustedInstanceData::k##name##Offset))
#   93|   
#   94|-> #define LOAD_INSTANCE_FIELD(name, type)                                      \
#   95|     gasm_->LoadImmutable(                                                      \
#   96|         assert_size(WASM_INSTANCE_OBJECT_SIZE(name), type), GetInstanceData(), \

Error: COMPILER_WARNING: [#def1299]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/wasm-compiler.cc:106:9: warning: ‘LOAD_ROOT’ redefined
#  106 | #define LOAD_ROOT(RootName, factory_name)                         \
#      |         ^~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/compiler/turboshaft/wasm-assembler-helpers.h:30:9: note: this is the location of the previous definition
#   30 | #define LOAD_ROOT(name)                                          \
#      |         ^~~~~~~~~
#  104|   // Use MachineType::Pointer() over Tagged() to load root pointers because they
#  105|   // do not get compressed.
#  106|-> #define LOAD_ROOT(RootName, factory_name)                         \
#  107|     (isolate_ ? graph()->NewNode(mcgraph()->common()->HeapConstant( \
#  108|                     isolate_->factory()->factory_name()))           \

Error: COMPILER_WARNING (CWE-457): [#def1300]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/heap/cppgc/heap-page.cc:39:33: warning[-Wuninitialized]: ‘*(const cppgc::internal::BasePage*)page.cppgc::internal::BasePage::cppgc::internal::BasePageHandle.cppgc::internal::BasePageHandle::heap_handle_’ is used uninitialized
#   39 |   return static_cast<HeapBase&>(heap_handle_);
#      |                                 ^~~~~~~~~~~~
#   37|   
#   38|   HeapBase& BasePage::heap() const {
#   39|->   return static_cast<HeapBase&>(heap_handle_);
#   40|   }
#   41|   

Error: COMPILER_WARNING: [#def1301]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.h:528:23: warning[-Wdangling-pointer=]: storing the address of local variable ‘accumulator_scope’ in ‘*this.v8::internal::interpreter::BytecodeGenerator::execution_result_’
#  528 |     execution_result_ = execution_result;
#      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc: scope_hint: In member function ‘v8::internal::interpreter::BytecodeGenerator::TypeHint v8::internal::interpreter::BytecodeGenerator::VisitForAccumulatorValue(v8::internal::Expression*)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7693:20: note: ‘accumulator_scope’ declared here
# 7693 |   ValueResultScope accumulator_scope(this);
#      |                    ^~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7692:21: note: ‘this’ declared here
# 7692 |     Expression* expr) {
#      |                     ^
#  526|     }
#  527|     inline void set_execution_result(ExpressionResultScope* execution_result) {
#  528|->     execution_result_ = execution_result;
#  529|     }
#  530|     ExpressionResultScope* execution_result() const { return execution_result_; }

Error: COMPILER_WARNING: [#def1302]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.h:528:23: warning[-Wdangling-pointer=]: storing the address of local variable ‘effect_scope’ in ‘*this.v8::internal::interpreter::BytecodeGenerator::execution_result_’
#  528 |     execution_result_ = execution_result;
#      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc: scope_hint: In member function ‘void v8::internal::interpreter::BytecodeGenerator::VisitForEffect(v8::internal::Expression*)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7714:21: note: ‘effect_scope’ declared here
# 7714 |   EffectResultScope effect_scope(this);
#      |                     ^~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7713:56: note: ‘this’ declared here
# 7713 | void BytecodeGenerator::VisitForEffect(Expression* expr) {
#      |                                                        ^
#  526|     }
#  527|     inline void set_execution_result(ExpressionResultScope* execution_result) {
#  528|->     execution_result_ = execution_result;
#  529|     }
#  530|     ExpressionResultScope* execution_result() const { return execution_result_; }

Error: COMPILER_WARNING: [#def1303]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.h:528:23: warning[-Wdangling-pointer=]: storing the address of local variable ‘test_result’ in ‘*this.v8::internal::interpreter::BytecodeGenerator::execution_result_’
#  528 |     execution_result_ = execution_result;
#      |     ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc: scope_hint: In member function ‘void v8::internal::interpreter::BytecodeGenerator::VisitForTest(v8::internal::Expression*, v8::internal::interpreter::BytecodeLabels*, v8::internal::interpreter::BytecodeLabels*, TestFallthrough)’
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7782:21: note: ‘test_result’ declared here
# 7782 |     TestResultScope test_result(this, then_labels, else_labels, fallthrough);
#      |                     ^~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/interpreter/bytecode-generator.cc:7775:65: note: ‘this’ declared here
# 7775 |                                      TestFallthrough fallthrough) {
#      |                                                                 ^
#  526|     }
#  527|     inline void set_execution_result(ExpressionResultScope* execution_result) {
#  528|->     execution_result_ = execution_result;
#  529|     }
#  530|     ExpressionResultScope* execution_result() const { return execution_result_; }

Error: COMPILER_WARNING: [#def1304]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:19: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/prototype-info.h:8: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/map.h:15: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/heap/factory-base-inl.h:11: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/redhat-linux-build/src/core/RelWithDebInfo/x86_64/gen/v8/torque-generated/factory.cc:2: included_from: Included from here.
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:69:17: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   69 |   constexpr Type() : __VA_ARGS__() {}                                          \
#      |                 ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:69:17: note: remove the ‘< >’
#   69 |   constexpr Type() : __VA_ARGS__() {}                                          \
#      |                 ^
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
#   67|   #define OBJECT_CONSTRUCTORS(Type, ...)                                         \
#   68|    public:                                                                       \
#   69|->   constexpr Type() : __VA_ARGS__() {}                                          \
#   70|                                                                                  \
#   71|     /* For every object, add a `->` operator which returns a pointer to this     \

Error: COMPILER_WARNING: [#def1305]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:81:37: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   81 |   explicit constexpr V8_INLINE Type(Address ptr, HeapObject::SkipTypeCheckTag) \
#      |                                     ^~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:81:37: note: remove the ‘< >’
#   81 |   explicit constexpr V8_INLINE Type(Address ptr, HeapObject::SkipTypeCheckTag) \
#      |                                     ^~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
#   79|     /* Special constructor for constexpr construction which allows skipping type \
#   80|      * checks. */                                                                \
#   81|->   explicit constexpr V8_INLINE Type(Address ptr, HeapObject::SkipTypeCheckTag) \
#   82|         : __VA_ARGS__(ptr, HeapObject::SkipTypeCheckTag()) {}                    \
#   83|                                                                                  \

Error: COMPILER_WARNING: [#def1306]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:85:24: warning[-Wtemplate-id-cdtor]: template-id not allowed for constructor in C++20
#   85 |   explicit inline Type(Address ptr)
#      |                        ^~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/object-macros.h:85:24: note: remove the ‘< >’
#   85 |   explicit inline Type(Address ptr)
#      |                        ^~~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/objects/fixed-array.h:783:3: note: in expansion of macro ‘OBJECT_CONSTRUCTORS’
#  783 |   OBJECT_CONSTRUCTORS(FixedIntegerArray<T>, ByteArray);
#      |   ^~~~~~~~~~~~~~~~~~~
#   83|                                                                                  \
#   84|     inline void CheckTypeOnCast();                                               \
#   85|->   explicit inline Type(Address ptr)
#   86|   
#   87|   #define OBJECT_CONSTRUCTORS_IMPL(Type, Super)                           \

Error: COMPILER_WARNING: [#def1307]
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/torque/earley-parser.h:480:8: warning[-Wpessimizing-move]: moving a temporary object prevents copy elision
#  480 |     To result = std::move(child_results->NextAs<From>());
#      |        ^~~~~~
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/torque/earley-parser.h:480:8: note: remove ‘std::move’ call
qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/torque/earley-parser.h: scope_hint: In instantiation of ‘static v8::base::Optional<v8::internal::torque::ParseResult> v8::internal::torque::Grammar::CastParseResult(v8::internal::torque::ParseResultIterator*) [with From = std::vector<v8::internal::torque::LabelAndTypes>; To = std::vector<v8::internal::torque::LabelAndTypes>]’
#/builddir/build/BUILD/qtwebengine-everywhere-src-6.8.2/src/3rdparty/chromium/v8/src/torque/earley-parser.h:488:23:   required from ‘v8::internal::torque::Symbol* v8::internal::torque::Grammar::TryOrDefault(v8::internal::torque::Symbol*) [with T = std::vector<v8::internal::torque::LabelAndTypes>; Result = std::vector<v8::internal::torque::LabelAndTypes>]’
#  488 |     return NewSymbol({Rule({s}, CastParseResult<Result, T>),
#      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2476 |   Symbol* optionalLabelList{TryOrDefault<LabelAndTypesVector>(
#      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
# 2477 |       Sequence({Token("labels"),
#      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~                              
# 2478 |                 NonemptyList<LabelAndTypes>(&labelParameter, Token(","))}))};
#      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#  478|     static base::Optional<ParseResult> CastParseResult(
#  479|         ParseResultIterator* child_results) {
#  480|->     To result = std::move(child_results->NextAs<From>());
#  481|       return ParseResult{std::move(result)};
#  482|     }

Error: COMPILER_WARNING (CWE-1023): [#def1308]
qtwebengine-everywhere-src-6.8.2/src/core/permission_manager_qt.cpp: scope_hint: In function ‘QWebEnginePermission::PermissionType QtWebEngineCore::toQt(blink::PermissionType)’
qtwebengine-everywhere-src-6.8.2/src/core/permission_manager_qt.cpp:56:5: warning[-Wswitch]: case value ‘39’ not in enumerated type ‘blink::PermissionType’
#   56 |     case (blink::PermissionType)ExtraPermissionType::POINTER_LOCK:
#      |     ^~~~
#   54|       case blink::PermissionType::LOCAL_FONTS:
#   55|           return QWebEnginePermission::PermissionType::LocalFontsAccess;
#   56|->     case (blink::PermissionType)ExtraPermissionType::POINTER_LOCK:
#   57|           return QWebEnginePermission::PermissionType::MouseLock;
#   58|       case blink::PermissionType::ACCESSIBILITY_EVENTS:

Scan Properties

analyzer-version-clippy1.86.0
analyzer-version-cppcheck2.17.1
analyzer-version-gcc15.0.1
analyzer-version-gcc-analyzer15.0.1
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
diffbase-analyzer-version-clippy1.86.0
diffbase-analyzer-version-cppcheck2.17.1
diffbase-analyzer-version-gcc15.0.1
diffbase-analyzer-version-gcc-analyzer15.0.1
diffbase-analyzer-version-shellcheck0.10.0
diffbase-analyzer-version-unicontrol0.0.2
diffbase-enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
diffbase-exit-code0
diffbase-hostip-172-16-1-205.us-west-2.compute.internal
diffbase-known-false-positives/usr/share/csmock/known-false-positives.js
diffbase-known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
diffbase-mock-configfedora-rawhide-x86_64
diffbase-project-nameqt6-qtwebengine-6.9.0-2.fc43
diffbase-store-results-to/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.tar.xz
diffbase-time-created2025-04-25 19:35:21
diffbase-time-finished2025-04-26 00:09:18
diffbase-toolcsmock
diffbase-tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpqtf8p9dj/qt6-qtwebengine-6.9.0-2.fc43.src.rpm'
diffbase-tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-205.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250425.124705.g1c7c448.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-nameqt6-qtwebengine-6.8.2-4.fc42
store-results-to/tmp/tmp6f64ylo6/qt6-qtwebengine-6.8.2-4.fc42.tar.xz
time-created2025-04-25 15:27:44
time-finished2025-04-25 19:33:16
titleFixed findings
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,cppcheck,gcc,clippy,shellcheck' '-o' '/tmp/tmp6f64ylo6/qt6-qtwebengine-6.8.2-4.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp6f64ylo6/qt6-qtwebengine-6.8.2-4.fc42.src.rpm'
tool-versioncsmock-3.8.1.20250422.172604.g26bc3d6-1.el9